Skip to content
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

Add optional scaling to RRTMGP flux adjustment #605

Closed
wants to merge 8 commits into from
2 changes: 1 addition & 1 deletion FV3
1 change: 1 addition & 0 deletions tests/fv3_conf/gfs_v16_run_c192L127.IN
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ cp @[INPUTDATA_ROOT]/FV3_input_data_c192L127/*configure .

if [ $DO_RRTMGP = .T. ]; then
cp @[INPUTDATA_ROOT]/FV3_input_data_c192L127/rrtmgp* .
cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* .
fi
12 changes: 8 additions & 4 deletions tests/parm/v16_c192L127_rrtmgp.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ deflate_level=1
fhlwr = 3600.
ialb = 1
iems = 1
iaer = 5111
iaer = @[IAER]
icliq_sw = 2
iovr = 3
ico2 = 2
Expand Down Expand Up @@ -177,7 +177,7 @@ deflate_level=1
debug = .false.
oz_phys = .F.
oz_phys_2015 = .T.
nstf_name = 2,0,0,0,0
nstf_name = @[NSTF_NAME]
nst_anl = .true.
psautco = 0.0008,0.0005
prautco = 0.00015,0.00015
Expand All @@ -202,8 +202,12 @@ deflate_level=1
rrtmgp_nGptsLW = 128
rrtmgp_nBandsLW = 16
rrtmgp_nBandsSW = 14
doG_cldoptics = .true.
rrtmgp_nrghice = 3
doGP_cldoptics_LUT = .true.
doGP_lwscat = .true.
use_LW_jacobian = .true.
damp_LW_fluxadj = .true.
lfnc_k = 3125.
lfnc_p0 = 60000.
lsoil_lsm = 4
do_mynnedmf = .false.
do_mynnsfclay = .false.
Expand Down
2 changes: 2 additions & 0 deletions tests/tests/fv3_gfs_v16_RRTMGP_c192L127
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export LIST_FILES="phyf000.tile1.nc \
export_fv3

export DO_RRTMGP=.T.
export NSTF_NAME=2,1,0,0,0
export IAER=5111
export TASKS=150
export INPES=3
export JNPES=8
Expand Down