Update snocvr_snomad IODA files in the ensemble for v17#4597
Update snocvr_snomad IODA files in the ensemble for v17#4597DavidHuber-NOAA merged 2 commits intoNOAA-EMC:dev/gfs.v17from
Conversation
|
Gaea C6 CI Tests |
|
WCOSS2 CI Tests |
|
All |
DavidNew-NOAA
left a comment
There was a problem hiding this comment.
Looks good for now, though snow_prepobs_path is defined twice, once here and once in the jcb-base.yaml.j2 for snow in GDASApp here https://github.com/NOAA-EMC/GDASApp/blob/6b356ac669c66697dc847b4e8580b33b2f9934fd/parm/snow/jcb-base.yaml.j2#L87 We'll need to make this consistent eventually.
|
@DavidNew-NOAA - This makes me a little confused then. While the link you provided isn't the same hash as we're using in v17 (we have a production branch for GDASApp), I see the same line in the equivalent file in that branch (here). My understanding is that the |
|
The The Therefore, the path needs to be explicitly defined or passed to the |
|
@CatherineThomas-NOAA So the simplest fix is to set:
in Now,
That's probably overkill though. I had assumed that yaml.j2 files like https://github.com/NOAA-EMC/GDASApp/blob/6b356ac669c66697dc847b4e8580b33b2f9934fd/parm/snow/prep/prep_ghcn.yaml.j2 which need |
|
Thanks @DavidNew-NOAA. Both proposed methods sound good to me. I prefer the second one, which keeps the definition of
This approach avoids redefining @CatherineThomas-NOAA If you’d like to use this approach, I can send you an example code that you can use in gfs.v17. |
|
@jiaruidong2017 @DavidNew-NOAA - Thanks for both of your explanations. It sounds like we will want the suggested change to the python script in the previous comment, but since this PR's current change has been tested and confirmed, I think we should move ahead with this PR as is, test the other one in parallel, and open a separate PR when ready. Since it should be non-answer changing and sounds like its only in the script (no recompile or submodule updates), it can be included fairly easily at a later time. Does that sound reasonable to everyone? |
|
@CatherineThomas-NOAA Good plan. This isn't a urgent priority |
|
@CatherineThomas-NOAA @DavidNew-NOAA Sounds good. I will first add the second method to my OCNRES PR on the global-workflow develop branch. |
|
Thanks @DavidNew-NOAA and @jiaruidong2017 @DavidHuber-NOAA @JessicaMeixner-NOAA @RuiyuSun - This PR is fine to move forward as is. |
Description
The snocvr_snomad IODA files are not generated correctly during the snow ensemble analysis. The fix has already been included in the g-w develop branch as part of #4401. Only a small part of that PR addresses this particular bug. The deterministic snow DA is correct.
Resolves #4566
Type of change
Change characteristics
How has this been tested?
dev/gfs.v17merges. All-Gtests passed.Checklist