OASIS namcouple sets CHECKIN and CHECKOUT options for all the i2a and a2i fields. This leads to archiving of ~ 12 MB log files for each year
12101533 atmosphere/debug.root.01
12098797 ice/debug.root.03
97 ocean/debug.root.02
as well as potentially slowing the model due to the extra global sums. The OASIS documentation recommends these options not be used in production mode.
To disable these diagnostics, modify namcouple sections as follows (5th value on first line is the number of transformations which is reduced from 4 to 2 by removing the checks)
heatflux thflx_i 5 10800 4 a2i.nc EXPORTED
um1t cice LAG=+1800 SEQ=+1
P 0 P 0
#
LOCTRANS CHECKIN SCRIPR CHECKOUT
INSTANT
INT=0
CONSERV LR SCALAR LATLON 10 FRACNNEI FIRST
INT=0
to
heatflux thflx_i 5 10800 2 a2i.nc EXPORTED
um1t cice LAG=+1800 SEQ=+1
P 0 P 0
#
LOCTRANS SCRIPR
INSTANT
CONSERV LR SCALAR LATLON 10 FRACNNEI FIRST
OASIS namcouple sets
CHECKINandCHECKOUToptions for all thei2aanda2ifields. This leads to archiving of ~ 12 MB log files for each yearas well as potentially slowing the model due to the extra global sums. The OASIS documentation recommends these options not be used in production mode.
To disable these diagnostics, modify namcouple sections as follows (5th value on first line is the number of transformations which is reduced from 4 to 2 by removing the checks)
to