Skip to content

Commit

Permalink
Add PERT_MP flag
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Sep 14, 2024
1 parent 9835f09 commit 2f67540
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ export HORD_DP=-5
export HORD_TR=8
export NUDGE_QV=.true.
export PERT_CLDS=.false.
export PERT_MP=.true.
export PERT_RADTEND=.true.
# Radiation
export DO_RRTMGP=.false.
Expand Down
1 change: 1 addition & 0 deletions tests/parm/global_control.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
use_med_flux = @[USE_MED_FLUX]
frac_grid = @[FRAC_GRID]
pert_clds = @[PERT_CLDS]
pert_mp = @[PERT_MP]
pert_radtend = @[PERT_RADTEND]
cplchm = @[CPLCHM]
cplflx = @[CPLFLX]
Expand Down
1 change: 1 addition & 0 deletions tests/tests/cpld_bmark_gefs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export DO_SKEB=.true.
export SKEB="0.8,-999,-999,-999,-999"
export SPPT="0.56,0.28,0.14,0.056,0.028"
export PERT_CLDS=.true.
export PERT_MP=.false.
export PERT_RADTEND=.false.
export DO_CA=.true.
export CA_GLOBAL=.false.
Expand Down

0 comments on commit 2f67540

Please sign in to comment.