-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inhomogenous obs lead to artefacts #4
Comments
@croachutas did you encounter this issue in your oxygen atlas? |
Hi Chris, Edit: What length scales are you using at the moment? Edit: And vertically, I just used WOD's vertically gridded data rather than the 'raw' profiles. Might not work so well with non-WOD data... |
Looking at your DIVAnd_slice_WOD_synthetic.ipynb file...
|
Awesome @croachutas ! Thanks for your advice. I work my way down your list and update you as it goes! |
Well, it's not perfect, but it's a start!
Only Argo data is used here (for simplicity). I'll begin looking at the influence of the other data ASA I'll push the code through and we can use it as a base to begin tweaking. |
Code has now been push to the repo: https://github.com/CARSv2/cars-v2/blob/main/notebooks/Create_BG_Temperature_Field_Synthetic.ipynb |
It's very well known that the observations in the WOD are not homogeneously distributed in space (vertically or horizontally). CTD and glider casts have, for example, a high frequency vertical data, while XBTs and profiling floats have comparatively few. Gliders, CTDs and XBTs are closely distributed in space, but moorings and profiling floats aren't.
In my experiments with DIVAnd, this is causing artefacts. See figure below.
I'm currently trying to deal with this by pre-processing the observations in 2-steps:
I'm open to any further hints on how to deal with this issue. Clearly, the choices of correlation length scales are few, as well as the specification of the background analysis.
The text was updated successfully, but these errors were encountered: