|
Last change
on this file since 2557 was
1954,
checked in by emillour, 7 years ago
|
|
Mars GCM:
- Make a "doc" subdirectory to store the documentation source files with the code.
EM
|
|
File size:
1.6 KB
|
| Line | |
|---|
| 1 | \documentclass{report} |
|---|
| 2 | \usepackage{epsf} |
|---|
| 3 | \usepackage{times} |
|---|
| 4 | \usepackage{epsfig} |
|---|
| 5 | \usepackage{pstricks} |
|---|
| 6 | \usepackage[round]{natbib} |
|---|
| 7 | |
|---|
| 8 | \usepackage{makeidx} |
|---|
| 9 | \usepackage{a4} |
|---|
| 10 | \usepackage{graphicx} |
|---|
| 11 | \usepackage[french,english]{babel} |
|---|
| 12 | \scrollmode |
|---|
| 13 | |
|---|
| 14 | \makeindex |
|---|
| 15 | \sloppy |
|---|
| 16 | |
|---|
| 17 | % numero de la derniere section numerotee |
|---|
| 18 | \setcounter{secnumdepth}{3} |
|---|
| 19 | % numero de la derniere section a apparaitre dans la table des matieres |
|---|
| 20 | \setcounter{tocdepth}{3} |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 24 | \begin{document} |
|---|
| 25 | |
|---|
| 26 | \input{def} |
|---|
| 27 | |
|---|
| 28 | \sloppy |
|---|
| 29 | |
|---|
| 30 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 31 | |
|---|
| 32 | \selectlanguage{english} |
|---|
| 33 | |
|---|
| 34 | %\pagedegarde{User Manual for the LMD Martian Atmospheric General Circulation Model }{Ehouarn MILLOUR, Fran\c{c}ois FORGET \\ \it{Contributors to earlier versions}: Karine Dassas, \\ Christophe HOURDIN, Fr\'ed\'eric HOURDIN, \\ and Yann WANHERDRICK\\ |
|---|
| 35 | %\it{initial version translated by Gwen Davis}}{} |
|---|
| 36 | %\def\contracr{ESA contract} |
|---|
| 37 | % For title page |
|---|
| 38 | \title{User Manual for the LMD Martian Atmospheric General Circulation Model} |
|---|
| 39 | \author{Ehouarn MILLOUR, Fran\c{c}ois FORGET \\ \it{Contributors to earlier versions}: Karine DASSAS, \\ Christophe HOURDIN, Fr\'ed\'eric HOURDIN, \\ and Yann WANHERDRICK} |
|---|
| 40 | %\date{\today} |
|---|
| 41 | \date{June 20, 2018} |
|---|
| 42 | |
|---|
| 43 | \maketitle |
|---|
| 44 | \tableofcontents |
|---|
| 45 | |
|---|
| 46 | \input{intro} |
|---|
| 47 | \input{principe} |
|---|
| 48 | %\input{dynamics} |
|---|
| 49 | \input{phymars} |
|---|
| 50 | \input{run.tex} |
|---|
| 51 | \input{compilation.tex} |
|---|
| 52 | \input{io.tex} |
|---|
| 53 | \input{zoom.tex} |
|---|
| 54 | \input{water.tex} |
|---|
| 55 | \input{photochem.tex} |
|---|
| 56 | \input{thermosphere.tex} |
|---|
| 57 | \input{testphys1d.tex} |
|---|
| 58 | |
|---|
| 59 | \appendix |
|---|
| 60 | |
|---|
| 61 | \input{sol2ls.tex} |
|---|
| 62 | \input{utilities.tex} |
|---|
| 63 | |
|---|
| 64 | %\printindex |
|---|
| 65 | |
|---|
| 66 | \bibliography{biblio.bib} |
|---|
| 67 | \bibliographystyle{plain} |
|---|
| 68 | |
|---|
| 69 | \end{document} |
|---|
Note: See
TracBrowser
for help on using the repository browser.