Feature/stochastic#237
Merged
JeffBeck-NOAA merged 16 commits intoJul 7, 2020
Merged
Conversation
…in the config.sh file
gsketefian
reviewed
Jun 18, 2020
gsketefian
reviewed
Jun 18, 2020
… into feature/stochastic
TrevorAlcott-NOAA
pushed a commit
to TrevorAlcott-NOAA/regional_workflow
that referenced
this pull request
Oct 22, 2021
…ufs-community#237) * Add namelist print_diff_pgr = .true. to turn on pressure tendency diagnostic * Add print_diff_pgr to config.sh.RRFS_NA_3km
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:
Introduction of user-defined tendency-based stochastic physics activation and settings in the config shell script. Defaults for these settings are found in the config-default.sh file.
User-defined options include (shown with default values):
DO_SHUM="false"
DO_SPPT="false"
DO_SKEB="false"
SHUM_MAG="0.006" #Variable "shum" in input.nml
SHUM_LSCALE="150000"
SHUM_TSCALE="21600" #Variable "shum_tau" in input.nml
SHUM_INT="3600" #Variable "shumint" in input.nml
SPPT_MAG="1.0" #Variable "sppt" in input.nml
SPPT_LSCALE="150000"
SPPT_TSCALE="21600" #Variable "sppt_tau" in input.nml
SPPT_INT="3600" #Variable "spptint" in input.nml
SKEB_MAG="0.5" #Variable "skeb" in input.nml
SKEB_LSCALE="150000"
SKEB_TSCALE="21600" #Variable "skeb_tau" in input.nml
SKEB_INT="3600" #Variable "skebint" in input.nml
SKEB_VDOF="10"
USE_ZMTNBLCK="false"
TESTS CONDUCTED:
Tested and works on Jet. The changes are isolated to input.nml, so I'm hoping functionality won't be affected on other platforms, but should be tested.