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.
chapters.tex in NEMO/branches/2019/dev_r11233_obsasm_docfixes/doc/latex/NEMO/main – NEMO

source: NEMO/branches/2019/dev_r11233_obsasm_docfixes/doc/latex/NEMO/main/chapters.tex @ 11315

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

Review of the overall building of any reference manual
Implementation of a compilation process shared between the 3 manuals: now a global document.tex will be used as the main LaTeX file (a symbolic link will refer to it in each ./engine/main directory).
At the time of the manual building, a few small LaTeX files will be imported on the fly from the corresponding folder ./latex/engine/main.

  • definitions.tex: engine, title, author(s), IPSL publication number and DOI ID
  • thanks.tex: list of collaborators to be thanked for the writing/reviewing
  • chapters.tex: ordered list of chapters (relative path to subfiles)
  • appendices.tex: ordered list of subordinate chapters (relative path to subfiles)
File size: 1.1 KB
Line 
1\subfile{../subfiles/introduction}        %% Introduction
2\subfile{../subfiles/chap_model_basics}
3\subfile{../subfiles/chap_time_domain}    %% Time discretisation (time stepping strategy)
4\subfile{../subfiles/chap_DOM}            %% Space discretisation
5\subfile{../subfiles/chap_TRA}            %% Tracer advection/diffusion equation
6\subfile{../subfiles/chap_DYN}            %% Dynamics : momentum equation
7\subfile{../subfiles/chap_SBC}            %% Surface Boundary Conditions
8\subfile{../subfiles/chap_LBC}            %% Lateral Boundary Conditions
9\subfile{../subfiles/chap_LDF}            %% Lateral diffusion
10\subfile{../subfiles/chap_ZDF}            %% Vertical diffusion
11\subfile{../subfiles/chap_DIA}            %% Outputs and Diagnostics
12\subfile{../subfiles/chap_OBS}            %% Observation operator
13\subfile{../subfiles/chap_ASM}            %% Assimilation increments
14\subfile{../subfiles/chap_STO}            %% Stochastic param.
15\subfile{../subfiles/chap_misc}           %% Miscellaneous topics
16\subfile{../subfiles/chap_CONFIG}         %% Predefined configurations
Note: See TracBrowser for help on using the repository browser.