-
Notifications
You must be signed in to change notification settings - Fork 20
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
Incorporate VAD wind DA into JEDI for RRFS #260
Comments
Phase 1 results
There's something not quite working correct in ObsErrorFactorConventional (OEFC). Some obs are only inflated by sqrt(2) when most are inflated by about 1.8. |
@delippi Do you know if the profiles are split up similarly between JEDI and GSI? The error inflation from |
@SamuelDegelia-NOAA, I need to look into it more and I'm going to compare notes with people from the global team on this. I'm thinking the obsgrouping is (part of) the problem but I'm not sure how yet. It could also be differences in calculations in the actual ObsErrorFactorConventional code, but that is hard to debug if I'm uncertain about the grouping and I also can't use a single ob test because it is based on ob density... I might be able to simplify some with a single profile test. I also don't know if MPI plays any role in the grouping--it shouldn't but I haven't confirmed this. This is going to be fairly tricky to debug. |
Description
The UFO in JEDI is the component that not only computes model-simulated observations, but also houses filters and methods for observation QC, ob errors, and bias correction. The GSI observer is the equivalent. Many forward operators for various observations have been developed for the UFO. These operators can be utilized in RDAS. However these operators still must be tested for RDAS. The steps for transition by observation platform are as follows:
Requirements
To create yaml configurations for assimilating VAD wind data.
Acceptance Criteria (Definition of Done)
Phase 1 validation (hofx validation using GSI-IODA and GSI-geovals as necessary; GSI vs FV3-JEDI)
Phase 2 validation (QC validation; no reliance on GSI except to be used as the baseline; GSI vs FV3-JEDI)
Phase 3 validation (FV3-JEDI and GSI vs MPAS-JEDI)
Link any relevant pull requests here:
Dependencies
None
The text was updated successfully, but these errors were encountered: