-
Notifications
You must be signed in to change notification settings - Fork 15
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
Make atmos_fcst job work using GFSv17 and new COM structure #120
Merged
XianwuXue-NOAA
merged 33 commits into
NOAA-EMC:feature/v13_atm_only
from
XianwuXue-NOAA:feature/v13_atmos_fcst
May 4, 2023
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
dbd0dda
Move gefs_fcst.part to parm_gefs
XianwuXue-NOAA a0aca62
Make changes based on previous changes
XianwuXue-NOAA cfd1e1e
Use preamble.sh and add lines from previous changes
XianwuXue-NOAA 2ba5729
Merge branch 'feature/v13_atm_only' into feature/v13_atmos_fcst
XianwuXue-NOAA 7f16c24
Modify j-job of fcst to use new COM
XianwuXue-NOAA d2e5212
Optimize and clean ex-script of fcst
XianwuXue-NOAA 8a81a70
Fix some bugs and improve to run fcst job
XianwuXue-NOAA 31877d0
Remove imp_physics in the user_full.conf
XianwuXue-NOAA 28ff82b
Improve and cleanup j-job, ex-script of fcst
XianwuXue-NOAA 3de25db
Improve bin file of forecast
XianwuXue-NOAA 30036f2
Modify to run fcst on Hera
XianwuXue-NOAA 158cb0d
Modify stochastic parameters
XianwuXue-NOAA b3b49eb
Modify based on Walter's Comments
XianwuXue-NOAA 1ca635c
Rename gefs_fcst_resources.parm to config.resources
XianwuXue-NOAA c7271ab
Clean up some unused statements
XianwuXue-NOAA ea048ee
Rename the gefs parm files to config files
XianwuXue-NOAA a76a74b
Fix a bug in j-job of atmos_prep
XianwuXue-NOAA 7af6724
Make the vertical structure as default value
XianwuXue-NOAA aeb3f97
Improve the compile_install_all.sh
XianwuXue-NOAA 12f5b14
Reformat config.fcst
XianwuXue-NOAA 5ccc901
Add VEGTYPE fix file back since p02 failed on hera
XianwuXue-NOAA 5da028d
Add SEND=NO back
XianwuXue-NOAA fa53f4f
Move some vars from ex-script to config.fcst
XianwuXue-NOAA c772da4
Fix a minor bug
XianwuXue-NOAA 50f39bf
Move vars from ex-script of fcst to config.fcst
XianwuXue-NOAA d24d281
Update g-w commit
XianwuXue-NOAA 1379fcd
Modify based on Walter's comments and g-w changes
XianwuXue-NOAA 5dbb48e
Modify based on reviewer's comments
XianwuXue-NOAA eaa59b1
Modify the config files
XianwuXue-NOAA 0d3371a
Fix a bug to run fcst
XianwuXue-NOAA c19fadd
Remove the dead codes
XianwuXue-NOAA e5c19d0
Seperate config.fcst to config.fcst & config.efcs
XianwuXue-NOAA 3af9001
Fix a bug
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 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 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 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 |
---|---|---|
|
@@ -3,4 +3,6 @@ post | |
product | ||
prep_chem_sources.inp.IN | ||
|
||
config | ||
config/config.nsst | ||
config/config.com | ||
config/config.defaults.s2sw |
This file contains 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
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.
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 should be defined before the j-job is called, and definitely should not use
compath.py
.compath.py
should only be used for external packages (GFS, tracker, etc.).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.
Is it the NCO new requirements? Because all the compath.py are in j-job in the current production.