Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Reference manuals
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
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
NEMO Workspace
Documentation
Reference manuals
Commits
39bafbd7
Commit
39bafbd7
authored
4 months ago
by
Sibylle Techene
Browse files
Options
Downloads
Patches
Plain Diff
Update file chap_DYN.tex
parent
02758809
No related branches found
No related tags found
1 merge request
!31
Resolve "Review/update DYN chapter"
Pipeline
#3410
passed with stage
Stage:
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
latex/NEMO/subfiles/chap_DYN.tex
+4
-4
4 additions, 4 deletions
latex/NEMO/subfiles/chap_DYN.tex
with
4 additions
and
4 deletions
latex/NEMO/subfiles/chap_DYN.tex
+
4
−
4
View file @
39bafbd7
...
@@ -1158,7 +1158,7 @@ the \forcode{rn_wd_sbcdep} and \forcode{rn_wd_sbcfra} options discussed above.
...
@@ -1158,7 +1158,7 @@ the \forcode{rn_wd_sbcdep} and \forcode{rn_wd_sbcfra} options discussed above.
See the WAD tests MY
\_
DOC documention for details of the WAD test cases.
See the WAD tests MY
\_
DOC documention for details of the WAD test cases.
%% =================================================================================================
%% =================================================================================================
\section
[Time evolution term (\textit{dyn
nxt
.F90})]
{
Time evolution term (
\protect\mdl
{
dyn
nxt
}
)
}
\section
[Time evolution term
- leapfrog
(\textit{dyn
atf
.F90})]
{
Time evolution term
- leapfrog
(
\protect\mdl
{
dyn
atf
}
)
}
\label
{
sec:DYN
_
nxt
}
\label
{
sec:DYN
_
nxt
}
Options are defined through the
\nam
{
dom
}{
dom
}
namelist variables.
Options are defined through the
\nam
{
dom
}{
dom
}
namelist variables.
...
@@ -1166,11 +1166,11 @@ The general framework for dynamics time stepping is a leap-frog scheme,
...
@@ -1166,11 +1166,11 @@ The general framework for dynamics time stepping is a leap-frog scheme,
\ie\
a three level centred time scheme associated with an Asselin time filter (cf.
\autoref
{
chap:TD
}
).
\ie\
a three level centred time scheme associated with an Asselin time filter (cf.
\autoref
{
chap:TD
}
).
The scheme is applied to the velocity, except when
The scheme is applied to the velocity, except when
using the flux form of momentum advection (cf.
\autoref
{
sec:DYN
_
adv
_
cor
_
flux
}
)
using the flux form of momentum advection (cf.
\autoref
{
sec:DYN
_
adv
_
cor
_
flux
}
)
in the variable volume case (
\
np
[=.false.]
{
ln
_
linssh
}{
ln
\_
linssh
}
),
in the variable volume case (
\
key
{
qco
}
),
where it has to be applied to the thickness weighted velocity (see
\autoref
{
sec:SCOORD
_
momentum
}
)
where it has to be applied to the thickness weighted velocity (see
\autoref
{
sec:SCOORD
_
momentum
}
)
$
\bullet
$
vector invariant form or linear free surface
$
\bullet
$
vector invariant form or linear free surface
(
\np
[=.true.]
{
ln
_
dyn
hpg
_
vec
}{
ln
\_
dyn
hpg
\_
vec
}
or
\
np
[=.true.]
{
ln
_
linssh
}{
ln
\_
linssh
}
):
(
\np
[=.true.]
{
ln
_
dyn
adv
_
vec
}{
ln
\_
dyn
adv
\_
vec
}
or
\
key
{
linssh
}
):
\[
\[
% \label{eq:DYN_nxt_vec}
% \label{eq:DYN_nxt_vec}
\left\{
\left\{
...
@@ -1182,7 +1182,7 @@ $\bullet$ vector invariant form or linear free surface
...
@@ -1182,7 +1182,7 @@ $\bullet$ vector invariant form or linear free surface
\]
\]
$
\bullet
$
flux form and nonlinear free surface
$
\bullet
$
flux form and nonlinear free surface
(
\np
[=.false.]
{
ln
_
dyn
hpg
_
vec
}{
ln
\_
dyn
hpg
\_
vec
}
and
\
np
[=.false.]
{
ln
_
linssh
}{
ln
\_
linssh
}
):
(
\np
[=.false.]
{
ln
_
dyn
adv
_
vec
}{
ln
\_
dyn
adv
\_
vec
}
and
\
key
{
qco
}
):
\[
\[
% \label{eq:DYN_nxt_flux}
% \label{eq:DYN_nxt_flux}
\left\{
\left\{
...
...
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