New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 6035 for branches/2015/dev_MetOffice_merge_2015/DOC/TexFiles/Chapters/Chap_DIA.tex – NEMO

Ignore:
Timestamp:
2015-12-11T12:13:32+01:00 (8 years ago)
Author:
timgraham
Message:

Merged branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_MetOffice_merge_2015/DOC/TexFiles/Chapters/Chap_DIA.tex

    r5960 r6035  
    22% Chapter I/O & Diagnostics 
    33% ================================================================ 
    4 \chapter{Ouput and Diagnostics (IOM, DIA, TRD, FLO)} 
     4\chapter{Output and Diagnostics (IOM, DIA, TRD, FLO)} 
    55\label{DIA} 
    66\minitoc 
    77 
    88\newpage 
    9 $\ $\newline    % force a new ligne 
     9$\ $\newline    % force a new line 
    1010 
    1111% ================================================================ 
     
    3333"\textit{grep -i numout}" in the source code directory. 
    3434 
    35 By default, diagnostic output files are written in NetCDF format but an IEEE binary output format, called DIMG, can be choosen by defining \key{dimgout}.  
     35By default, diagnostic output files are written in NetCDF format but an IEEE binary output format, called DIMG, can be chosen by defining \key{dimgout}.  
    3636 
    3737Since version 3.2, when defining \key{iomput}, an I/O server has been added which provides more flexibility in the choice of the fields to be written as well as how the writing work is distributed over the processors in massively parallel computing. The complete description of the use of this I/O server is presented in the next section.  
     
    5757\item The choice of output frequencies that can be different for each file (including real months and years). 
    5858\item The choice of file contents; includes complete flexibility over which data are written in which files (the same data can be written in different files).  
    59 \item The possibility to split output files at a choosen frequency. 
     59\item The possibility to split output files at a chosen frequency. 
    6060\item The possibility to extract a vertical or an horizontal subdomain. 
    6161\item The choice of the temporal operation to perform, e.g.: average, accumulate, instantaneous, min, max and once. 
     
    13191319 
    13201320% ------------------------------------------------------------------------------------------------------------- 
     1321%       25 hour mean and hourly Surface, Mid and Bed  
     1322% ------------------------------------------------------------------------------------------------------------- 
     1323\section{25 hour mean output for tidal models } 
     1324 
     1325A module is available to compute a crudely detided M2 signal by obtaining a 25 hour mean. 
     1326The 25 hour mean is available for daily runs by summing up the 25 hourly instantananeous hourly values from 
     1327midnight at the start of the day to midight at the day end. 
     1328This diagnostic is actived with the logical  $ln\_dia25h$ 
     1329 
     1330%------------------------------------------nam_dia25h------------------------------------------------------ 
     1331\namdisplay{nam_dia25h} 
     1332%---------------------------------------------------------------------------------------------------------- 
     1333 
     1334\section{Top Middle and Bed hourly output } 
     1335 
     1336A module is available to output the surface (top), mid water and bed diagnostics of a set of standard variables.  
     1337This can be a useful diagnostic when hourly or sub-hourly output is required in high resolution tidal outputs. 
     1338The tidal signal is retained but the overall data usage is cut to just three vertical levels. Also the bottom level  
     1339is calculated for each cell. 
     1340This diagnostic is actived with the logical  $ln\_diatmb$ 
     1341 
     1342%------------------------------------------nam_diatmb----------------------------------------------------- 
     1343\namdisplay{nam_diatmb} 
     1344%---------------------------------------------------------------------------------------------------------- 
     1345 
     1346% ------------------------------------------------------------------------------------------------------------- 
    13211347%       Sections transports 
    13221348% ------------------------------------------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.