-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issue with ADTs during cycling #1002
Comments
Thanks for sharing @Dooruk . We recently changed the adt obs yamls and the way we assimilate the rads retrieved adt. I'm not sure this is related to your problem though, but here's what changed: A large ssh increment translates into a large temperature and salinity increment. Did you look at those? I suspect something is wrong in your background error for temperature. |
A couple of related things.
Since the adt hofx_0 looks fine, but hofx_1 is weird, I suspect it is not because of the ADT obs but rather one of the other surface obs, as Guillaume said you should look at what the T/S increments look like at that location |
Combining ADTs is something I will try, at some point.. @travissluka
Yeah, that makes sense.. I will look at increments closely and conduct more |
I keep encountering an issue while cycling with a 2/3-deg setup we have where it ends up crashing after 3 weeks of simulation time. I tried multiple GEOS settings but after taking a closer look at the increments I figured it might be SOCA related. I'm at a bit of a loss here though.
For these particular plots, I'm using a 24-hr DA window, 2/3-deg tripolar grid, ocean-only assimilation (surface observations only), and using GDAS YAMLs.
I'm calling "unhealthy" increments a the ones behave as spikes in the J_o plots.
A healthy increment (2021-06-09):
An unhealthy increment (2021-06-10) (notice the difference in color scale):
I compared hofx_0 and hofx_1 vs. obs value plots to take a closer look
2021-06-09 (left, healthy) 2021-06-10(right, unhealthy)
So hofx_1 in the unhealthy plot shows analysis is having 2-3m difference and this behavior eventually leads to blow up.
One clear solution is perhaps activating an obs - analysis filter in the ADT YAMLs but I would like to ensure this is not a systemic issue first. It is just puzzling to me this doesn't happen during 1/4-deg runs but I notice some spikes there as well. I will investigate them closely next.
Our first instinct was some sort of a land mask issue but that doesn't seem to be the case, you can see the location of the issue.
I also suspect the correlation lengths might be the culprit here. I used StaticB
BUMP
for these results and I just used the same correlation lengths from the 1/4-deg setup, obviously had to create new BUMP files for the 2/3-deg grid.However I also looked at the
ADT
ufo operator and I was wondering if this might have an impact on the analysis?https://github.com/JCSDA-internal/ufo/blob/d7a8918003ca5da787c4e459f2928a87e6e50882/src/ufo/operators/marine/adt/ObsADT.cc#L77
P.S.: I see same outliers with SST observations as well but maybe the obs. count prevent the same issue from happening (272k for SST vs. ~9k with ADTs)
FYI @guillaumevernieres
The text was updated successfully, but these errors were encountered: