Skip to content

Commit

Permalink
Issue #1: set n_sponge=42 in gfs section of config.fcst
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Sep 2, 2020
1 parent 70abda2 commit 084c89e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parm/config/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ elif [[ "$CDUMP" == "gfs" ]] ; then # GFS cycle specific parameters
# Write each restart file in 16 small files to save time
export io_layout="4,4"

# Set number of layers from the top over
# which two delta-Z filter is applied
export n_sponge=42

# Debug load balancing
#export KEEPDATA="YES"
#export ESMF_RUNTIME_PROFILE=ON
Expand Down

0 comments on commit 084c89e

Please sign in to comment.