Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 global-workflow scripts for runnng the NG-GODAS application #995
Update global-workflow scripts for runnng the NG-GODAS application #995
Changes from 22 commits
3bae39c
f94140d
6a0c233
188e6ed
923a3d6
f2acb0d
ebd4797
872a6cf
9bdd721
ae635eb
6cec5ce
a673e3d
74cbb9e
58cdd27
3046d16
ed0ebb3
2217ed7
a58d837
fa0f72b
98aba56
ffe8e4e
9c9d8a7
41adf6b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Move this block up with the other model atmosphere one so they can be combined in a single block.
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.
Please don't change this default.
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.
Instead of using a different directory, can't we just use atmos to hold a data atmosphere? I don't see the need for the variable proliferation.
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.
From my understanding, this datm directory will contain restart files in the future. The NG-GODAS will be run 6 hours before the coupled model is run.
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.
Are we still using this setting, or has it been replace by checking against
ATMTYPE
? I think we only need one of them.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.
DO_ATM is used in workflow/applications.py.
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.
Then it should probably be changed. There should only be one setting for DATM, either DO_ATM or ATMTYPE.
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.
You set
DO_METP
toYES
here, then immediately change it to NO indefaults.datm
. It should probably be just here for consistency with the other APPs. Same forDO_VRFY
.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.
You shouldn't need to set this.
FHMAX_GFS
is set to one of the four previous settings based on the cycle.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.
For ocean DA, FHMAX_GFS should probably be 6. Here it is set to 24 for testing. FHMAX_GFS_00, FHMAX_GFS_06, FHMAX_GFS_12, and FHMAX_GFS_18 are also set in config.defaults.s2sw for the S2SW case.
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.
I think you are missing my point.
FHMAX_GFS
is set to one ofFHMAX_GFS_00
,FHMAX_GFS_06
, etc. based on the cycle. It does not need to be set separately here as long as this is called before that part of config.base.