Update GSD_HRRR3km grid parameters and enable its use in NCO mode#273
Merged
gsketefian merged 10 commits intoAug 21, 2020
Merged
Conversation
…running on it in NCO mode. 1) Update grid parameters for the GSD_HRRR3km grid of JPgrid type as specified by Christina Holt. 2) Add capability to run on this grid in NCO mode. 3) Add a WE2E test to run on this grid in NCO mode.
…, allow external models besides FV3GFS and GSMGFS. 1) Make the write-component grid corresponding to the GSD_HRRR3km JPgrid-type grid smaller so it is within the former. Not necessary but nice to have (so that the write-component doesn't have to fill any of its grid points with NaNs). 2) In NCO mode, allow external models other than FV3GFS and GSMGFS. This is needed because GSL wants to run in NCO mode but using the RAPX and/or HRRRX for ICs and LBCs.
…statements in exregional_make_ics.sh and exregional_make_lbcs.sh that set numsoil_out. * Add the FV3GFS_2017_gfdlmp_regional physics suite to the if-statements that sets numsoil_out for the HRRRX and RAPX models when creating initial conditions (in scripts/exregional_make_ics.sh). * Add the FV3GFS_2017_gfdlmp_regional physics suite to the if-statement that sets numsoil_out for the RAPX model when creating lateral boundary conditions (in scripts/exregional_make_lbcs.sh). * Add "else" clauses to the if-statements in exregional_make_ics.sh and exregional_make_lbcs.sh that check for the physics suite and set various parameters. These "else" clauses print out an error message whenever the specified physics suite is not covered by the if-statement.
… to emphasize that it uses FV3GFS for both the ICS and the LBCs; add this test to the full list of WE2E tests.
…mode using the HRRRX for ICs and the RAPX for LBCs. This test currently fails (at least on hera) due to a problem with chgres_cube and/or the modulefiles that are loaded, but it will be needed for further testing soon.
… with develop easier.
…GSD_HRRR3km_FV3GFS_FV3GFS and nco_GSD_HRRR3km_HRRRX_RAPX WE2E tests. 1) Fix bugs in the configuration files for the nco_GSD_HRRR3km_FV3GFS_FV3GFS and nco_GSD_HRRR3km_HRRRX_RAPX WE2E tests. 2) Add commented-out lines to allow these tests to use user-staged files (to avoid fetching from HPSS). Uncomment these four lines to allow the workflow use the staged files.
JeffBeck-NOAA
approved these changes
Aug 21, 2020
gsketefian
added a commit
to gsketefian/regional_workflow
that referenced
this pull request
Aug 21, 2020
…ully on hera that were left out of PR ufs-community#273.
gsketefian
added a commit
to gsketefian/regional_workflow
that referenced
this pull request
Aug 21, 2020
…ese changes were inadvertantly left out of PR ufs-community#273 into regional_workflow.
gsketefian
added a commit
that referenced
this pull request
Aug 21, 2020
## DESCRIPTION OF CHANGES: Changes to three WE2E tests needed to run successfully on hera that were left out of PR #273. ## TESTS CONDUCTED: Same as PR#273.
Closed
christinaholtNOAA
added a commit
to christinaholtNOAA/regional_workflow
that referenced
this pull request
Feb 4, 2022
rrfs_ci: Merge authoritative develop
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of changes:
Tests conducted:
On hera:
Ran all the WE2E tests including the two new ones (nco_GSD_HRRR3km_FV3GFS_FV3GFS and nco_GSD_HRRR3km_HRRRX_RAPX). All tests except regional_010 pass (regional_010 test was already broken in the original develop branch).
On jet:
Ran the two new WE2E tests nco_GSD_HRRR3km_FV3GFS_FV3GFS and nco_GSD_HRRR3km_HRRRX_RAPX as well as regional_002 and regional_003. All passed, although some tasks (make_lbcs and run_fcst) for the nco_GSD_HRRR3km_FV3GFS_FV3GFS and nco_GSD_HRRR3km_HRRRX_RAPX tests took more than 1 try to succeed. Also tested versions of nco_GSD_HRRR3km_FV3GFS_FV3GFS and nco_GSD_HRRR3km_HRRRX_RAPX in which the external files are staged. Again, both succeeded but some tasks take more than 1 try to succeed.