Skip to content

Commit

Permalink
modified: config.fcst to set
Browse files Browse the repository at this point in the history
if [ $LEVS = "128" -a $CDUMP = "gdas" ]; then
...

lheatstrg=".false."
  • Loading branch information
yangfanglin committed May 22, 2020
1 parent 96460e6 commit e248236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export do_tofd=".true."
export launch_level=$(echo "$LEVS/2.35" |bc)

# Sponge layer settings for L127
if [ $LEVS = "128" ]; then
if [ $LEVS = "128" -a $CDUMP = "gdas" ]; then
export tau=5.0
export rf_cutoff=1.0e3
export d2_bg_k1=0.20
Expand All @@ -79,7 +79,7 @@ if [ $lsm -eq 2 ]; then
export lheatstrg=".false."
export landice=".false."
else
export lheatstrg=".true."
export lheatstrg=".false."
export landice=".true."
fi

Expand Down

0 comments on commit e248236

Please sign in to comment.