Skip to content

Commit

Permalink
Update gefs_ufs.parm with the latest g-w develop
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v13_S2SW
	modified:   parm/gefs_ufs.parm

Refs: NOAA-EMC#114
  • Loading branch information
XianwuXue-NOAA committed Mar 31, 2023
1 parent 4cabec6 commit 8968884
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions parm/gefs_ufs.parm
Original file line number Diff line number Diff line change
Expand Up @@ -118,60 +118,60 @@ case "${fv3_res}" in
#export WRTTASK_PER_GROUP_GFS=2
;;
"C96")
export DELTIM=${DELTIM:-600}
export layout_x=${layout_x:-2}
export layout_y=${layout_y:-2}
#export layout_x_gfs=2
#export layout_y_gfs=2
export nthreads_fv3=${nthreads_fv3:-1}
#export nthreads_fv3_gfs=1
export cdmbgwd=${cdmbgwd:-"0.14,1.8,1.0,1.0"} # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=${WRITE_GROUP:-1}
export WRTTASK_PER_GROUP=${WRTTASK_PER_GROUP:-4}
#export WRITE_GROUP_GFS=1
#export WRTTASK_PER_GROUP_GFS=4
export DELTIM=600
export layout_x=2
export layout_y=2
export layout_x_gfs=2
export layout_y_gfs=2
export nthreads_fv3=1
export nthreads_fv3_gfs=1
export cdmbgwd="0.14,1.8,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=1
export WRTTASK_PER_GROUP=4
export WRITE_GROUP_GFS=1
export WRTTASK_PER_GROUP_GFS=4
;;
"C192")
export DELTIM=${DELTIM:-450}
export layout_x=${layout_x:-4}
export layout_y=${layout_y:-6}
#export layout_x_gfs=4
#export layout_y_gfs=6
export nthreads_fv3=${nthreads_fv3:-1}
#export nthreads_fv3_gfs=2
export cdmbgwd=${cdmbgwd:-"0.23,1.5,1.0,1.0"} # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=${WRITE_GROUP:-1}
export DELTIM=450
export layout_x=4
export layout_y=6
export layout_x_gfs=4
export layout_y_gfs=6
export nthreads_fv3=1
export nthreads_fv3_gfs=2
export cdmbgwd="0.23,1.5,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=1
export WRTTASK_PER_GROUP=64
#export WRITE_GROUP_GFS=2
#export WRTTASK_PER_GROUP_GFS=64
export WRITE_GROUP_GFS=2
export WRTTASK_PER_GROUP_GFS=64
;;
"C384")
export DELTIM=${DELTIM:-200}
export DELTIM=${DELTIM:-300}
export layout_x=${layout_x:-6}
export layout_y=${layout_y:-8}
#export layout_x_gfs=${layout_x_gfs:-8}
#export layout_y_gfs=${layout_y_gfs:-12}
#export layout_y_gfs=${layout_y_gfs:-8}
export nthreads_fv3=${nthreads_fv3:-1}
#export nthreads_fv3_gfs=${nthreads_fv3_gfs:-2}
export cdmbgwd=${cdmbgwd:-"1.1,0.72,1.0,1.0"} # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=${WRITE_GROUP:-1}
export WRITE_GROUP=${WRITE_GROUP:-2}
export WRTTASK_PER_GROUP=${WRTTASK_PER_GROUP:-48}
#export WRITE_GROUP_GFS=${WRITE_GROUP_GFS:-2}
#export WRTTASK_PER_GROUP_GFS=${WRTTASK_PER_GROUP_GFS:-64}
#export WRTTASK_PER_GROUP_GFS=${WRTTASK_PER_GROUP_GFS:-48}
;;
"C768")
export DELTIM=${DELTIM:-150}
export layout_x=${layout_x:-8}
export layout_y=${layout_y:-12}
#export layout_x_gfs=16
#export layout_y_gfs=12
export nthreads_fv3=${nthreads_fv3:-4}
#export nthreads_fv3_gfs=4
export cdmbgwd=${cdmbgwd:-"4.0,0.15,1.0,1.0"} # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=${WRITE_GROUP:-2}
export WRTTASK_PER_GROUP=${WRTTASK_PER_GROUP:-64}
#export WRITE_GROUP_GFS=4
#export WRTTASK_PER_GROUP_GFS=64
export DELTIM=150
export layout_x=8
export layout_y=12
export layout_x_gfs=12
export layout_y_gfs=16
export nthreads_fv3=4
export nthreads_fv3_gfs=4
export cdmbgwd="4.0,0.15,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=2
export WRTTASK_PER_GROUP=64
export WRITE_GROUP_GFS=4
export WRTTASK_PER_GROUP_GFS=64
;;
"C1152")
export DELTIM=120
Expand Down

0 comments on commit 8968884

Please sign in to comment.