From a2af5d21f77a20d5b2b386301fa2fa8f3a813929 Mon Sep 17 00:00:00 2001 From: minghangli-uni Date: Mon, 29 Apr 2024 11:47:18 +1000 Subject: [PATCH] update the PE layout for concurrent runs - total no cores: 1296; ocn cores: 864; ice cores: 288; cpl cores: 144 --- config.yaml | 6 +++--- ice_in | 2 +- nuopc.runconfig | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config.yaml b/config.yaml index af78c7b..b238706 100644 --- a/config.yaml +++ b/config.yaml @@ -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 diff --git a/ice_in b/ice_in index b1f3077..67687ee 100644 --- a/ice_in +++ b/ice_in @@ -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 diff --git a/nuopc.runconfig b/nuopc.runconfig index 3ce73a8..62b1825 100644 --- a/nuopc.runconfig +++ b/nuopc.runconfig @@ -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