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.
chap_dynamics.tex in NEMO/trunk/doc/latex/SI3/subfiles – NEMO

source: NEMO/trunk/doc/latex/SI3/subfiles/chap_dynamics.tex @ 11015

Last change on this file since 11015 was 11015, checked in by nicolasmartin, 5 years ago

Modification of the content to be in line with the NEMO manual
SI3 manual can now be build like the NEMO manual with ./manual_build.sh SI3

  • Mimick the directory organisation with main and subfiles folders.
  • Regarding the particular case of namelists
    • Remove the duplicates already contained in the global namelists folder at 1st level of ./doc
    • Keep the namelists sub-folder only for namdyn_adv & namsbc which already exist in ocean namelists
  • Rewriting of SI3_manual.tex with NEMO_manual.tex as template to easily highlight differences
  • Updating of several paths for figures/namelists inclusion or LaTeX files referencing
  • LaTeX source:
    • Replacement of \forfile command for namelists with pre-configured \nlst alias
    • " "" \bm with \mathbf (save installation of an extra package)
File size: 746 bytes
Line 
1
2\documentclass[../main/SI3_manual]{subfiles}
3
4\begin{document}
5
6% ================================================================
7% Chapter 3 Ñ Ice dynamics
8% ================================================================
9
10\chapter{Ice dynamics}
11\label{chap:DYN}
12\minitoc
13
14\newpage
15$\ $\newline    % force a new line
16
17In this chapter, we describe how the momentum equation is solved.
18
19I guess we could be brief. Gurvan and Clem should take the lead to write this.
20
211) aEVP approach, revisited by Bouillon et al (2013).
22
232) Short description of the numerical method. NEMO scale factors.
24
253) Landfast ice option
26
274) Boundary conditions (free-slip, no-slip, ...)
28
294) Practical use of namelist parameters (nevp, telast, ...).
30
31\end{document}
32
33
34
35
Note: See TracBrowser for help on using the repository browser.