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.
model_setup.tex in NEMO/branches/2019/ENHANCE-02_ISF_nemo/doc/latex/TOP/subfiles – NEMO

source: NEMO/branches/2019/ENHANCE-02_ISF_nemo/doc/latex/TOP/subfiles/model_setup.tex @ 12143

Last change on this file since 12143 was 12143, checked in by mathiot, 4 years ago

update ENHANCE-02_ISF_nemo to 12072 (sette in progress)

File size: 2.1 KB
RevLine 
[12143]1\documentclass[../main/TOP_manual]{subfiles}
[10896]2
3\begin{document}
4
5\chapter{ Model Setup}
6
7\section{ Setting up a passive tracer configuration}
8%------------------------------------------namtrc_int----------------------------------------------------
[11019]9\nlst{namtrc}
[10896]10%-------------------------------------------------------------------------------------------------------------
11
[12143]12The usage of TOP is activated
[10896]13
14\begin{itemize}
15         \item by including in the configuration definition the component TOP\_SRC
16         \item by adding the macro \textit{key\_top} in the configuration cpp file
17\end{itemize}
18
19As an example, the user can refer to already available configurations in the code, GYRE\_PISCES being the NEMO biogeochemical demonstrator and GYRE\_BFM to see the required configuration elements to couple with an external biogeochemical model (see also section \S\ref{SMS_models}) .
20
[12143]21Note that, since version 4.0, TOP interface core functionalities are activated by means of logical keys and all submodules preprocessing macros from previous versions were removed.
[10896]22
23There are only three specific keys remaining in TOP
24
25\begin{itemize}
26        \item \textit{key\_top} : to enables passive tracer module
27        \item \textit{key\_trdtrc} and \textit{key\_trdmxl\_trc} : trend computation for tracers
28\end{itemize}
29
[12143]30For a remind, the revisited structure of TOP interface now counts for five different modules handled in namelist\_top :
[10896]31
32\begin{itemize}
33        \item \textbf{PISCES}, default BGC model
34        \item \textbf{MY\_TRC}, template for creation of new modules couplings (maybe run a single passive tracer)
35        \item \textbf{CFC}, inert carbon tracers dynamics (CFC11,CFC12,SF6) Updated with OMIP-BGC guidelines (Orr et al, 2016)
36        \item \textbf{C14}, radiocarbon passive tracer
37        \item \textbf{AGE}, water age tracking revised implementation
38\end{itemize}
39
40The modular approach was implemented also in the definition of the total number of passive tracers (jptra). This results from to user setting from the namelist \textit{namtrc}
41
42\section{ TOP Tracer Initialisation}
43
44\section{ TOP Boundaries Conditions}
45
46\end{document}
Note: See TracBrowser for help on using the repository browser.