Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FV3
1 change: 1 addition & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ export DO_MYNNEDMF=.false.
export DO_MYJPBL=.false.
export HURR_PBL=.false.
export MONINQ_FAC=1.0
export SFCLAY_COMPUTE_FLUX=.false.

# Shallow/deep convection
export DO_DEEP=.true.
Expand Down
3 changes: 1 addition & 2 deletions tests/parm/rrfs_conus13km_hrrr.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
/

&gfs_physics_nml
sfclay_compute_flux = @[SFCLAY_COMPUTE_FLUX]
fh_dfi_radar = @[FH_DFI_RADAR]
bl_mynn_edmf = 1
bl_mynn_edmf_mom = 1
Expand Down Expand Up @@ -222,8 +223,6 @@
lwhtr = .true.
n_var_lndp = @[N_VAR_LNDP]
nsradar_reset = 3600
nst_anl = .false.
nstf_name = 2, 0, 0, 0, 0
oz_phys = .false.
oz_phys_2015 = .true.
pdfcld = .false.
Expand Down
1 change: 1 addition & 0 deletions tests/tests/rrfs_conus13km_hrrr_warm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export OUTPUT_HISTORY=.true.
export OUTPUT_GRID=lambert_conformal
export OUTPUT_FILE="'netcdf'"

export SFCLAY_COMPUTE_FLUX=.true.
export IALB=2
export ICLIQ_SW=2
export IEMS=2
Expand Down
1 change: 1 addition & 0 deletions tests/tests/rrfs_conus13km_radar_tten_warm
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export OUTPUT_HISTORY=.true.
export OUTPUT_GRID=lambert_conformal
export OUTPUT_FILE="'netcdf'"

export SFCLAY_COMPUTE_FLUX=.true.
export IALB=2
export ICLIQ_SW=2
export IEMS=2
Expand Down