Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase PE # for 35day run #8

Closed
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
18 changes: 14 additions & 4 deletions tests/tests/cpld_bmarkfrac_wave_v16_35d
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export WLCLK=480
#export ice_petlist_bounds=$IPB_cpl_wwav
#export wav_petlist_bounds=$WPB_cpl_wwav

export TPN=40
export THRD=1
export WRTTASK_PER_GROUP=24
export TPN=20
export THRD=2
export WRTTASK_PER_GROUP=88

# 6x12 setting
#export TASKS=866
Expand All @@ -55,6 +55,16 @@ export ocn_petlist_bounds="600 839"
export ice_petlist_bounds="840 887"
export wav_petlist_bounds="888 1009"

# 12x16 setting
export TASKS=1700
export INPES=12
export JNPES=16
jiandewang marked this conversation as resolved.
Show resolved Hide resolved
export med_petlist_bounds="0 1151"
export atm_petlist_bounds="0 1239"
export ocn_petlist_bounds="1240 1459"
export ice_petlist_bounds="1460 1539"
export wav_petlist_bounds="1540 1699"

# atm/ocn/ice resolution
export ATMRES='C384'
export NPX=385
Expand All @@ -67,7 +77,7 @@ export OCNRES='025'
export ICERES='0.25'
export NX_GLB=1440
export NY_GLB=1080
export NPROC_ICE='48'
export NPROC_ICE='80'

# resolution dependent setting
export CDMBWD=${CDMBWD_c384}
Expand Down
34 changes: 22 additions & 12 deletions tests/tests/cpld_bmarkfrac_wave_v16_noahmp_35d
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export WLCLK=480
#export ice_petlist_bounds=$IPB_cpl_wwav
#export wav_petlist_bounds=$WPB_cpl_wwav

export TPN=40
export THRD=1
export WRTTASK_PER_GROUP=24
export TPN=20
export THRD=2
export WRTTASK_PER_GROUP=88

# 6x12 setting
#export TASKS=866
Expand All @@ -46,14 +46,24 @@ export WRTTASK_PER_GROUP=24
#export wav_petlist_bounds="744 865"

# 8x12 setting
export TASKS=1010
export INPES=8
export JNPES=12
export med_petlist_bounds="0 575"
export atm_petlist_bounds="0 599"
export ocn_petlist_bounds="600 839"
export ice_petlist_bounds="840 887"
export wav_petlist_bounds="888 1009"
#export TASKS=1010
#export INPES=8
#export JNPES=12
#export med_petlist_bounds="0 575"
#export atm_petlist_bounds="0 599"
#export ocn_petlist_bounds="600 839"
#export ice_petlist_bounds="840 887"
#export wav_petlist_bounds="888 1009"

# 12x16 setting
export TASKS=1700
export INPES=12
jiandewang marked this conversation as resolved.
Show resolved Hide resolved
export JNPES=16
export med_petlist_bounds="0 1151"
export atm_petlist_bounds="0 1239"
export ocn_petlist_bounds="1240 1459"
export ice_petlist_bounds="1460 1539"
export wav_petlist_bounds="1540 1699"

# atm/ocn/ice resolution
export ATMRES='C384'
Expand All @@ -67,7 +77,7 @@ export OCNRES='025'
export ICERES='0.25'
export NX_GLB=1440
export NY_GLB=1080
export NPROC_ICE='48'
export NPROC_ICE='80'

# resolution dependent setting
export CDMBWD=${CDMBWD_c384}
Expand Down