| 1 | adcroft | 1.2 | % $Header: /u/gcmpack/mitgcmdoc/manual.tex,v 1.1.1.1 2001/08/08 16:15:12 adcroft Exp $ | 
| 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 |  |  |  | 
| 43 |  |  |  | 
| 44 |  |  | \begin{document} | 
| 45 |  |  |  | 
| 46 |  |  | \tableofcontents | 
| 47 |  |  | \pagebreak | 
| 48 |  |  |  | 
| 49 |  |  | % Part: Overview | 
| 50 |  |  | \input{part1/part1} | 
| 51 |  |  | \pagebreak | 
| 52 |  |  |  | 
| 53 |  |  | % Part: Discretization and Algorithm | 
| 54 |  |  | \input{part2/part2} | 
| 55 |  |  | \pagebreak | 
| 56 |  |  |  | 
| 57 |  |  | % Part: Getting started | 
| 58 |  |  | \input{part3/part3} | 
| 59 |  |  | \pagebreak | 
| 60 |  |  |  | 
| 61 |  |  | % Part: Software Architecture | 
| 62 |  |  | \input{part4/part4} | 
| 63 |  |  | \pagebreak | 
| 64 |  |  |  | 
| 65 |  |  | % Part: Automatic Differentiation | 
| 66 |  |  | \input{part5/part5} | 
| 67 |  |  | \pagebreak | 
| 68 |  |  |  | 
| 69 |  |  | % Part: Physical Packages | 
| 70 |  |  | \input{part6/part6} | 
| 71 |  |  | \pagebreak | 
| 72 |  |  |  | 
| 73 |  |  | % Part: Diagnostics | 
| 74 |  |  | \input{part7/part7} | 
| 75 |  |  | \pagebreak | 
| 76 |  |  |  | 
| 77 |  |  | % Part: ECCO Interface | 
| 78 |  |  | \input{part8/part8} | 
| 79 |  |  |  | 
| 80 |  |  | \end{document} |