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.
introduction.tex in NEMO/trunk/doc/latex/TOP/main – NEMO

source: NEMO/trunk/doc/latex/TOP/main/introduction.tex

Last change on this file was 14929, checked in by rlod, 3 years ago

Finalization of TOP documentation: 2020 shared action, https://forge.ipsl.jussieu.fr/nemo/wiki/2020WP/PUB-02_Ethe_TOP_DOC, C. Ethe & R. Person, thanks to O. Aumont

File size: 2.4 KB
Line 
1% ================================================================
2% INTRODUCTION
3% ================================================================
4
5\chapter*{Introduction}
6
7TOP (Tracers in the Ocean Paradigm) handles oceanic passive tracers in NEMO. At present, this component provides the physical constraints and boundaries conditions for oceanic tracers transport and represents a generalized, hardwired interface toward biogeochemical models to enable a seamless coupling.
8
9It includes three independent components :
10
11\begin{itemize}
12        \item a transport code TRP sharing the same advection/diffusion routines with the dynamics, with specific treatment of some features like the surface boundary
13conditions or the positivity of passive tracers concentrations
14        \item sources and sinks - SMS - models that can be typically biogeochemical, biological or radioactive
15        \item an offline option which is a simplified OPA 9 model using fields of physical variables that were previously stored on disk
16\end{itemize}
17
18There are two ways of coupling TOP to the dynamics :
19
20\begin{itemize}
21        \item \textit{online coupling} : the evolution of passive tracers is computed along with the dynamics
22        \item \textit{offline coupling} : the physical variable fields are read from files and interpolated at each model time step, with no constraints on the temporal sampling in the input files
23\end{itemize}
24
25TOP is designed to handle multiple oceanic tracers through a modular approach and includes different sub-modules :
26
27\begin{itemize}
28        \item the ocean water age module (AGE) tracks down the time-dependent spread of surface waters into the ocean interior
29        \item inorganic (\eg, CFCs, SF6) and radiocarbon (C14) passive tracers can be modeled to assess ocean absorption timescales of anthropogenic emissions and further address water masses ventilation
30        \item a built-in biogeochemical model (PISCES) to simulate lower trophic levels ecosystem dynamics in the global ocean
31        \item a prototype tracer module (MY\_TRC) to enable user-defined cases or the coupling with alternative biogeochemical models (\eg, BFM, MEDUSA, ERSEM, BFM, ECO3M)
32\end{itemize}
33
34\begin{figure}[ht]
35\begin{center}
36\vspace{0cm}
37\includegraphics[width=0.80\textwidth]{Fig_TOP_design}
38\caption{Schematic view of the NEMO-TOP component}
39\label{topdesign}
40\end{center}
41\end{figure}
Note: See TracBrowser for help on using the repository browser.