Skip to content

Commit

Permalink
Use netcdf4 for MOM6 (COSIMA/access-om3#188)
Browse files Browse the repository at this point in the history
Flag OCN_modelio::pio_* params as unused in nuopc.runconfig

remove extra lines in nuopc.runconfig

update comment for ocean nc type
  • Loading branch information
dougiesquire authored and anton-seaice committed Aug 22, 2024
1 parent 46ac41a commit a2f27e2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 50 deletions.
6 changes: 6 additions & 0 deletions input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@
cf_compliance = .true.
/

&fms2_io_nml
ncchksz = 4194304
netcdf_default_format = "netcdf4"
deflate_level = 4
shuffle = .true.
/
64 changes: 14 additions & 50 deletions nuopc.runconfig
Original file line number Diff line number Diff line change
Expand Up @@ -362,18 +362,6 @@ ATM_modelio::
pio_typename = netcdf
::

LND_modelio::
diro = ./log
logfile = lnd.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
::

ICE_modelio::
diro = ./log
logfile = ice.log
Expand All @@ -389,37 +377,25 @@ ICE_modelio::
OCN_modelio::
diro = ./log
logfile = ocn.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
pio_async_interface = .false. #not used
pio_netcdf_format = 64bit_offset #not used
pio_numiotasks = -99 #not used
pio_rearranger = 2 #not used
pio_root = 1 #not used
pio_stride = 48 #not used
pio_typename = netcdf #not used, set in input.nml
::

ROF_modelio::
diro = ./log
logfile = rof.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
::

GLC_modelio::
diro = ./log
logfile = glc.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
pio_async_interface = .false. #not used
pio_netcdf_format = 64bit_offset #not used
pio_numiotasks = -99 #not used
pio_rearranger = 2 #not used
pio_root = 1 #not used
pio_stride = 48 #not used
pio_typename = netcdf #not used
::

WAV_modelio::
Expand All @@ -436,18 +412,6 @@ WAV_modelio::
history_option = ndays
::

ESP_modelio::
diro = ./log
logfile = esp.log
pio_async_interface = .false.
pio_netcdf_format = 64bit_offset
pio_numiotasks = -99
pio_rearranger = -99
pio_root = -99
pio_stride = -99
pio_typename = nothing
::

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

0 comments on commit a2f27e2

Please sign in to comment.