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 the descriptions of the GSD_SAR_v1 and RRFS_v0 tests #53

Merged
merged 3 commits into from
Jun 16, 2020
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
6 changes: 3 additions & 3 deletions parm/ccpp_gsd_sar_v1.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@
random_clds = .false.
trans_trac = .true.
cnvcld = .false.
imfshalcnv = 0
imfdeepcnv = 0
imfshalcnv = -1
imfdeepcnv = -1
cdmbgwd = 3.5,0.25
prslrd0 = 0.
ivegsrc = 1
Expand All @@ -193,7 +193,7 @@
do_shum = .F.
do_skeb = .F.
do_sfcperts = .F.
lsm = 2
lsm = 1
lsoil = 4
iopt_dveg = 2
iopt_crs = 1
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/fv3_ccpp_gsd_sar_v1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###############################################################################
#
# FV3 CCPP GSD SAR (GF CU + Thompson MP + MYNN PBL + RUC LSM) test
# FV3 CCPP GSD SAR ( Thompson MP + MYNN PBL + NOAH LSM) test
#
###############################################################################

Expand Down
6 changes: 3 additions & 3 deletions tests/tests/fv3_ccpp_rrfs_v0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###############################################################################
#
# FV3 CCPP GSD (GF CU + Thompson MP + MYNN PBL + NOAH LSM) test
# FV3 CCPP RRFS (Thompson MP + MYNN PBL + NOAHMP LSM) test
#
###############################################################################

Expand Down Expand Up @@ -115,8 +115,8 @@ export INPUT_NML=ccpp_gsd.nml.IN

export HYBEDMF=.F.
export DO_MYNNEDMF=.T.
export IMFSHALCNV=3
export IMFDEEPCNV=3
export IMFSHALCNV=-1
export IMFDEEPCNV=-1
export FHCYC=0
export LSM=2
export LSOIL_LSM=4
Expand Down