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/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/doc/latex/NEMO/main – NEMO

source: NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/doc/latex/NEMO/main/chapters.tex @ 14644

Last change on this file since 14644 was 14644, checked in by sparonuz, 3 years ago

Merge trunk -r14642:HEAD

File size: 1.4 KB
Line 
1%% =================================================================================================
2%% Chapters
3%% =================================================================================================
4
5\subfile{../subfiles/chap_model_basics} %% Continuous equations and assumptions
6\subfile{../subfiles/chap_time_domain}  %% Time discretisation (time stepping strategy)
7\subfile{../subfiles/chap_DOM}          %% Space discretisation
8\subfile{../subfiles/chap_TRA}          %% Tracer advection/diffusion equation
9\subfile{../subfiles/chap_DYN}          %% Dynamics : momentum equation
10\subfile{../subfiles/chap_SBC}          %% Surface Boundary Conditions
11\subfile{../subfiles/chap_LBC}          %% Lateral Boundary Conditions
12\subfile{../subfiles/chap_LDF}          %% Lateral diffusion
13\subfile{../subfiles/chap_ZDF}          %% Vertical diffusion
14\subfile{../subfiles/chap_DIA}          %% Outputs and Diagnostics
15\subfile{../subfiles/chap_OBS}          %% Observation operator
16\subfile{../subfiles/chap_ASM}          %% Assimilation increments
17\subfile{../subfiles/chap_STO}          %% Stochastic param.
18\subfile{../subfiles/chap_misc}         %% Miscellaneous topics
19\subfile{../subfiles/chap_cfgs}         %% Predefined configurations
20
21%% Not included
22%\subfile{../subfiles/chap_model_basics_zstar}
23%\subfile{../subfiles/chap_DIU}
24%\subfile{../subfiles/chap_conservation}
Note: See TracBrowser for help on using the repository browser.