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

Update the PE layout for concurrent runs - 025deg_jra55do_ryf #60

Closed
wants to merge 1 commit into from
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
6 changes: 3 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
# shortpath: /scratch/v45

queue: normal
ncpus: 240
ncpus: 1296
jobfs: 10GB
mem: 960GB
mem: 5184GB

walltime: 48:00:00
walltime: 24:00:00
jobname: 025deg_jra55do_ryf

model: access-om3
Expand Down
2 changes: 1 addition & 1 deletion ice_in
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
maskhalo_bound = .true.
maskhalo_dyn = .true.
maskhalo_remap = .true.
max_blocks = 10
max_blocks = 6
ns_boundary_type = "tripole"
nx_global = 1440
ny_global = 1080
Expand Down
20 changes: 10 additions & 10 deletions nuopc.runconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,44 +27,44 @@ DRIVER_attributes::
::

PELAYOUT_attributes::
atm_ntasks = 240
atm_ntasks = 288
atm_nthreads = 1
atm_pestride = 1
atm_rootpe = 0
cpl_ntasks = 240
cpl_ntasks = 144
cpl_nthreads = 1
cpl_pestride = 1
cpl_rootpe = 0
cpl_rootpe = 1152
esmf_logging = ESMF_LOGKIND_NONE
esp_ntasks = 1
esp_nthreads = 1
esp_pestride = 1
esp_rootpe = 0
glc_ntasks = 240
glc_ntasks = 288
glc_nthreads = 1
glc_pestride = 1
glc_rootpe = 0
ice_ntasks = 240
ice_ntasks = 288
ice_nthreads = 1
ice_pestride = 1
ice_rootpe = 0
lnd_ntasks = 240
lnd_ntasks = 288
lnd_nthreads = 1
lnd_pestride = 1
lnd_rootpe = 0
ninst = 1
ocn_ntasks = 240
ocn_ntasks = 864
ocn_nthreads = 1
ocn_pestride = 1
ocn_rootpe = 0
ocn_rootpe = 288
pio_asyncio_ntasks = 0
pio_asyncio_rootpe = 1
pio_asyncio_stride = 0
rof_ntasks = 240
rof_ntasks = 288
rof_nthreads = 1
rof_pestride = 1
rof_rootpe = 0
wav_ntasks = 240
wav_ntasks = 288
wav_nthreads = 1
wav_pestride = 1
wav_rootpe = 0
Expand Down