-
Notifications
You must be signed in to change notification settings - Fork 119
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
[develop] Add option to change vertical coordinate file. #813
[develop] Add option to change vertical coordinate file. #813
Conversation
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.
@christinaholtNOAA The coverage
, process_obs
, and different_vcoord
tests were run on Hera and all successfully passed. Approving this work now.
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.
This is a great step towards allowing for custom vertical coordinates, hope to see this full capability soon!
@christinaholtNOAA For this PR, the only failures were the expected failures on Gaea and Orion. Once manual run of the Jenkins tests on Orion are complete, I should be bale to merge this work. |
@christinaholtNOAA The tests on Orion successfully passed:
It looks like both the L64 and L65 fix files are available on the Tier-1 platforms. However, the
Since the new vertical coordinate is for RRFS, would we want to include running this test with the Since the tests have all passed, would you like for me to move forward with merging this work, or would you like for additional discussion within this PR? Please let me know how you would like to proceed. |
@MichaelLueken Let's go ahead and move on merging this PR. I will work toward adding an additional RRFS build and test suite to coverage file(s) in a separate PR. |
Thanks, @christinaholtNOAA! Will merge this PR now. |
DESCRIPTION OF CHANGES:
Add a configurable option for users to specify their own vertical coordinate file for the FV3 model. As an alternative to the current one, the RRFS version for 65 vertical levels has been added to parm.
The existing vertical coordinate definition file is managed as a fix file on various platforms. Should it be brought under version control under the parm directory so users can more easily compare/contrast the two files?
I added a new WE2E test that passes, but have not included it in any of the auto-tests. Guidance on when/where it should be run would be appreciated.
Type of change
TESTS CONDUCTED:
The new test also passes for Hera/intel.
DEPENDENCIES:
None
DOCUMENTATION:
It could probably use some "how to change vertical levels" information here, but I don't know where or to what extend you want to document this besides just saying "here are two choices EPIC supports".
ISSUE:
Issue #576
CHECKLIST