-
Notifications
You must be signed in to change notification settings - Fork 87
add and test FV3_RRFS_v1beta #270
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
Changes from 4 commits
a2c6926
d19300d
26b866c
8f09ac1
feb09a1
4b668a4
9194eba
9eb7f59
081dc3c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -244,6 +244,8 @@ Creating links in the FIXsar directory to the grid files..." | |
| fns=( \ | ||
| "C*${DOT_OR_USCORE}oro_data.tile${TILE_RGNL}.halo${NH0}.nc" \ | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @siwei-noaa Same comment as above for these lines. An "if [ "${CCPP_PHYS_SUITE}" = "FV3_RRFS_v1beta" ]" statement should be added for the oro_data_??.tile* files in this block. After the initial "if" statement, an "else" clause would have the original oro_data.tile* files, so that those would be defined for anything other than FV3_RRFS_v1beta.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In testing, will commit if it works. |
||
| "C*${DOT_OR_USCORE}oro_data.tile${TILE_RGNL}.halo${NH4}.nc" \ | ||
| "C*${DOT_OR_USCORE}oro_data_ss.tile${TILE_RGNL}.halo${NH0}.nc" \ | ||
| "C*${DOT_OR_USCORE}oro_data_ls.tile${TILE_RGNL}.halo${NH0}.nc" \ | ||
| ) | ||
| fps=( "${fns[@]/#/${OROG_DIR}/}" ) | ||
| run_task="${RUN_TASK_MAKE_OROG}" | ||
|
|
||
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.
If they are necessary for running the case, these files should be added to the standard static/fix files on each official platform. We should not point to personal directories that could change unexpectedly.
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.
Thank you. We are waiting on Mike's script to replace those files, and will update this when it is ready.