-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature/gdaschgres #21
Feature/gdaschgres #21
Conversation
Changed to 4 spaces instead of 2 to conform to Python coding norms for calcanl_gfs.py; removed capability to run chgres in calcanl_gfs.py; add print statements to gsi_utils for link, copy, mkdir; create chgres ex script from analcalc
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.
Works for me, @RussTreadon-NOAA. Might want to ask someone else for an independent review who didn't write any of the code.
Thanks, Cory, for the quick review. Additional work remains in release/gfsda.v16.0.0. Eventually release/gfsda.v16.0.0 will be merged back into master (later to be renamed "develop"). Given this, I'll merge based on your review and my working with your changes. Doing so allows GFS v16 parallels to quickly update to the refactored workflow. |
@RussTreadon-NOAA ok sounds good |
Refactor DA workflow by moving chgres operation in JGLOBAL_ANALCALC to a new job, JGDAS_ENKF_CHGRES. Refactoring does not alter cycled results. Cycled tests on WCOSS_D (Mars) and Hera confirm no change result.
PR opened to merge workflow updates in CoryMartin-NOAA/GSI branch feature/gdaschgres into NOAA-EMC/GSI branch release/gfsda.v16.0.0.