Option time_step_monitor computes instantaneous values of total
kinetic energy39.4 per unit volume averaged over the entire
domain volume in units of
gm/cm/sec2. It also computes first and
second moments of tracer quantities. The mean tracer is the first
moment and tracer variance39.5 is the second moment about the
mean in units of tracer squared. Additionally, the quantity
in units of deg C/sec (for n=1)
and (grams of salt per grams of water)/sec (for n=2) averaged over
the domain volume is computed. The explicit forms are given by
| <ke> | = | ![]() |
(39.248) |
| = | ![]() |
(39.249) | |
| = | (39.250) | ||
| = | ![]() |
(39.251) |
where
![]() |
(39.252) |
and the volume elements for U cells and T cells are
| = | (39.253) | ||
| = | (39.254) |
The masks umaski,k,j and tmaski,k,j are 1.0on ocean U cells and T cells but 0.0 on land U cells and T cells. Also, the relation between j and jrow is as described in Section 14.2. The total volumes are constructed as
| VolU | = | ![]() |
(39.255) |
| VolT | = | ![]() |
(39.256) |
In addition to the above quantities, the iteration count from the elliptic solver is saved. When option netcdf is enabled, the output from this diagnostic has a NetCDF format and is written to file ts_integrals.yyyyyy.mm.dd.dta.nc. Otherwise, the output from this diagnostic may be written as ascii to the model printout or as 32 bit IEEE unformatted data to file ts_integrals.yyyyyy.mm.dd.dta. If option netcdf or time_step_monitor_netcdf is enabled, data is written in NetCDF format rather than in unformatted IEEE. The ``yyyyyy.mm.dd'' is a place holder for year, month, and day and this naming convention is explained further in Section 38.2. The interval between output is specified by variable tsiint and the control is specified by variable iotsi.