Skip to content

Commit f9bd1cf

Browse files
committed
Remove unused components
payu-org/payu#496 Removed some checks in Payu which required unused components to be present in the nuopc.runconfig file.
1 parent 8d989c4 commit f9bd1cf

File tree

2 files changed

+3
-49
lines changed

2 files changed

+3
-49
lines changed

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ modules:
5050
- access-om3/2024.09.0
5151
- nco/5.0.5
5252

53-
payu_minimum_version: 1.1.4
53+
payu_minimum_version: 1.1.6

nuopc.runconfig

+2-48
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,10 @@ PELAYOUT_attributes::
3636
cpl_pestride = 1
3737
cpl_rootpe = 0
3838
esmf_logging = ESMF_LOGKIND_NONE
39-
esp_ntasks = 1
40-
esp_nthreads = 1
41-
esp_pestride = 1
42-
esp_rootpe = 0
43-
glc_ntasks = 1
44-
glc_nthreads = 1
45-
glc_pestride = 1
46-
glc_rootpe = 0
4739
ice_ntasks = 24
4840
ice_nthreads = 1
4941
ice_pestride = 1
5042
ice_rootpe = 0
51-
lnd_ntasks = 1
52-
lnd_nthreads = 1
53-
lnd_pestride = 1
54-
lnd_rootpe = 0
5543
ninst = 1
5644
ocn_ntasks = 216
5745
ocn_nthreads = 1
@@ -64,10 +52,6 @@ PELAYOUT_attributes::
6452
rof_nthreads = 1
6553
rof_pestride = 1
6654
rof_rootpe = 0
67-
wav_ntasks = 1
68-
wav_nthreads = 1
69-
wav_pestride = 1
70-
wav_rootpe = 0
7155
::
7256

7357
component_list: MED ATM ICE OCN ROF
@@ -78,15 +62,15 @@ ALLCOMP_attributes::
7862
LND_model = slnd
7963
MED_model = cesm
8064
OCN_model = mom
81-
Profiling = 0
8265
ROF_model = drof
66+
WAV_model = swav
67+
Profiling = 0
8368
ScalarFieldCount = 4
8469
ScalarFieldIdxGridNX = 1
8570
ScalarFieldIdxGridNY = 2
8671
ScalarFieldIdxNextSwCday = 3
8772
ScalarFieldIdxPrecipFactor = 0
8873
ScalarFieldName = cpl_scalars
89-
WAV_model = swav
9074
brnch_retain_casename = .false.
9175
case_desc = UNSET
9276
case_name = access-om3
@@ -96,10 +80,8 @@ ALLCOMP_attributes::
9680
data_assimilation_cpl = .false.
9781
data_assimilation_glc = .false.
9882
data_assimilation_ice = .false.
99-
data_assimilation_lnd = .false.
10083
data_assimilation_ocn = .false.
10184
data_assimilation_rof = .false.
102-
data_assimilation_wav = .false.
10385
flds_bgc_oi = .false.
10486
flds_co2a = .false.
10587
flds_co2b = .false.
@@ -117,9 +99,7 @@ ALLCOMP_attributes::
11799
ice_ncat = 5
118100
mediator_present = true
119101
mesh_atm = ./INPUT/access-om2-1deg-nomask-ESMFmesh.nc
120-
mesh_glc = UNSET
121102
mesh_ice = ./INPUT/access-om2-1deg-ESMFmesh.nc
122-
mesh_lnd = UNSET
123103
mesh_mask = ./INPUT/access-om2-1deg-ESMFmesh.nc
124104
mesh_ocn = ./INPUT/access-om2-1deg-ESMFmesh.nc
125105
model_version = unknown
@@ -315,14 +295,6 @@ ICE_attributes::
315295
Verbosity = off
316296
::
317297

318-
GLC_attributes::
319-
Verbosity = off
320-
::
321-
322-
LND_attributes::
323-
Verbosity = off
324-
::
325-
326298
OCN_attributes::
327299
Verbosity = off
328300
::
@@ -332,11 +304,6 @@ ROF_attributes::
332304
mesh_rof = ./INPUT/access-om2-1deg-nomask-ESMFmesh.nc
333305
::
334306

335-
WAV_attributes::
336-
Verbosity = off
337-
mesh_wav = UNSET
338-
::
339-
340307
MED_modelio::
341308
diro = ./log
342309
logfile = med.log
@@ -397,20 +364,7 @@ ROF_modelio::
397364
pio_typename = netcdf #not used
398365
::
399366

400-
WAV_modelio::
401-
diro = ./log
402-
logfile = wav.log
403-
pio_async_interface = .false.
404-
pio_netcdf_format = 64bit_offset
405-
pio_numiotasks = -99
406-
pio_rearranger = 2
407-
pio_root = 1
408-
pio_stride = 48
409-
pio_typename = netcdf
410-
::
411-
412367
DRV_modelio::
413368
diro = ./log
414369
logfile = drv.log
415370
::
416-

0 commit comments

Comments
 (0)