/[MITgcm]/manual/manual.tex
ViewVC logotype

Contents of /manual/manual.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.33 - (show annotations) (download) (as text)
Tue Aug 2 17:13:01 2005 UTC (18 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.32: +4 -1 lines
File MIME type: application/x-tex
Playing around with page widths

1 % $Header: /u/gcmpack/manual/manual.tex,v 1.32 2005/08/01 22:14:19 jmc Exp $
2 % $Name: $
3
4 \documentclass[10pt]{book}
5
6 %To help cross-reference
7 %\usepackage{showlabels}
8
9 %aja%\usepackage{amsfonts}
10 \usepackage{amsmath}
11 \usepackage{html}
12 \usepackage{hthtml}
13 \usepackage{graphicx}
14
15 % CNH playing around with page widths
16 \usepackage{anysize}
17
18 %cnh%\usepackage{array}
19 %cnh%\usepackage{multirow}
20
21 %eh3 Commands to reference either files or symbols within the "HTML-ized"
22 %eh3 ("vdb") code.
23 %eh3
24 %afe seems like these need to be long, sorry
25 \newcommand{\varlink}[2]{\htmladdnormallink{\tt #1}{../code_reference/vdb/byname/#2.html}}
26 \newcommand{\filelink}[2]{\htmladdnormallink{\bf \tt #1}{../code_reference/vdb/byname/#2.html}}
27
28 % afe Commands to standardize typesetting
29 \newcommand{\file}[1]{\texttt{#1}}
30 \newcommand{\sectiontitle}[1]{\textsl{#1}}
31 \newcommand{\code}[1]{\texttt{#1}}
32
33 %% EH3 : try out the epsfig package
34 \usepackage[dvips]{epsfig}
35 \def\scalefig#1{\epsfxsize #1\textwidth}
36
37 %EH3% ==========================================================
38 %EH3% *** PRIVATE SECTIONS ****** PRIVATE SECTIONS ***
39 %EH3%
40 %EH3% Directions: To build the ``private'' or ``local-only''
41 %EH3% version of this manual, then edit the following so
42 %EH3% they appear as:
43 %EH3%
44 %EH3% % \includecomment{versionprivate}
45 %EH3% \excludecoment{versionprivate}
46 %EH3%
47 %EH3% The default is to include everything which is:
48 %EH3%
49 %EH3% \includecomment{versionprivate}
50 %EH3% % \excludecoment{versionprivate}
51
52 %\includecomment{versionprivate}
53 \excludecomment{versionprivate}
54
55 %EH3%
56 %EH3% To use this comment, simply bracket any part of the
57 %EH3% manual with two lines that contain ONLY the following
58 %EH3% pair:
59 %EH3%
60 %EH3% \begin{versionprivate}
61 %EH3% \end{versionprivate}
62 %EH3%
63 %EH3% with NO additional comments or other commands on the
64 %EH3% lines containing the \begin{...}\end{...} statements.
65 %EH3%
66 %EH3% *** PRIVATE SECTIONS ****** PRIVATE SECTIONS ***
67 %EH3% ==========================================================
68
69
70 %ph%\usepackage{epsfig}
71 %ph%\usepackage{psfrag}
72 %ph%\usepackage{oldgerm}
73
74 % I commented the following because it introduced excessive white space
75 %aja%\usepackage{palatcm} % better PDF
76
77 % page headers and footers
78 %cnh%\usepackage{fancyhdr}
79 %\pagestyle{fancy}
80 %cnh%\fancyhead{}
81 %cnh%\fancyhead[LO]{\slshape \rightmark}
82 %cnh%\fancyhead[RE]{\slshape \leftmark}
83 %cnh%\fancyhead[RO,LE]{\thepage}
84 %cnh%\fancyfoot[CO,CE]{\today}
85 %cnh%\fancyfoot[RO,LE]{ }
86 %cnh%\renewcommand{\headrulewidth}{0.4pt}
87 %cnh%\renewcommand{\footrulewidth}{0.4pt}
88
89 % bibtex stuff
90 %aja%\newcommand{\BIBPATH}{.}
91 %aja%\usepackage{natbib}
92 %aja%\bibliographystyle{\BIBPATH/jmr_my}
93 %aja%\gdef\harvardleft{[}
94 %aja%\gdef\harvardright{]}
95 %aja%\bibpunct{[}{]}{,}{a}{}{,}
96 %\bibliographystyle{plain}
97 %-jmc: try agu bib-style (give author names & year instead of just a number)
98 \usepackage[square]{natbib}
99 \bibliographystyle{agu}
100
101 % referencing
102 %ph%\newcommand{\refequ}[1]{equation (\ref{equ:#1})}
103 %ph%\newcommand{\refequbig}[1]{Equation (\ref{equ:#1})}
104 %ph%\newcommand{\reftab}[1]{Tab.~\ref{tab:#1}}
105 %ph%\newcommand{\reftabno}[1]{\ref{tab:#1}}
106 %ph%\newcommand{\reffig}[1]{Fig.~\ref{fig:#1}}
107 %ph%\newcommand{\reffigno}[1]{\ref{fig:#1}}
108
109 % stuff for psfrag
110 %ph%\newcommand{\textinfigure}[1]{{\footnotesize\textbf{\textsf{#1}}}}
111 %ph%\newcommand{\mathinfigure}[1]{\small\ensuremath{{#1}}}
112
113 % This allows numbering of subsubsections
114 \setcounter{secnumdepth}{3}
115 % This changes the the chapter title
116 %\renewcommand{\chaptername}{Section}
117
118
119 % This allows hyperlinks in PDF
120 % hyperref package and colors for hyperref package
121 \usepackage{color}
122 \usepackage{hyperref}
123 %\usepackage[dvips]
124 \definecolor{darkgreen}{rgb}{0,0.4,0}
125 \definecolor{darkblue}{rgb}{0,0,0.4}
126 \definecolor{darkred}{rgb}{0.5,0,0}
127 \hypersetup{breaklinks=true,
128 colorlinks=true,
129 linkcolor=darkgreen,
130 citecolor=darkblue,
131 pagecolor=darkred,
132 pdftitle={MITgcm Release 1 Documentation},
133 pdfauthor={MITgcm-support@mitgcm.org},
134 pdfkeywords={oceanography, ocean model, general circulation model,
135 non-hydrostatic, finite volume, inverse methods, adjoint method}
136 }
137
138 % Some definitions (AMM)
139 \def\p#1{{\partial \over {\partial #1}}}
140 \def\pp#1#2{{\partial #1 \over {\partial #2}}}
141 \def\dd#1#2{{d #1 \over {d #2}}}
142 \def\bq{\begin{equation}}
143 \def\bqa{\begin{eqnarray}}
144 \def\eq{\end{equation}}
145 \def\eqa{\end{eqnarray}}
146
147 \def\h{ {1\over2} }
148 \def\txt{\mbox{$2^\circ$ x $2.5^\circ \,$}}
149 \def\fxf{\mbox{$4^\circ$ x $5^\circ \,$}}
150
151 \def\blankpage{ \vspace*{\fill} \vspace{5in} \vfill \newpage}
152
153
154 \begin{document}
155
156 \bodytext{bgcolor="#FFFFFFFF"}
157
158 \tableofcontents
159 %\pagebreak
160
161 %\part{MIT GCM basics}
162
163 % Section: Overview
164 \input{part1/part1}
165 %\pagebreak
166
167 % Section: Discretization and Algorithm
168 \input{part2/part2}
169 %\pagebreak
170
171 % Section: Getting started
172 \input{part3/part3}
173 %\pagebreak
174
175 % Section: Software Architecture
176 \input{part4/part4}
177 %\pagebreak
178
179
180 %\part{Adjoint of the MIT GCM}
181
182 % Section: Automatic Differentiation
183 \input{part5/part5}
184 %\pagebreak
185
186
187 %\part{Additional features}
188
189 % Section: Physical Packages
190 \input{part6/part6}
191 %\pagebreak
192
193 % Section: Pre-processing and Post-processing Tools
194 \input{part7/part7}
195 %\pagebreak
196
197 % Section: ECCO
198 \input{part8/part8}
199 %\pagebreak
200
201 % Section: Model Uses
202 \input{model_uses}
203 %\pagebreak
204
205 % Section: References:
206 %\markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY}
207 \addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
208 %aja%\bibliography{\BIBPATH/manual_references}
209 \bibliography{manual_references}
210
211 \end{document}

  ViewVC Help
Powered by ViewVC 1.1.22