Skip to content
Snippets Groups Projects
Commit 7fe29bb4 authored by Tomas Lovato's avatar Tomas Lovato
Browse files

add missing paramters description in appendix DOMAINcfg

parent 9f35bd86
No related branches found
No related tags found
1 merge request!8Resolve "Manual Space Domain section of the DOMAINcfg"
Pipeline #1453 passed with stage
in 5 minutes and 38 seconds
......@@ -153,12 +153,16 @@ $gdepw_0$ for $t$- and $w$-points, respectively. See \autoref{sec:DOMCFG_sco} fo
S-coordinate options. As indicated on \autoref{fig:DOM_index_vert} \texttt{jpk} is the number of
$w$-levels. $gdepw_0(1)$ is the ocean surface. There are at most \texttt{jpk}-1 $t$-points
inside the ocean, the additional $t$-point at $jk = jpk$ is below the sea floor and is not
used. The vertical location of $w$- and $t$-levels is defined from the analytic
expression of the depth $z_0(k)$ whose analytical derivative with respect to $k$ provides
the vertical scale factors. The user must provide the analytical expression of both $z_0$
and its first derivative with respect to $k$. This is done in routine \mdl{domzgr}
through statement functions, using parameters provided in the \nam{dom}{dom} namelist
(\texttt{DOMAINcfg} variant).
used.
Since version 4.0, the vertical location of $w$-levels is defined in a discrete sense as $dk(z)$
by setting \np[=.true.]{ln_e3_dep}{ln\_e3\_dep} in the \nam{dom}{dom} namelist (\texttt{DOMAINcfg} variant).
In this case, it is possible to define the location of $t$-levels at the middle of cells (\np[=.true.]{ln_dept_mid}{ln\_dept\_mid})
or through an analytical function of depth (\np[=.false.]{ln_dept_mid}{ln\_dept\_mid})
For backward compatibility with version 3.6, by setting \np[=.false.]{ln_e3_dep}{ln\_e3\_dep}
the vertical location of $w$- and $t$-levels are defined using the former analytic
expression of the depth $z_0(k)$, whose analytical derivative with respect to $k$ provides
the vertical scale factors.
All these above operations are done through statement functions in routine \mdl{domzgr} (\texttt{DOMAINcfg} variant).
It is possible to define a simple regular vertical grid by giving zero stretching
(\np[=0]{ppacr}{ppacr}). In that case, the parameters \texttt{jpk} (number of $w$-levels)
......@@ -671,7 +675,7 @@ This may be useful for esthetical reason or for stability reasons:
and so if for any reason both a connected at some point, the model is likely to fall over.\\
\end{description}
\section{Closed sea definition}
\section{Closed sea mask definition}
\label{sec:clocfg}
The options available to define the closed seas with \texttt{DOMAINcfg} are listed in \nam{dom_clo}{dom\_clo}, while the control on how closed sea net fresh water input will be redistributed by NEMO is described in \autoref{subsec:DOM_closea} and \autoref{sec:MISC_closea}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment