-
Notifications
You must be signed in to change notification settings - Fork 130
Changes towards making SRW app NCO compliant #348
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
danielabdi-noaa
merged 106 commits into
ufs-community:develop
from
danielabdi-noaa:feature/nco_standard
Sep 25, 2022
Merged
Changes from all commits
Commits
Show all changes
106 commits
Select commit
Hold shift + click to select a range
f461a1d
Add preamble script from global workflow.
danielabdi-noaa 9fd4f3d
Call preamble script in j-jobs and ex-scripts
danielabdi-noaa 950b461
Call preamble in other scripts.
danielabdi-noaa 223b50b
Make names of j-jobs and ex-scripts consistent.
danielabdi-noaa 8e91ad9
Working towards nco vars in table 1.
danielabdi-noaa d59b628
Change default bin directory to exec
danielabdi-noaa 75ca156
Appen FATAL ERROR to print_err_msg_exit.
danielabdi-noaa b15165a
Replace some cp, cd, mkdir calls with their corresponding _vrfy versions
danielabdi-noaa b4004d7
Add job and jobid to the job-card.
danielabdi-noaa a6c1173
Add cyc and subcyc to rocoto xml
danielabdi-noaa 19caddb
Add a j-job preamble script for setpdy.
danielabdi-noaa 2006396
Add a j-job postamble as well.
danielabdi-noaa 182c24a
Define some Table 1 vars in setup.
danielabdi-noaa e4d23a7
Remove unused SRC_DIR, and rename others
danielabdi-noaa 2d9a186
Rename CYCLE_BASEDIR to COMIN_BASEDIR
danielabdi-noaa ddc20a7
Create the NCO root directories in setup.
danielabdi-noaa c72001f
Remove source machine file wrapper.
danielabdi-noaa 4344f6a
Bug fix in job_preamble.
danielabdi-noaa d6de3cd
Make make_ics/lbcs use DATA directory properly.
danielabdi-noaa 69e852d
Make run_fcst use DATA directory properly.
danielabdi-noaa 80bba66
Made run_post use DATA directory properly.
danielabdi-noaa 79f154a
Make make_grid use DATA properly (untested).
danielabdi-noaa eded3ea
Make make_sfc_climo use DATA properly (untested).
danielabdi-noaa 20ddbb0
Make make_orog use DATA properly (untested).
danielabdi-noaa ce35121
Bug fix for none-nco mode.
danielabdi-noaa a6ebb23
Don't pass arguments from j-jobs to ex-scripts.
danielabdi-noaa 9a569d5
Make forecast and post-output go to COMOUT.
danielabdi-noaa 859781a
Remove CYCLE_DIR and use COMIN instead.
danielabdi-noaa cb901fc
Bug fix for community mode.
danielabdi-noaa e20e810
Append cyc to COMIN in NCO mode.
danielabdi-noaa ba8f4b8
Fix rocoto run_post dependency with run_fcst issue.
danielabdi-noaa 4b2bc0e
Use OPSROOT instead of PTMP and STMP.
danielabdi-noaa fb0a848
Move nco vars in config_defaults.
danielabdi-noaa 5f84dd8
Move logdir location to COMROOT.
danielabdi-noaa ac36cea
Set all root directories to EXPTDIR in community mode.
danielabdi-noaa add637b
Use pgmout and pgmerr.
danielabdi-noaa e246b3f
Fix inline post.
danielabdi-noaa 892daff
Make pgmout/err redirection work with community mode.
danielabdi-noaa c63d81c
Use print_err in get_obs_mrms.
danielabdi-noaa 51f6b5c
Add prep_step.
danielabdi-noaa cee6d36
Add post_step.
danielabdi-noaa ccf77cc
Add dbn_alert to post-processed grib2 output.
danielabdi-noaa cc4c8de
Download extrn files directly to COMIN.
danielabdi-noaa 6dfdd0c
Make make_ics/lbcs directly output to COMIN.
danielabdi-noaa e0fee4a
Change names of extrn_mdl_var_defns files.
danielabdi-noaa d647d94
Name fixes for DO_ENSEMBLE=false, dyn/phy
danielabdi-noaa 3df5d2c
Don't create symlinks to grib2 files in NCO mode.
danielabdi-noaa ae343bc
Append rrfs to make_ics/lbcs output.
danielabdi-noaa 178e4d2
Modify extrn_mdl_var_defns names.
danielabdi-noaa 7a7e324
Move forecast output to DATA/RUN.PDY. This location
danielabdi-noaa 548b824
Move templates to parm.
danielabdi-noaa 5ac662d
Fix for new parm location.
danielabdi-noaa 0e7afbf
Move metplus one level up.
danielabdi-noaa 490f1de
Fixes for community mode.
danielabdi-noaa e864a01
Rename SCRIPTSDIR and JOBSDIR.
danielabdi-noaa 77adc34
Move all FIX** directories in to a fix/ directory.
danielabdi-noaa 6bb881f
Make FIXrrfs be EXPTDIR for community mode.
danielabdi-noaa 69f37d8
Symlink upp and ufs_utils parm files to top level parm directory.
danielabdi-noaa fcba8db
Remove UPP_DIR and UFS_UTILS_DIR.
danielabdi-noaa 6f9ff94
Define cycle with subcyc when it is non-zero.
danielabdi-noaa 737b198
Don't delete COMIN_BASEDIR if it already exists.
danielabdi-noaa f40da27
Disassociate NCO mode from pre-generated grid.
danielabdi-noaa 3606a51
Don't choose fix location based on RUN_ENVIR.
danielabdi-noaa 7e155b2
Bug fix in make_lbcs.
danielabdi-noaa ca152f9
Add flag to symlink or copy fix files.
danielabdi-noaa 369ce06
Change slurm log file locations
danielabdi-noaa fe22589
Minor fix for inline post in nco mode.
danielabdi-noaa e198887
Add unique workflow ID to avoid clashes between different runs, while
danielabdi-noaa ecc6d59
Make verification tasks NCO complaint.
danielabdi-noaa dcecfe3
Pass RUN_ENVIR to we2e script.
danielabdi-noaa c25a46c
Fixes for merge conflicts.
danielabdi-noaa d0ffd80
Add versions for wcoss2.
danielabdi-noaa b695afb
Fix symlinks.
danielabdi-noaa 5bca8f7
Minor changes.
danielabdi-noaa 08e63a0
Move grid/orog/sfcc completion files to EXPTDIR/grid/orog etc.
danielabdi-noaa fb403fb
Output modified namelist file with seeds in current directory.
danielabdi-noaa fcdffac
Fixes for unittests.
danielabdi-noaa 2a92159
Bugfix wrf_io version
danielabdi-noaa 9d5551e
Fix CI issue with bin locations.
danielabdi-noaa 6a52e62
Allow NCO root directories to be set individually.
danielabdi-noaa 6b14cd1
Don't append workflow id in community mode.
danielabdi-noaa b3a6c99
Add helper script to rename model e.g. rrfs->aqm
danielabdi-noaa 15d0918
Bug fixes and naming changes for consitency.
danielabdi-noaa e5993b5
Replace instances of USHrrfs etc with a generic USHdir etc.
danielabdi-noaa 42ea00d
Add unittest for whole workflow now that the merge made it possible.
danielabdi-noaa 2a6b107
Remove unused process_args utility.
danielabdi-noaa f6c63ac
Remove hard coded paths from configs.
danielabdi-noaa 1de5a67
Don't replace existing var value with None.
danielabdi-noaa 8c3199f
Add config.nco to unittest.
danielabdi-noaa f5b03fa
Fix for Orion issue.
danielabdi-noaa e87291e
Fix default OPSROOT location in run_we2e.
danielabdi-noaa 41fd5ba
Modeify setup_we2e script to run fundamental tests on all machines.
danielabdi-noaa f3b1b3f
Fix conflicting ics/lbcs temp location by moving to DATA.
danielabdi-noaa 1ecee87
Bug fix in load_modules taken from PR #353.
danielabdi-noaa e54b868
Specify default shell instead of symlinking.
danielabdi-noaa 404ad02
Turn off grid/orog/sfc_climo tasks for NCO test cases.
danielabdi-noaa d4d39d6
Use PDY and cyc in ex-scripts.
danielabdi-noaa 277381d
Remove CDATE from xml and define int job_preamble.
danielabdi-noaa 0580a18
Use machine specific list of tests if available.
danielabdi-noaa 49fd6d7
Run all tests in community mode so that the last NCO test case
danielabdi-noaa 95b7ef0
Minor changes
danielabdi-noaa f4bc96e
Avoid using preamble in functions.
danielabdi-noaa a268b9f
Use preamble in function too.
danielabdi-noaa ce79280
Turn on debugging for utility functions.
danielabdi-noaa 3c44bc7
Turn on debug & verbose in CI.
danielabdi-noaa 21f9c96
Turn off set -e for init_env
danielabdi-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
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
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
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
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
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.