-
Notifications
You must be signed in to change notification settings - Fork 87
Added support of the NSSL CCPP suite - WoFS_v0 and WE2E tests #772
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
ywangwof
merged 34 commits into
ufs-community:release/public-v2
from
ywangwof:feature_nssl
Jun 9, 2022
Merged
Changes from 7 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
44a3e61
Added workflow for RRFS_v1nssl
ywangwof c2235ef
Merge branch 'develop' of https://github.com/ufs-community/regional_w…
ywangwof a714fa7
Renamed FV3_RRFS_v1nssl to FV3_WoFS_v0 and added WE2E tests configura…
ywangwof e983dd7
Added SUBCONUS test for WoFS suite
ywangwof d37e750
Merge branch 'develop' of https://github.com/ufs-community/regional_w…
ywangwof e236d2f
water_nc initial value sets to zero for FV3GFS data
ywangwof bedca14
Add Gaea as a supported platform for the regional_workflow (#734)
mark-a-potts e5e0042
Add more parameters to CSV file containing WE2E test info (#740)
gsketefian 1bd9d5f
Update directory structure of NCO mode (#743)
chan-hoo d013436
Default CCPP physics option is FV3_GFS_v16 (#746)
natalie-perlin bf0fae9
Adds an alternative python workflow generation path (#698)
danielabdi-noaa e2fa6fc
Fix typo and crontab issue on wcoss dell in workflow python scripts (…
chan-hoo b29822c
Add new WE2E configs (#748)
EdwardSnyder-NOAA c942b84
Added a fixed WoF grid and the python tool to determine the write com…
ywangwof 6800643
Replace env with modulefiles in scripts (#752)
chan-hoo bd13e16
WE2E script improvements for usability (#745)
gsketefian ef63cc0
Standardize static data across Tier-1 platforms; fix and improve IC a…
mkavulich 187f16c
Bug fixes (grid size + suppress screen output from module load) (#756)
gsketefian 00e2155
Update default SPP ISEED array in config_defaults.sh to use unique va…
JeffBeck-NOAA 89a0c7f
Update workflow python scripts (#760)
chan-hoo 1ec6851
Change output file name of run_post to meet NCO standards (#758)
chan-hoo d4a6d43
Add POST_OUTPUT_DOMAIN_NAME to WE2E tests for new grids (#763)
chan-hoo 11dc291
Modifications to `CODEOWNERS` file (#757)
gsketefian 2c5536d
Merge branch 'release/public-v2' of https://github.com/ufs-community/…
ywangwof 961300d
Adding a python utility for summarizing compute. (#769)
christinaholtNOAA 23f5d41
Add github actions for python unittests. (#747)
danielabdi-noaa 86f8b04
Update sample script for NCO mode (#771)
chan-hoo 737c687
Feature/noaacloud (#767)
mark-a-potts fe820b0
removed cheyenne-specific crontab editing section (#773)
mark-a-potts de82b63
Pin down hera miniconda3 module file version. (#770)
christinaholtNOAA 6a6ebfd
update staged data dir (#774)
EdwardSnyder-NOAA 60b350d
resolve conflicts
ywangwof 7928db7
Merge branch 'release/public-v2' into feature_nssl
ywangwof 52d2984
Changed to smaller SUBCONUS_Ind_3km domain
ywangwof 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
25 changes: 25 additions & 0 deletions
25
...ls_suites_community/config.grid_RRFS_SUBCONUS_3km_ics_FV3GFS_lbcs_FV3GFS_suite_WoFS_v0.sh
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 |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # | ||
| # TEST PURPOSE/DESCRIPTION: | ||
| # ------------------------ | ||
| # | ||
| # This test is to ensure that the workflow running in community mode | ||
| # completes successfully on the RRFS_SUBCONUS_3km grid using the WoFS_v0 | ||
| # physics suite with ICs and LBCs derived from the FV3GFS. | ||
| # | ||
|
|
||
| RUN_ENVIR="community" | ||
| PREEXISTING_DIR_METHOD="rename" | ||
|
|
||
| PREDEF_GRID_NAME="RRFS_SUBCONUS_3km" | ||
| CCPP_PHYS_SUITE="FV3_WoFS_v0" | ||
|
|
||
| EXTRN_MDL_NAME_ICS="FV3GFS" | ||
| EXTRN_MDL_NAME_LBCS="FV3GFS" | ||
| USE_USER_STAGED_EXTRN_FILES="TRUE" | ||
|
|
||
| DATE_FIRST_CYCL="20190701" | ||
| DATE_LAST_CYCL="20190701" | ||
| CYCL_HRS=( "00" ) | ||
|
|
||
| FCST_LEN_HRS="6" | ||
| LBC_SPEC_INTVL_HRS="3" | ||
26 changes: 26 additions & 0 deletions
26
...rn_mdls_suites_community/config.grid_RRFS_SUBCONUS_3km_ics_HRRR_lbcs_RAP_suite_WoFS_v0.sh
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 |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # | ||
|
gsketefian marked this conversation as resolved.
|
||
| # TEST PURPOSE/DESCRIPTION: | ||
| # ------------------------ | ||
| # | ||
| # This test is to ensure that the workflow running in community mode | ||
| # completes successfully on the RRFS_SUBCONUS_3km grid using the WoFS_v0 | ||
| # physics suite with ICs derived from the HRRR and LBCs derived from the | ||
| # RAP. | ||
| # | ||
|
|
||
| RUN_ENVIR="community" | ||
| PREEXISTING_DIR_METHOD="rename" | ||
|
|
||
| PREDEF_GRID_NAME="RRFS_SUBCONUS_3km" | ||
| CCPP_PHYS_SUITE="FV3_WoFS_v0" | ||
|
|
||
| EXTRN_MDL_NAME_ICS="HRRR" | ||
| EXTRN_MDL_NAME_LBCS="RAP" | ||
| USE_USER_STAGED_EXTRN_FILES="TRUE" | ||
|
|
||
| DATE_FIRST_CYCL="20200801" | ||
| DATE_LAST_CYCL="20200801" | ||
| CYCL_HRS=( "00" ) | ||
|
|
||
| FCST_LEN_HRS="6" | ||
| LBC_SPEC_INTVL_HRS="3" | ||
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.