Correct tobs in read_gsb to indicate that the obs are sensible.#997
Correct tobs in read_gsb to indicate that the obs are sensible.#997RussTreadon-NOAA merged 4 commits intoNOAA-EMC:developfrom
Conversation
|
Draft while I run the tests. |
|
Passes the global c-tests - which do not assimilate the windborne or saildrone obs (files aren't included in the test directories). Converting to ready for review. Let me know if you'd like me to do more testing. |
The figure shows obs (x-axis) v mod (y_axis) for the original code (in which the obs are understood to be Tv) and this PR (sensible T). C384 example, based on Cory's JEDI g_w test case. For the 285 obs (small sample!) above 275K the stdev of the O-F increases from 0.85 K to 0.91 K. @ADCollard - any chance that the obs are Tv, and have the wrong descriptor? |
|
@CatherineThomas-NOAA : Do we need the changes from this PR in GFS v17? |
|
@ClaraDraper-NOAA The increase in standard deviation is concerning (and it looks like the bias is also increased). Let me take the time to double check this. Looking at the stats from a previous run of Windborne there is a negative O-B bias in the lower troposphere. If B changes from sensible to virtual, it will increase and make things worse!
Also, we have a small bug in Saildrone processing (#993) is it worth bundling the fix in with this? |
|
@RussTreadon-NOAA - Yes, any changes that will be eventually going into ops also need to get into our dev/gfs.v17 branch and the real time. It sounds like #993 is a candidate as well. That said, I'd prefer the additional scrutiny that @ADCollard mentioned before incorporating any new changes. |
The caveat was that my example was just from the g_w test case I was running, so may not representative. |
ADCollard
left a comment
There was a problem hiding this comment.
Thanks for finding this bug!
|
Is it too late to push the changes needed for #993 ? |
|
@ADCollard : @CatherineThomas-NOAA also mentioned folding #993 into this PR. We can add #993, rerun ctests, approve, and merge. |
As I cannot push to Clara's fork, please see ClaraDraper-NOAA#1 |
Modify saildrone ps errors
|
WCOSS2 ctests Install |
RussTreadon-NOAA
left a comment
There was a problem hiding this comment.
WCOSS2 ctests pass. Approve.
|
@ADCollard and @CatherineThomas-NOAA : We can move this PR forward with your reviews and approvals. |
|
Will work with GSI review team to schedule this PR for merger today. I assume we want these changes in GFS v17. |




Description
Minor edits to correctly identify windborne and saildrone T obs as sensible, not virtual.
Resolves #993
Resolves #996
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Testing underway
Checklist