-
Notifications
You must be signed in to change notification settings - Fork 181
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
Allow for C1152 ATM-Aero cycled DA to run on WCOSS2 #3309
base: develop
Are you sure you want to change the base?
Allow for C1152 ATM-Aero cycled DA to run on WCOSS2 #3309
Conversation
A handful of updates are needed to cycle with C1152 atmosphere, which are mostly related to configs and resources. Refs: NOAA-EMC#3173
The calc_analysis utility was updated to handle the increased horizontal resolution of C1152 ATM. Refs: NOAA-EMC#3173
The original calc_analysis bugfix was not suitable for JEDI-based ATM DA. This hash update allows for calc_analysis to work with both GSI and JEDI-based ATM DA. Resolves NOAA-EMC#3173
walltime="00:10:00" | ||
walltime="00:30:00" |
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.
Should walltime
be CASE
-specific?
walltime="00:45:00" | ||
ntasks=$(( layout_x * layout_y * 6 )) | ||
threads_per_task=1 | ||
threads_per_task=5 |
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.
Similarly, should threads and walltime be specific to the resolution?
@CoryMartin-NOAA , when was the last time you ran Following RFC 13644 I found it necessary to add the line
to I did so in a working copy of
|
@RussTreadon-NOAA it was Monday on Cactus. I should try now on Dogwood. Let me try it this afternoon. |
@CatherineThomas-NOAA I hope this is sufficient to meet the v17 deadline, and will address the comments "soon" |
Sorry, it appears g-w practice is to only assign issues to milestones. |
Description
This PR enables the ability to cycle C1152 atm+aerosol on WCOSS2 to support GFSv17.
Wallclock times were extended because 1) model execution is now slower with GOCART (this should probably be configurable in the config.resources depending on APP but that is outside the scope of my PR) 2) the aerosol DA variational solver needs more time at this resolution and 3) it takes FOREVER to copy C1152 restart files with the GOCART aerosol species in them.
Also, the prep job runs out of memory so this spreads it out over more nodes. There are also misc. things that were added to get things to run on WCOSS2 that may need altered/removed post the most recent RFC.
Finally, GDAS hash is updated.
Resolves #3275
Type of change
Change characteristics
How has this been tested?
Checklist