Skip to content
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
19 changes: 0 additions & 19 deletions parm/config/config.defaults.s2sw
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,6 @@ FHOUT_HF_GFS=-1
min_seaice="1.0e-6"
use_cice_alb=".true."

# config.ufs # TODO: This is hard-wired for P8 and needs to be refactored. For now, use case C384
# TODO: Q. for @jessicameixner-noaa: can we make these defaults in config.ufs for C384?
case "${CASE}" in
"C384")
DELTIM=300
layout_x_gfs=8
layout_y_gfs=8
WRITE_GROUP_GFS=1
WRTTASK_PER_GROUP_GFS=24
#The settings below will result in S2SWA running 35 days under 8 hours wallclock on hera
#layout_x_gfs=24
#layout_y_gfs=16
#WRTTASK_PER_GROUP_GFS=86
;;
*) # All other ${CASE}
echo "config.defaults.s2sw: Using default settings for CASE=${CASE}"
;;
esac

# config.wave

waveGRD='mx025'
Expand Down
6 changes: 3 additions & 3 deletions parm/config/config.ufs
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,18 @@ case "${fv3_res}" in
export WRTTASK_PER_GROUP_GFS=64
;;
"C384")
export DELTIM=200
export DELTIM=300
export layout_x=6
export layout_y=8
export layout_x_gfs=8
export layout_y_gfs=12
export layout_y_gfs=8
export nthreads_fv3=1
export nthreads_fv3_gfs=2
export cdmbgwd="1.1,0.72,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=2
export WRTTASK_PER_GROUP=48
export WRITE_GROUP_GFS=2
export WRTTASK_PER_GROUP_GFS=64
export WRTTASK_PER_GROUP_GFS=48
;;
"C768")
export DELTIM=150
Expand Down