Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GOSI9esm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Consortium Members
UKMO
GOSI
GOSI9esm
Commits
478dca63
Commit
478dca63
authored
3 years ago
by
Tomas Lovato
Browse files
Options
Downloads
Patches
Plain Diff
NEMO manual remove key_c1d and apply Tidy chapter 15
parent
0c952616
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/latex/NEMO/subfiles/chap_cfgs.tex
+8
-9
8 additions, 9 deletions
doc/latex/NEMO/subfiles/chap_cfgs.tex
with
8 additions
and
9 deletions
doc/latex/NEMO/subfiles/chap_cfgs.tex
+
8
−
9
View file @
478dca63
...
...
@@ -41,13 +41,13 @@ Configuration is defined manually through the \nam{cfg}{cfg} namelist variables.
\end{listing}
%% =================================================================================================
\section
[C1D: 1D Water column model
(\texttt{\textbf{key\_c1d}})
]
{
C1D: 1D Water column model
(
\protect\key
{
c1d
}
)
}
\section
[C1D: 1D Water column model]
{
C1D: 1D Water column model
}
\label
{
sec:CFGS
_
c1d
}
The 1D model option simulates a stand alone water column within the 3D
\NEMO\
system.
It can be applied to the ocean alone or to the ocean-ice system and can include passive tracers or a biogeochemical model.
It is set up by defining the position of the 1D water column in the grid
(see
\path
{
./cfgs/SHARED/namelist
\
_
ref
}
).
(see
\path
{
./cfgs/SHARED/namelist
_
ref
}
).
The 1D model is a very useful tool
\textit
{
(a)
}
to learn about the physics and numerical treatment of vertical mixing processes;
\textit
{
(b)
}
to investigate suitable parameterisations of unresolved turbulence
...
...
@@ -61,7 +61,7 @@ a 3x3 domain with 75 vertical levels.
The 1D model has some specifies. First, all the horizontal derivatives are assumed to be zero,
and second, the two components of the velocity are moved on a
$
T
$
-point.
Therefore, defining
\
key
{
c1d
}
changes some things in the code behaviour:
Therefore, defining
\
np
{
ln
_
c1d = .true.
}
changes some things in the code behaviour:
\begin{enumerate}
\item
a simplified
\rou
{
stp
}
routine is used (
\rou
{
stp
\_
c1d
}
, see
\mdl
{
step
\_
c1d
}
module) in which
both lateral tendancy terms and lateral physics are not called;
...
...
@@ -84,7 +84,7 @@ the SI3 model (ORCA-ICE) and possibly with PISCES biogeochemical model (ORCA-ICE
An appropriate namelist is available in
\path
{
./cfgs/ORCA2
_
ICE
_
PISCES/EXPREF/namelist
_
cfg
}
for ORCA2.
The domain of ORCA2 configuration is defined in
\textit
{
ORCA
\_
R2
\_
zps
\_
domcfg.nc
}
file,
this file is available in tar file on the
\NEMO\
community zenodo platform:
\\
https://doi.org/10.5281/zenodo.
2640723
https://doi.org/10.5281/zenodo.
3767939
In this namelist
\_
cfg the name of domain input file is set in
\nam
{
cfg
}{
cfg
}
block of namelist.
...
...
@@ -202,11 +202,10 @@ This \citet{large.yeager_trpt04} dataset is available through
the
\href
{
http://nomads.gfdl.noaa.gov/nomads/forms/mom4/CORE.html
}{
GFDL web site
}
.
The "normal year" of
\citet
{
large.yeager
_
trpt04
}
has been chosen of the
\NEMO\
distribution since release v3.3.
ORCA
\_
R2 pre-defined configuration can also be run with multiply online nested zooms (
\ie\
with AGRIF,
\key
{
agrif
}
defined).
This is available as the AGRIF
\_
DEMO configuration that can be found in the
\path
{
./cfgs/AGRIF
_
DEMO/
}
directory.
A regional Arctic or peri-Antarctic configuration is extracted from an ORCA
\_
R2 or R05 configurations using
sponge layers at open boundaries.
ORCA
\_
R2 pre-defined configuration can also be run with multiple online nested zooms,
\ie\
using AGRIF with
\key
{
agrif
}
defined.
This is available in the AGRIF
\_
DEMO configuration (located in
\path
{
./cfgs/AGRIF
_
DEMO/
}
directory) that
accounts for two nested refinements over the Arctic region and a third zoom over the central Pacific area
using a two-ways coupling procedure.
%% =================================================================================================
\section
{
GYRE family: double gyre basin
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment