%description: Book template % template of document for LaTeX % (C) Xavier Perseguers 2002 - xavier.perseguers@epfl.ch % ================================================================ % PREAMBLE % ================================================================ \include{texfiles/preamble} % ================================================================ % TOP MATTER % ================================================================ \include{texfiles/top_matter} % ================================================================ % DOCUMENT % ================================================================ \begin{document} \maketitle % generate the title \frontmatter \tableofcontents % generate a table of contents %\listoffigures % generate a list of figures %\listoftables % generate a list of tables \mainmatter % ================================================================ % Abstract - Foreword % ================================================================ \subfile{texfiles/chapters/abstract_foreword} % ================================================================ % INTRODUCTION % ================================================================ \subfile{texfiles/chapters/introduction} % ================================================================ % CHAPTERS % ================================================================ \subfile{texfiles/chapters/chap_model_basics} \subfile{texfiles/chapters/chap_step} % Time discretisation (time stepping strategy) \subfile{texfiles/chapters/chap_DOM} % Space discretisation \subfile{texfiles/chapters/chap_TRA} % Tracer advection/diffusion equation \subfile{texfiles/chapters/chap_DYN} % Dynamics : momentum equation \subfile{texfiles/chapters/chap_SBC} % Surface Boundary Conditions \subfile{texfiles/chapters/chap_LBC} % Lateral Boundary Conditions \subfile{texfiles/chapters/chap_LDF} % Lateral diffusion \subfile{texfiles/chapters/chap_ZDF} % Vertical diffusion \subfile{texfiles/chapters/chap_DIA} % Outputs and Diagnostics \subfile{texfiles/chapters/chap_OBS} % Observation operator \subfile{texfiles/chapters/chap_ASM} % Assimilation increments \subfile{texfiles/chapters/chap_STO} % Stochastic param. \subfile{texfiles/chapters/chap_misc} % Miscellaneous topics \subfile{texfiles/chapters/chap_CONFIG} % Predefined configurations % ================================================================ % APPENDIX % ================================================================ \appendix %\subfile{texfiles/chapters/chap_conservation} \subfile{texfiles/chapters/annex_A} % generalised vertical coordinate \subfile{texfiles/chapters/annex_B} % diffusive operator \subfile{texfiles/chapters/annex_C} % Discrete invariants of the eqs. \subfile{texfiles/chapters/annex_iso} % Isoneutral diffusion using triads \subfile{texfiles/chapters/annex_D} % Coding rules %\subfile{texfiles/chapters/annex_E} % Notes on some on going staff (no included in the DOC) %\subfile{texfiles/chapters/annex_Fox-Kemper} % Notes on Fox-Kemper (no included in the DOC) %\subfile{texfiles/chapters/annex_EVP} % Notes on EVP (no included in the DOC) % ================================================================ % INDEX % ================================================================ \addcontentsline{toc}{chapter}{Index} \printindex % ================================================================ % BIBLIOGRAPHY % ================================================================ %%\bibliographystyle{plainat} \bibliographystyle{texfiles/styles/ametsoc} % AMS biblio style (JPO) \bibliography{texfiles/bibliography/NEMO_manual} % ================================================================ \end{document}