| 1 | adcroft | 1.3 | % $Header: /u/gcmpack/mitgcmdoc/manual.tex,v 1.2 2001/08/08 22:14:44 adcroft Exp $ | 
| 2 | adcroft | 1.2 | % $Name:  $ | 
| 3 | adcroft | 1.1 |  | 
| 4 |  |  | \documentclass[12pt]{book} | 
| 5 |  |  |  | 
| 6 |  |  | \usepackage{amsfonts} | 
| 7 |  |  | \usepackage{amsmath} | 
| 8 |  |  | \usepackage{html} | 
| 9 |  |  | \usepackage{epsfig} | 
| 10 |  |  | \usepackage{graphics,subfigure} | 
| 11 |  |  | \usepackage{array} | 
| 12 |  |  | \usepackage{multirow} | 
| 13 |  |  | \usepackage{fancyhdr} | 
| 14 |  |  | \usepackage{psfrag} | 
| 15 | adcroft | 1.2 | %\usepackage{oldgerm} | 
| 16 |  |  | % I commented the following because it introduced excessive white space | 
| 17 |  |  | %\usepackage{palatcm}              % better PDF | 
| 18 | adcroft | 1.1 |  | 
| 19 |  |  | % page headers and footers | 
| 20 | adcroft | 1.2 | %\pagestyle{fancy} | 
| 21 | adcroft | 1.1 | \fancyhead{} | 
| 22 |  |  | \fancyhead[LO]{\slshape \rightmark} | 
| 23 |  |  | \fancyhead[RE]{\slshape \leftmark} | 
| 24 |  |  | \fancyhead[RO,LE]{\thepage} | 
| 25 |  |  | \fancyfoot[CO,CE]{\today} | 
| 26 |  |  | \fancyfoot[RO,LE]{ } | 
| 27 |  |  | \renewcommand{\headrulewidth}{0.4pt} | 
| 28 |  |  | \renewcommand{\footrulewidth}{0.4pt} | 
| 29 |  |  |  | 
| 30 |  |  | % referencing | 
| 31 |  |  | \newcommand{\refequ}[1]{equation (\ref{equ:#1})} | 
| 32 |  |  | \newcommand{\refequbig}[1]{Equation (\ref{equ:#1})} | 
| 33 |  |  | \newcommand{\reftab}[1]{Tab.~\ref{tab:#1}} | 
| 34 |  |  | \newcommand{\reftabno}[1]{\ref{tab:#1}} | 
| 35 |  |  | \newcommand{\reffig}[1]{Fig.~\ref{fig:#1}} | 
| 36 |  |  | \newcommand{\reffigno}[1]{\ref{fig:#1}} | 
| 37 |  |  |  | 
| 38 |  |  | % stuff for psfrag | 
| 39 |  |  | \newcommand{\textinfigure}[1]{{\footnotesize\textbf{\textsf{#1}}}} | 
| 40 |  |  | \newcommand{\mathinfigure}[1]{\small\ensuremath{{#1}}} | 
| 41 |  |  |  | 
| 42 | adcroft | 1.3 | % This allows numbering of subsubsections | 
| 43 |  |  | \setcounter{secnumdepth}{3} | 
| 44 |  |  | % This changes the the chapter title | 
| 45 |  |  | %\renewcommand{\chaptername}{Section} | 
| 46 |  |  |  | 
| 47 | adcroft | 1.1 |  | 
| 48 |  |  |  | 
| 49 |  |  | \begin{document} | 
| 50 |  |  |  | 
| 51 |  |  | \tableofcontents | 
| 52 |  |  | \pagebreak | 
| 53 |  |  |  | 
| 54 | adcroft | 1.3 | \part{The MIT GCM basics} | 
| 55 |  |  |  | 
| 56 |  |  | % Section: Overview | 
| 57 | adcroft | 1.1 | \input{part1/part1} | 
| 58 |  |  | \pagebreak | 
| 59 |  |  |  | 
| 60 | adcroft | 1.3 | % Section: Discretization and Algorithm | 
| 61 | adcroft | 1.1 | \input{part2/part2} | 
| 62 |  |  | \pagebreak | 
| 63 |  |  |  | 
| 64 | adcroft | 1.3 | % Section: Getting started | 
| 65 | adcroft | 1.1 | \input{part3/part3} | 
| 66 |  |  | \pagebreak | 
| 67 |  |  |  | 
| 68 | adcroft | 1.3 | % Section: Software Architecture | 
| 69 | adcroft | 1.1 | \input{part4/part4} | 
| 70 |  |  | \pagebreak | 
| 71 |  |  |  | 
| 72 | adcroft | 1.3 |  | 
| 73 |  |  | \part{Adjoint of the MIT GCM} | 
| 74 |  |  |  | 
| 75 |  |  | % Section: Automatic Differentiation | 
| 76 | adcroft | 1.1 | \input{part5/part5} | 
| 77 |  |  | \pagebreak | 
| 78 |  |  |  | 
| 79 | adcroft | 1.3 |  | 
| 80 |  |  | \part{Additional features} | 
| 81 |  |  |  | 
| 82 |  |  | % Section: Physical Packages | 
| 83 | adcroft | 1.1 | \input{part6/part6} | 
| 84 |  |  | \pagebreak | 
| 85 |  |  |  | 
| 86 | adcroft | 1.3 | % Section: Diagnostics | 
| 87 | adcroft | 1.1 | \input{part7/part7} | 
| 88 |  |  | \pagebreak | 
| 89 |  |  |  | 
| 90 | adcroft | 1.3 | % Section: ECCO Interface | 
| 91 | adcroft | 1.1 | \input{part8/part8} | 
| 92 |  |  |  | 
| 93 |  |  | \end{document} |