Skip to content

OASIS global diagnostics #314

@MartinDix

Description

@MartinDix

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions