Skip to content

Commit

Permalink
- make default CCPP suite GSD_v0
Browse files Browse the repository at this point in the history
- define convective options based on CCPP_SUITE
  • Loading branch information
jkhender committed Jan 13, 2020
1 parent 943cfdc commit 2ab0ed0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions parm/config/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ if [ $machine = "THEIA" ]; then
fi

#### CCPP Suite
#### export CCPP_SUITE="FV3_GSD_v0" # testgsdsuite
export CCPP_SUITE="FV3_GFS_v15" # testemc
export CCPP_SUITE="FV3_GSD_v0" # testgsdsuite
#### export CCPP_SUITE="FV3_GFS_v15" # testemc

# Toggle to turn on/off GFS downstream processing.
export DO_BUFRSND="NO"
Expand Down
12 changes: 9 additions & 3 deletions parm/config/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,17 @@ export icliq_sw=2 ;#cloud optical coeffs from AER's newer version v3.9-v4.0 fo

# CCPP configuration
export output_1st_tstep_rst=".false." #JKH
export CCPP_SUITE=FV3_GSD_v0

# Convection Options: 2-SASAS, 3-GF
export imfdeepcnv=3
export imfshalcnv=3
if [ $CCPP_SUITE = "FV3_GSD_v0" ]; then
export imfdeepcnv=3
export imfshalcnv=3
#### export lheatstrg=.false.
else
export imfdeepcnv=2
export imfshalcnv=2
#### export lheatstrg=.true.
fi

# Microphysics configuration
export dnats=0
Expand Down

0 comments on commit 2ab0ed0

Please sign in to comment.