Skip to content
Snippets Groups Projects
Commit 39bafbd7 authored by Sibylle Techene's avatar Sibylle Techene
Browse files

Update file chap_DYN.tex

parent 02758809
No related branches found
No related tags found
1 merge request!31Resolve "Review/update DYN chapter"
Pipeline #3410 passed with stage
in 1 minute and 49 seconds
...@@ -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{dynnxt.F90})]{Time evolution term (\protect\mdl{dynnxt})} \section[Time evolution term - leapfrog (\textit{dynatf.F90})]{Time evolution term - leapfrog (\protect\mdl{dynatf})}
\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_dynhpg_vec}{ln\_dynhpg\_vec} or \np[=.true.]{ln_linssh}{ln\_linssh}): (\np[=.true.]{ln_dynadv_vec}{ln\_dynadv\_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_dynhpg_vec}{ln\_dynhpg\_vec} and \np[=.false.]{ln_linssh}{ln\_linssh}): (\np[=.false.]{ln_dynadv_vec}{ln\_dynadv\_vec} and \key{qco}):
\[ \[
% \label{eq:DYN_nxt_flux} % \label{eq:DYN_nxt_flux}
\left\{ \left\{
......
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