Skip to content

Commit

Permalink
Change atm and ice mesh from 1deg -> 025deg
Browse files Browse the repository at this point in the history
Change ice_ntasks to be 96

Remove unused components

payu-org/payu#496 Removed some checks in Payu which required unused components to be present in the nuopc.runconfig file.

Co-authored-by: Dougie Squire <[email protected]>
  • Loading branch information
anton-seaice and dougiesquire committed Feb 11, 2025
1 parent 938cede commit d943d58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 51 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ modules:
use:
- /g/data/vk83/modules
load:
- access-om3/2024.09.0
- access-om3/2025.01.0
- nco/5.0.5

payu_minimum_version: 1.1.4
payu_minimum_version: 1.1.6
52 changes: 3 additions & 49 deletions nuopc.runconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,10 @@ PELAYOUT_attributes::
cpl_pestride = 1
cpl_rootpe = 0
esmf_logging = ESMF_LOGKIND_NONE
esp_ntasks = 1
esp_nthreads = 1
esp_pestride = 1
esp_rootpe = 0
glc_ntasks = 1
glc_nthreads = 1
glc_pestride = 1
glc_rootpe = 0
ice_ntasks = 96 #Note-Parallel I/O github.com/COSIMA/access-om3/issues/214
ice_ntasks = 96
ice_nthreads = 1
ice_pestride = 1
ice_rootpe = 0
lnd_ntasks = 1
lnd_nthreads = 1
lnd_pestride = 1
lnd_rootpe = 0
ninst = 1
ocn_ntasks = 1344
ocn_nthreads = 1
Expand All @@ -64,10 +52,6 @@ PELAYOUT_attributes::
rof_nthreads = 1
rof_pestride = 1
rof_rootpe = 0
wav_ntasks = 1
wav_nthreads = 1
wav_pestride = 1
wav_rootpe = 0
::

component_list: MED ATM ICE OCN ROF
Expand All @@ -78,28 +62,25 @@ ALLCOMP_attributes::
LND_model = slnd
MED_model = cesm
OCN_model = mom
Profiling = 0
ROF_model = drof
WAV_model = swav
Profiling = 0
ScalarFieldCount = 4
ScalarFieldIdxGridNX = 1
ScalarFieldIdxGridNY = 2
ScalarFieldIdxNextSwCday = 3
ScalarFieldIdxPrecipFactor = 0
ScalarFieldName = cpl_scalars
WAV_model = swav
brnch_retain_casename = .false.
case_desc = UNSET
case_name = access-om3
cism_evolve = .false.
coldair_outbreak_mod = .false.
data_assimilation_atm = .false.
data_assimilation_cpl = .false.
data_assimilation_glc = .false.
data_assimilation_ice = .false.
data_assimilation_lnd = .false.
data_assimilation_ocn = .false.
data_assimilation_rof = .false.
data_assimilation_wav = .false.
flds_bgc_oi = .false.
flds_co2a = .false.
flds_co2b = .false.
Expand All @@ -117,7 +98,6 @@ ALLCOMP_attributes::
ice_ncat = 5
mediator_present = true
mesh_atm = ./INPUT/access-om2-025deg-nomask-ESMFmesh.nc
mesh_glc = UNSET
mesh_ice = ./INPUT/access-om2-025deg-ESMFmesh.nc
mesh_lnd = UNSET
mesh_mask = ./INPUT/access-om2-025deg-ESMFmesh.nc
Expand Down Expand Up @@ -315,14 +295,6 @@ ICE_attributes::
Verbosity = off
::

GLC_attributes::
Verbosity = off
::

LND_attributes::
Verbosity = off
::

OCN_attributes::
Verbosity = off
::
Expand All @@ -332,11 +304,6 @@ ROF_attributes::
mesh_rof = ./INPUT/access-om2-025deg-nomask-ESMFmesh.nc
::

WAV_attributes::
Verbosity = off
mesh_wav = UNSET
::

MED_modelio::
diro = ./log
logfile = med.log
Expand Down Expand Up @@ -397,20 +364,7 @@ ROF_modelio::
pio_typename = netcdf #not used
::

WAV_modelio::
diro = ./log
logfile = wav.log
pio_async_interface = .false.
pio_netcdf_format = 64bit_offset
pio_numiotasks = -99
pio_rearranger = 2
pio_root = 1
pio_stride = 48
pio_typename = netcdf
::

DRV_modelio::
diro = ./log
logfile = drv.log
::

0 comments on commit d943d58

Please sign in to comment.