Changeset 11276
- Timestamp:
- 2019-07-17T15:08:21+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/doc/latex/NEMO/subfiles/chap_DIA.tex
r11218 r11276 15 15 % Old Model Output 16 16 % ================================================================ 17 \section{ Old model output (default)}17 \section{Model output} 18 18 \label{sec:DIA_io_old} 19 19 … … 1494 1494 \textbf{Note that} in the current version (v3.6), many changes has been introduced but not fully tested. 1495 1495 In particular, options associated with \np{ln\_dyn\_mxl}, \np{ln\_vor\_trd}, and \np{ln\_tra\_mxl} are not working, 1496 and none of the options have been tested with variable volume (\ie \ key{vvl} defined).1496 and none of the options have been tested with variable volume (\ie \np{ln\_linssh}\forcode{ = .true.}). 1497 1497 1498 1498 % ------------------------------------------------------------------------------------------------------------- … … 1930 1930 1931 1931 Third, the discretisation of \autoref{eq:steric_Bq} depends on the type of free surface which is considered. 1932 In the non linear free surface case, \ie \ key{vvl} defined, it is given by1932 In the non linear free surface case, \ie \np{ln\_linssh}\forcode{ = .true.}, it is given by 1933 1933 1934 1934 \[ … … 1969 1969 where $S_o$ and $p_o$ are the initial salinity and pressure, respectively. 1970 1970 1971 Both steric and thermosteric sea level are computed in \mdl{diaar5} which needs the \key{diaar5} defined to 1972 be called. 1971 Both steric and thermosteric sea level are computed in \mdl{diaar5}. 1973 1972 1974 1973 % ------------------------------------------------------------------------------------------------------------- 1975 1974 % Other Diagnostics 1976 1975 % ------------------------------------------------------------------------------------------------------------- 1977 \section[Other diagnostics (\texttt{\textbf{key\_diahth}}, \texttt{\textbf{key\_diaar5}})]1978 {Other diagnostics (\protect\key{diahth}, \protect\key{diaar5})}1976 \section[Other diagnostics] 1977 {Other diagnostics} 1979 1978 \label{sec:DIA_diag_others} 1980 1979 … … 1995 1994 - the depth of the thermocline (maximum of the vertical temperature gradient) (\mdl{diahth}) 1996 1995 1997 % -----------------------------------------------------------1998 % Poleward heat and salt transports1999 % -----------------------------------------------------------2000 2001 \subsection[Poleward heat and salt transports (\textit{diaptr.F90})]2002 {Poleward heat and salt transports (\protect\mdl{diaptr})}2003 2004 %------------------------------------------namptr-----------------------------------------2005 2006 \nlst{namptr}2007 %-----------------------------------------------------------------------------------------2008 2009 The poleward heat and salt transports, their advective and diffusive component,2010 and the meriodional stream function can be computed on-line in \mdl{diaptr} \np{ln\_diaptr} to true2011 (see the \textit{\ngn{namptr} } namelist below).2012 When \np{ln\_subbas}\forcode{ = .true.}, transports and stream function are computed for the Atlantic, Indian,2013 Pacific and Indo-Pacific Oceans (defined north of 30\deg{S}) as well as for the World Ocean.2014 The sub-basin decomposition requires an input file (\ifile{subbasins}) which contains three 2D mask arrays,2015 the Indo-Pacific mask been deduced from the sum of the Indian and Pacific mask (\autoref{fig:mask_subasins}).2016 1996 2017 1997 %>>>>>>>>>>>>>>>>>>>>>>>>>>>> … … 2034 2014 % CMIP specific diagnostics 2035 2015 % ----------------------------------------------------------- 2036 \subsection[CMIP specific diagnostics (\textit{diaar5.F90} )]2016 \subsection[CMIP specific diagnostics (\textit{diaar5.F90}, \textit{diaptr.F90})] 2037 2017 {CMIP specific diagnostics (\protect\mdl{diaar5})} 2038 2018 2039 A series of diagnostics has been added in the \mdl{diaar5} .2040 They correspondsto outputs that are required for AR5 simulations (CMIP5)2019 A series of diagnostics has been added in the \mdl{diaar5} and \mdl{diaptr}. 2020 In \mdl{diaar5} they correspond to outputs that are required for AR5 simulations (CMIP5) 2041 2021 (see also \autoref{sec:DIA_steric} for one of them). 2042 Activating those outputs requires to define the \key{diaar5} CPP key. 2022 The module \mdl{diaar5} is active when one of the following outputs is required : global total volume (voltot), global mean ssh (sshtot), global total mass (masstot), global mean temperature (temptot), global mean ssh steric (sshsteric), global mean ssh thermosteric (sshthster), global mean salinity (saltot), sea water pressure at sea floor (botpres), dynamic sea surface height (sshdyn). 2023 2024 In \mdl{diaptr} when \np{ln\_diaptr}\forcode{ = .true.} 2025 (see the \textit{\ngn{namptr} } namelist below) can be computed on-line the poleward heat and salt transports, their advective and diffusive component, and the meriodional stream function . 2026 When \np{ln\_subbas}\forcode{ = .true.}, transports and stream function are computed for the Atlantic, Indian, 2027 Pacific and Indo-Pacific Oceans (defined north of 30\deg{S}) as well as for the World Ocean. 2028 The sub-basin decomposition requires an input file (\ifile{subbasins}) which contains three 2D mask arrays, 2029 the Indo-Pacific mask been deduced from the sum of the Indian and Pacific mask (\autoref{fig:mask_subasins}). 2030 2031 %------------------------------------------namptr----------------------------------------- 2032 2033 \nlst{namptr} 2034 %----------------------------------------------------------------------------------------- 2043 2035 2044 2036 % -----------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.