-
Notifications
You must be signed in to change notification settings - Fork 15
Make atmos_prep job work using GFSv17 and new COM structure #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
Merged
XianwuXue-NOAA
merged 43 commits into
NOAA-EMC:feature/v13_atm_only
from
XianwuXue-NOAA:feature/v13_atmos_prep
Apr 19, 2023
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
1af53c3
Change the fix link based on g-w
XianwuXue-NOAA a2f62ec
Add some changes for atmos_prep in the pre develop
XianwuXue-NOAA c857f1c
Merge branch 'feature/v13_atm_only' into feature/v13_atmos_prep
XianwuXue-NOAA a698abf
Update HOMEDIR on HERA
XianwuXue-NOAA dde7933
Add linked folders & files to the .gitignore
XianwuXue-NOAA 76f558f
Remove parm/config from .gitignore
XianwuXue-NOAA b6af6b6
Move some parm files to parm/parm_gefs
XianwuXue-NOAA 9438ef7
Modify parm files for atmos_prep
XianwuXue-NOAA 6e3ee10
Improve to make atmos_prep work
XianwuXue-NOAA c258966
Use preamble.sh in j-job of atmos_prep
XianwuXue-NOAA 2508105
Use generate_com to get COM_* for atmos_prep job
XianwuXue-NOAA ed4a5d6
Modify to port atmos_prep to hera
XianwuXue-NOAA 203f639
Change the default value of CASEHR to C48
XianwuXue-NOAA c5673d9
Fix a minor bug for ROTDIR
XianwuXue-NOAA 6a6392e
Modify for running atmos_prep on hera
XianwuXue-NOAA b2c62ba
Optimize pyGEFS
XianwuXue-NOAA d293b09
Change ksh to bash for link_gefs.sh
XianwuXue-NOAA 6436d78
Fix some bugs in pyGEFS
XianwuXue-NOAA d14acdb
Improve pyGEFS to run atmos_prep on Hera
XianwuXue-NOAA cee21ec
Optimize and clean up some scripts
XianwuXue-NOAA 008adf8
Add COMINgfs back
XianwuXue-NOAA cdac12e
Delete unused files
XianwuXue-NOAA 781c433
Optimize compile_install_all.sh
XianwuXue-NOAA 6073dc3
Clean up and optimize the compile_install_all.sh
XianwuXue-NOAA 9fb9ace
Fix a bug
XianwuXue-NOAA 0ef6d52
Change ksh to bash
XianwuXue-NOAA f2bc775
Modify based on reviewer's comments
XianwuXue-NOAA 58ebecc
Merge branch 'feature/v13_atmos_prep' of github.com:XianwuXue-NOAA/GE…
XianwuXue-NOAA 33232ef
Reorganize link_gefs.sh
XianwuXue-NOAA c4c48a0
Remove config.com and link it from g-w
XianwuXue-NOAA 0b44b7b
Ignore parm/config and fix the link path
XianwuXue-NOAA e94350f
Move all import statements to the top of scripts
XianwuXue-NOAA 4b0186a
Fix a bug by add missing import statement
XianwuXue-NOAA d7eaa84
Modify to delete parm/config
XianwuXue-NOAA 643e6bd
Improve to use generate_com
XianwuXue-NOAA b853549
Use COM_ATMOS_ANALYSIS_TMPL
XianwuXue-NOAA ea31a90
Change COM_ATMOS_ANALYSIS_GFS for SFCFILE
XianwuXue-NOAA 8abf0cb
Add OCNRES to gefs.parm
XianwuXue-NOAA 6a8ba08
Remove OCNRES related lines in ush atmos_prep
XianwuXue-NOAA e44a6ac
Change "module purge" to "module reset"
XianwuXue-NOAA 7dce077
Change ROTDIR_IN to ROTDIR_GFS
XianwuXue-NOAA 5a89c12
Remove fix.ver and use fix.ver in g-w
XianwuXue-NOAA e07b3ad
Use shopt to get ver on hera
XianwuXue-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,10 @@ | ||
| am | ||
| chem | ||
| orog | ||
| aer | ||
| lut | ||
| ugwd | ||
| wave | ||
|
|
||
| fix_* | ||
| product |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,3 +2,5 @@ parm_fv3diag | |
| post | ||
| product | ||
| prep_chem_sources.inp.IN | ||
|
|
||
| config | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 6 additions & 9 deletions
15
parm/gefs_atmos_prep.parm → parm/parm_gefs/gefs_atmos_prep.parm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.