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

Update to MYNN surface layer scheme #131

Merged
merged 3 commits into from
May 19, 2022
Merged
Show file tree
Hide file tree
Changes from 2 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
5 changes: 3 additions & 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,8 @@
lwhtr = .true.
n_var_lndp = @[N_VAR_LNDP]
nsradar_reset = 3600
nst_anl = .false.
nstf_name = 2, 0, 0, 0, 0
nst_anl = .true.
SamuelTrahanNOAA marked this conversation as resolved.
Show resolved Hide resolved
! 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