| 9 | %aja%\usepackage{amsfonts} | %aja%\usepackage{amsfonts} | 
| 10 | \usepackage{amsmath} | \usepackage{amsmath} | 
| 11 | \usepackage{html} | \usepackage{html} | 
| 12 | \usepackage{graphics} | \usepackage{graphicx} | 
| 13 |  |  | 
| 14 | %cnh%\usepackage{array} | %cnh%\usepackage{array} | 
| 15 | %cnh%\usepackage{multirow} | %cnh%\usepackage{multirow} | 
| 34 | %cnh%\renewcommand{\footrulewidth}{0.4pt} | %cnh%\renewcommand{\footrulewidth}{0.4pt} | 
| 35 |  |  | 
| 36 | % bibtex stuff | % bibtex stuff | 
| 37 | \newcommand{\BIBPATH}{.} | %aja%\newcommand{\BIBPATH}{.} | 
| 38 | \usepackage{natbib} | %aja%\usepackage{natbib} | 
| 39 | \bibliographystyle{\BIBPATH/jmr_my} | %aja%\bibliographystyle{\BIBPATH/jmr_my} | 
| 40 | \gdef\harvardleft{[} | %aja%\gdef\harvardleft{[} | 
| 41 | \gdef\harvardright{]} | %aja%\gdef\harvardright{]} | 
| 42 | \bibpunct{[}{]}{,}{a}{}{,} | %aja%\bibpunct{[}{]}{,}{a}{}{,} | 
| 43 |  | \bibliographystyle{plain} | 
| 44 |  |  | 
| 45 | % referencing | % referencing | 
| 46 | %ph%\newcommand{\refequ}[1]{equation (\ref{equ:#1})} | %ph%\newcommand{\refequ}[1]{equation (\ref{equ:#1})} | 
| 60 | %\renewcommand{\chaptername}{Section} | %\renewcommand{\chaptername}{Section} | 
| 61 |  |  | 
| 62 |  |  | 
| 63 |  | % This allows hyperlinks in PDF | 
| 64 |  | % hyperref package and colors for hyperref package | 
| 65 |  | \usepackage{color} | 
| 66 |  | \usepackage[dvips]{hyperref} | 
| 67 |  | \definecolor{darkgreen}{rgb}{0,0.4,0} | 
| 68 |  | \definecolor{darkblue}{rgb}{0,0,0.4} | 
| 69 |  | \definecolor{darkred}{rgb}{0.5,0,0} | 
| 70 |  | \hypersetup{breaklinks=true, | 
| 71 |  | colorlinks=true, | 
| 72 |  | linkcolor=darkgreen, | 
| 73 |  | citecolor=darkblue, | 
| 74 |  | pagecolor=darkred, | 
| 75 |  | pdftitle={MITgcm Release 1 Documentation}, | 
| 76 |  | pdfauthor={support@mitgcm.org}, | 
| 77 |  | pdfkeywords={oceanography, ocean model, general circulation model, | 
| 78 |  | non-hydrostatic, finite volume, inverse methods, adjoint method} | 
| 79 |  | } | 
| 80 |  |  | 
| 81 | \begin{document} | \begin{document} | 
| 82 |  |  | 
| 83 |  | \bodytext{bgcolor="#FFFFFFFF"} | 
| 84 |  |  | 
| 85 | \tableofcontents | \tableofcontents | 
| 86 | \pagebreak | %\pagebreak | 
| 87 |  |  | 
| 88 | \part{MIT GCM basics} | %\part{MIT GCM basics} | 
| 89 |  |  | 
| 90 | % Section: Overview | % Section: Overview | 
| 91 | \input{part1/part1} | \input{part1/part1} | 
| 104 | %\pagebreak | %\pagebreak | 
| 105 |  |  | 
| 106 |  |  | 
| 107 | \part{Adjoint of the MIT GCM} | %\part{Adjoint of the MIT GCM} | 
| 108 |  |  | 
| 109 | % Section: Automatic Differentiation | % Section: Automatic Differentiation | 
| 110 | \input{part5/part5} | \input{part5/part5} | 
| 111 | %\pagebreak | %\pagebreak | 
| 112 |  |  | 
| 113 |  |  | 
| 114 | \part{Additional features} | %\part{Additional features} | 
| 115 |  |  | 
| 116 | % Section: Physical Packages | % Section: Physical Packages | 
| 117 | \input{part6/part6} | \input{part6/part6} | 
| 126 | %\pagebreak | %\pagebreak | 
| 127 |  |  | 
| 128 | % Section: References: | % Section: References: | 
| 129 | \markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY} | %\markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY} | 
| 130 | \addcontentsline{toc}{chapter}{BIBLIOGRAPHY} | \addcontentsline{toc}{chapter}{BIBLIOGRAPHY} | 
| 131 | \bibliography{\BIBPATH/manual_references} | %aja%\bibliography{\BIBPATH/manual_references} | 
| 132 |  | \bibliography{manual_references} | 
| 133 |  |  | 
| 134 | \end{document} | \end{document} |