-
Notifications
You must be signed in to change notification settings - Fork 35
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
update atm var and ens ctests to new GFS COM directory structure (#455) #456
update atm var and ens ctests to new GFS COM directory structure (#455) #456
Conversation
Orion test Install g-w develop at Set Execute all 50 GDASApp ctests. 44 out of 50 tests pass. Notably, all
Check
Hera test |
@RussTreadon-NOAA , the "fix" for the |
Hera test Install g-w Set Execute all 50 GDASApp ctests. As with Orion, 44 out of 50 tests pass on Hera. Notably, all
GDASApp PR #457 addresses these failures. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Thank you @guillaumevernieres for the approval. @CoryMartin-NOAA , when we merge this PR into
When you have time would you please copy my |
@RussTreadon-NOAA Hera is copied, your Orion path looks a little 'Hera-y' :-) If you mean |
Thank you for catching my Orion path error. You got the right path. Yes, let me test before we merge. |
Manually execute
The soca failures are not unexpected. The land failures may be related to g-w GFS COM updates for land which require corresponding GDASApp land updates. Will now apply Hera and Orion GW-RT labels to see how automated tests perform. |
Automated Global-Workflow GDASApp Testing Results:
|
Automated Global-Workflow GDASApp Testing Results:
|
@jiaruidong2017 I think the GDASApp tests need updated to use the new COM structure too... I'm guessing that is why those are failing now |
@CoryMartin-NOAA , @guillaumevernieres , @jiaruidong2017 : Automated GW-RT tests fail in the same manner as manual tests. These failures are not unexpected. The atm var and ens tests pass. These tests are the focus of this PR. Given this, I think we can merge this PR into If no one objects, I'll merge no later than noon today (5/4/2023). |
Sorry for the late reply, I just notice this, because I couldn't receive any notifications email from GitHub. Please send me an email if you have the important information. Thanks. |
The change in the GFS COM directory structure (g-w PR #1421) requires updates to the ATM variational and local ensemble DA ctests. This PR updates the j-job drivers for the var and ens initialize jobs. Two config files are also updated to be more consistent with g-w.
The data directories in
GDASAPP_TESTDATA
also need to be remapped to the new GFS COM directory structure.GDASAPP_TESTDATA=/scratch1/NCEPDEV/stmp2/Russ.Treadon/CI/GDASApp/data/lowres/
contains the remapped directories used by the ATM var and ens ctests. The updated directories need to be copied to the official locations on Hera and Orion as part of this PR.Fixes #455