Skip to content

Commit

Permalink
Update PE configuration for reforecast
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSinsky-NOAA committed Oct 23, 2024
1 parent c50b90a commit 3391b87
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions parm/config/gefs/config.ufs
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ case "${fv3_res}" in
export DELTIM=300
export layout_x=6
export layout_y=8
export layout_x_gfs=8
export layout_y_gfs=8
export layout_x_gfs=16
export layout_y_gfs=12
export nthreads_fv3=1
export nthreads_fv3_gfs=2
export nthreads_fv3_gfs=1
export nthreads_ufs=1
export nthreads_ufs_gfs=2
export nthreads_ufs_gfs=1
export cdmbgwd="1.1,0.72,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export cdmbgwd_gsl="5.0,5.0,1.0,1.0" # settings for GSL drag suite
export knob_ugwp_tauamp=0.8e-3 # setting for UGWPv1 non-stationary GWD
Expand All @@ -161,8 +161,9 @@ case "${fv3_res}" in
export fv_sg_adj=900
export WRITE_GROUP=2
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=8
export WRITE_GROUP_GFS=2
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE_GFS=10
export WRITE_GROUP_GFS=1
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE_GFS=8
export OUTPUT_HISTORY=".false."
;;
"C768")
export DELTIM=150
Expand Down Expand Up @@ -373,7 +374,7 @@ if [[ "${skip_mom6}" == "false" ]]; then
TOPOEDITS=""
;;
"025")
ntasks_mom6=220
ntasks_mom6=130
OCNTIM=1800
NX_GLB=1440
NY_GLB=1080
Expand Down Expand Up @@ -441,7 +442,7 @@ if [[ "${skip_cice6}" == "false" ]]; then
cice6_processor_shape="slenderX2"
;;
"025")
ntasks_cice6=120
ntasks_cice6=72
cice6_processor_shape="slenderX2"
;;
*)
Expand All @@ -461,7 +462,7 @@ if [[ "${skip_ww3}" == "false" ]]; then
export cplwav=".true."
export cplwav2atm=".true."
model_list="${model_list}.wave"
nthreads_ww3=2
nthreads_ww3=1
case "${ww3_res}" in
"gnh_10m;aoc_9km;gsh_15m")
ntasks_ww3=140
Expand All @@ -470,7 +471,7 @@ if [[ "${skip_ww3}" == "false" ]]; then
ntasks_ww3=100
;;
"glo_025")
ntasks_ww3=262
ntasks_ww3=250
;;
"glo_100")
ntasks_ww3=20
Expand Down

0 comments on commit 3391b87

Please sign in to comment.