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

[0.25deg] Update PE layout #114

Merged
merged 1 commit into from
Aug 29, 2024
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
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: 1440
jobfs: 10GB
mem: 960GB
mem: 5760GB

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

model: access-om3
Expand Down
6 changes: 3 additions & 3 deletions ice_in
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
ustar_min = 0.0005
/
&domain_nml
block_size_x = 30
block_size_y = 27
block_size_x = 60
block_size_y = 54
distribution_type = "roundrobin"
distribution_wght = "latitude"
maskhalo_bound = .true.
maskhalo_dyn = .true.
maskhalo_remap = .true.
max_blocks = 10
max_blocks = -1
ns_boundary_type = "tripole"
nx_global = 1440
ny_global = 1080
Expand Down
22 changes: 11 additions & 11 deletions nuopc.runconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ DRIVER_attributes::
::

PELAYOUT_attributes::
atm_ntasks = 240
atm_ntasks = 48
atm_nthreads = 1
atm_pestride = 1
atm_rootpe = 0
cpl_ntasks = 240
cpl_ntasks = 96
dougiesquire marked this conversation as resolved.
Show resolved Hide resolved
cpl_nthreads = 1
cpl_pestride = 1
cpl_rootpe = 0
Expand All @@ -40,31 +40,31 @@ PELAYOUT_attributes::
esp_nthreads = 1
esp_pestride = 1
esp_rootpe = 0
glc_ntasks = 240
glc_ntasks = 1
glc_nthreads = 1
glc_pestride = 1
glc_rootpe = 0
ice_ntasks = 240
ice_ntasks = 96 #Note-Parallel I/O github.com/COSIMA/access-om3/issues/214
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think if payu-org/payu#496 gets merged we don't need this note (which is technically also true for all the model components.)

ice_nthreads = 1
ice_pestride = 1
ice_rootpe = 0
lnd_ntasks = 240
lnd_ntasks = 1
lnd_nthreads = 1
lnd_pestride = 1
lnd_rootpe = 0
ninst = 1
ocn_ntasks = 240
ocn_ntasks = 1344
ocn_nthreads = 1
ocn_pestride = 1
ocn_rootpe = 0
ocn_rootpe = 96
pio_asyncio_ntasks = 0
pio_asyncio_rootpe = 1
pio_asyncio_stride = 0
rof_ntasks = 240
rof_ntasks = 48
rof_nthreads = 1
rof_pestride = 1
rof_rootpe = 0
wav_ntasks = 240
wav_ntasks = 1
wav_nthreads = 1
wav_pestride = 1
wav_rootpe = 0
Expand Down Expand Up @@ -366,9 +366,9 @@ ICE_modelio::
logfile = ice.log
pio_async_interface = .false.
pio_netcdf_format = nothing
pio_numiotasks = 5
pio_numiotasks = 1
pio_rearranger = 1
pio_root = 1
pio_root = 0
pio_stride = 48
pio_typename = netcdf4p
::
Expand Down