-
Notifications
You must be signed in to change notification settings - Fork 130
[develop] Add checks for correct SPP settings for the selected CCPP suite, resolve four more issues #1259
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
MichaelLueken
merged 22 commits into
ufs-community:develop
from
mkavulich:feature/spp_settings_check
Apr 29, 2025
Merged
[develop] Add checks for correct SPP settings for the selected CCPP suite, resolve four more issues #1259
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
fb3904f
Add checks for correct SPP settings for the selected CCPP suite
mkavulich 91b5f30
Remove extra smoke-related entries from RRFS_sas field_table
mkavulich 1a2d529
Update docs for latest SPP options
mkavulich 662a337
Add new 25 km smoke test using RRFS_sas suite
mkavulich f0b3b90
add a couple more 25km test runs
benkozi 4d71bfe
Fix post-rebase issues
mkavulich 31aa130
Better error for missing section, fix incorrect use of
mkavulich 1aface4
- Remove old hacked settings for SPP LSM
mkavulich 5bf620d
Fix checks for correct LSM_SPP settings
mkavulich 7c0ad3b
Add LSM_SPP=true to get_from_HPSS_ics_GDAS_lbcs_GDAS_fmt_netcdf_20220…
mkavulich c73b5ac
Update pylint version in conda environments; older version caused seg…
mkavulich c815e86
Add setup.py to pylint checks
mkavulich 0776f01
Have to downgrade pylint to 3.1 due to https://github.com/pylint-dev/…
mkavulich 4c3054f
Fix rest of pylint complaints for setup.py
mkavulich c89ef8c
[feature/spp_settings_check] Update Ben's GitHub username in .github/…
MichaelLueken aebad61
Merge pull request #4 from MichaelLueken/feature/spp_settings_check
mkavulich 6f30fa9
Use multiline strings for messages
mkavulich 4c0d336
Fix potential error in check for expt_basedir; if string is empty pre…
mkavulich 9f646e7
Only set up FV3 namelist when we are running a run_fcst task
mkavulich 14e3a24
Line breaks for multi-line string
mkavulich a927e88
Ensure that cases where make_grid is run without run_fcst still gener…
mkavulich 4cb4f2e
Merge remote-tracking branch 'upstream/develop' into feature/spp_sett…
mkavulich 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
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
55 changes: 55 additions & 0 deletions
55
...s/WE2E/test_configs/smoke_dust/config.smoke_dust_grid_RRFS_CONUS_25km_suite_RRFS_sas.yaml
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,55 @@ | ||
| metadata: | ||
| description: config for Smoke and Dust, RRFS_CONUS_25km, RRFS_sas suite | ||
| user: | ||
| RUN_ENVIR: community | ||
| workflow: | ||
| PREDEF_GRID_NAME: RRFS_CONUS_25km | ||
| CCPP_PHYS_SUITE: RRFS_sas | ||
| DATE_FIRST_CYCL: '2019072200' | ||
| DATE_LAST_CYCL: '2019072206' | ||
| INCR_CYCL_FREQ: 6 | ||
| FCST_LEN_HRS: 6 | ||
| COMPILER: intel | ||
| DO_REAL_TIME: false | ||
| COLDSTART: true | ||
| PREEXISTING_DIR_METHOD: rename | ||
| taskgroups: | ||
| - parm/wflow/prep.yaml | ||
| - parm/wflow/smoke_dust.yaml | ||
| - parm/wflow/coldstart.yaml | ||
| - parm/wflow/post.yaml | ||
| nco: | ||
| envir_default: we2e_smoke_dust | ||
| NET_default: smoke_dust | ||
| RUN_default: smoke_dust | ||
| task_get_extrn_ics: | ||
| envvars: | ||
| EXTRN_MDL_NAME_ICS: RAP | ||
| EXTRN_MDL_ICS_OFFSET_HRS: 0 | ||
| USE_USER_STAGED_EXTRN_FILES: true | ||
| task_get_extrn_lbcs: | ||
| envvars: | ||
| EXTRN_MDL_NAME_LBCS: RAP | ||
| LBC_SPEC_INTVL_HRS: 6 | ||
| EXTRN_MDL_LBCS_OFFSET_HRS: 0 | ||
| USE_USER_STAGED_EXTRN_FILES: true | ||
| task_run_fcst: | ||
| envvars: | ||
| RESTART_INTERVAL: 6 12 18 24 | ||
| PRINT_ESMF: false | ||
| fv3: | ||
| execution: | ||
| batchargs: | ||
| walltime: 02:00:00 | ||
| task_run_post: | ||
| envvars: | ||
| POST_OUTPUT_DOMAIN_NAME: conus25km | ||
| USE_CUSTOM_POST_CONFIG_FILE: false | ||
| global: | ||
| DO_ENSEMBLE: false | ||
| NUM_ENS_MEMBERS: 2 | ||
| smoke_dust_parm: | ||
| DO_SMOKE_DUST: true | ||
| EBB_DCYCLE: 1 | ||
| SMOKE_DUST_FILE_PREFIX: "SMOKE_RRFS_data" | ||
|
|
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,14 +1,15 @@ | ||
| metadata: | ||
| description: |- | ||
| This test checks the capability of the workflow to retrieve from NOAA | ||
| HPSS netcdf-formatted output files generated by GDAS. | ||
| HPSS netcdf-formatted output files generated by GDAS. Also ensures that | ||
| LSM SPP settings can be activated properly. | ||
| user: | ||
| RUN_ENVIR: community | ||
| platform: | ||
| EXTRN_MDL_DATA_STORES: hpss | ||
| workflow: | ||
| CCPP_PHYS_SUITE: FV3_HRRR | ||
| PREDEF_GRID_NAME: RRFS_CONUS_3km | ||
| PREDEF_GRID_NAME: RRFS_CONUS_13km | ||
|
Collaborator
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. For future reference: this reduced the core hours used by about an order of magnitude (~1500 --> ~200) |
||
| DATE_FIRST_CYCL: '2022040400' | ||
| DATE_LAST_CYCL: '2022040400' | ||
| FCST_LEN_HRS: 6 | ||
|
|
@@ -27,3 +28,8 @@ task_get_extrn_lbcs: | |
| global: | ||
| DO_ENSEMBLE: true | ||
| NUM_ENS_MEMBERS: 2 | ||
| DO_LSM_SPP: true | ||
| LSM_SPP_VAR_LIST: [ "smc", "vgf", "emi", "zol", "stc" ] | ||
| LSM_SPP_TSCALE: [ 21600, 21600, 21600, 21600, 21600 ] | ||
| LSM_SPP_LSCALE: [ 150000, 150000, 150000, 150000, 150000 ] | ||
| LSM_SPP_MAG_LIST: [ 0.017, 0.001, 0.001, 0.001, 0.2 ] | ||
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.