-
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
UFO Evaluation for Satwind -- re-evaluation for new changes from GMAO #88
Comments
Now, let's test GMAO's changes for windsGMAO added the GSI-modified model-calculated fact10 in UFO as part of the variable transform. The satwind yaml requires the following update in the obs operator section:
And, need a corresponding update in the prior-filter section:
The comparison of HofX between GSI and JEDI: The results are consistent with the original results and the near-surface wind factor applied (see previous comment). |
The above is to test the changes for HofX. |
I did not turn off duplicate check in the test data set and in the satwind.yaml. Maybe this is the cause of the differece in obserr. |
Issue found with latest update in JEDI
The satwind.yaml failed at
The set of min/max entries in the section above is not valid. In this case, we do not need the set minvalue/maxvalue for the error assignment. So, they are removed without any impact to the final result. |
There are several UFO updates from GMAO regarding winds.
This PR is to test the updates from GMAO for satellite AMVs
Here is the collection of related UFO PRs
PR #3061
PR #3050
PR #3026
Notes for Input Test Data:
The test input data for winds must also be updated since we need to save the original fact10 (data(iff10,i))calculation from the fv3, not the fact10 modified by GSI (factw) based on lower model height (related GSI code section)
add slmsk (related to idomsfc and isflg used in GSI), water_area_fraction, land_area_fraction, ice_area_fraction, snow_area_fraction
Notes:
Check GeoVaLs: slmsk and area_fraction (water, ice, snow, and land)
Model: slmsk: 0, 1, 2 (sea, land, ice)
GeoVaLs: slmsk: 0, 1, 2, 3, 4, 5 (model slmsk + 3 ---> 0+3, 1+3, 2+3 ---> 3, 4, 5
In GSI: for satwind
use idomsfc from deter_sfc2
use iflg from deter_sfc_type
idomsfc is determined by ilsi_full and weights (dist between grid points and obs)
idomsfc is determined by model slmsk and slmsk+3
idomsfc ranges from 0, 1, 2, 3, 4, 5
isflg is deermined by islis_full and weights ---> sfcpct (surface type %) ---> isflg
surface type % > 0.99 ---> isflg - surface_type
isflg = 0 (sea); 1 (land); 2 (ice); 3 (snow); 4 (mixed)
There is no isflg in fv3-jedi, so add area_fractions
Set nvqc = .false. (turn off varQC)
No FGAT
The text was updated successfully, but these errors were encountered: