/[MITgcm]/manual/s_phys_pkgs/text/exf.tex
ViewVC logotype

Diff of /manual/s_phys_pkgs/text/exf.tex

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

revision 1.11 by heimbach, Tue Jan 15 23:58:53 2008 UTC revision 1.13 by jmc, Mon Aug 30 23:09:21 2010 UTC
# Line 28  A description of key subroutines is give Line 28  A description of key subroutines is give
28  \ref{sec:pkg:exf:subroutines}.  \ref{sec:pkg:exf:subroutines}.
29  Input fields, units and sign conventions are summarized in  Input fields, units and sign conventions are summarized in
30  Section \ref{sec:pkg:exf:fields_units}, and available diagnostics  Section \ref{sec:pkg:exf:fields_units}, and available diagnostics
31  output is listed in Section \ref{sec:pkg:exf:fields_diagnostics}.  output is listed in Section \ref{sec:pkg:exf:diagnostics}.
32    
33  %----------------------------------------------------------------------  %----------------------------------------------------------------------
34    
# Line 55  EXF requires the calendar package \textt Line 55  EXF requires the calendar package \textt
55  no additional CPP options are required.  no additional CPP options are required.
56  %  %
57  \end{itemize}  \end{itemize}
58  (see Section \ref{sect:buildingCode}).  (see Section \ref{sec:buildingCode}).
59    
60  Parts of the EXF code can be enabled or disabled at compile time  Parts of the EXF code can be enabled or disabled at compile time
61  via CPP preprocessor flags. These options are set in either  via CPP preprocessor flags. These options are set in either
# Line 63  via CPP preprocessor flags. These option Line 63  via CPP preprocessor flags. These option
63  Table \ref{tab:pkg:exf:cpp} summarizes these options.  Table \ref{tab:pkg:exf:cpp} summarizes these options.
64    
65  \begin{table}[b!]  \begin{table}[b!]
66  \centering    \centering
   \label{tab:pkg:exf:cpp}  
67    {\footnotesize    {\footnotesize
68      \begin{tabular}{|l|l|}      \begin{tabular}{|l|l|}
69        \hline        \hline
# Line 99  Table \ref{tab:pkg:exf:cpp} summarizes t Line 98  Table \ref{tab:pkg:exf:cpp} summarizes t
98      \end{tabular}      \end{tabular}
99    }    }
100    \caption{~}    \caption{~}
101      \label{tab:pkg:exf:cpp}
102  \end{table}  \end{table}
103    
104    
# Line 125  A package is switched on/off at runtime Line 125  A package is switched on/off at runtime
125  \paragraph{General flags and parameters}  \paragraph{General flags and parameters}
126  ~ \\  ~ \\
127  %  %
128  \begin{table}[h!]  \begin{table}[!ht]
129  \centering    \centering
   \label{tab:pkg:exf:runtime_flags}  
130    {\footnotesize    {\footnotesize
131      \begin{tabular}{|l|c|l|}      \begin{tabular}{|l|c|l|}
132        \hline        \hline
# Line 223  A package is switched on/off at runtime Line 222  A package is switched on/off at runtime
222      \end{tabular}      \end{tabular}
223    }    }
224    \caption{~}    \caption{~}
225      \label{tab:pkg:exf:runtime_flags}
226  \end{table}  \end{table}
227    
228    
# Line 245  prepend the field name to the listed att Line 245  prepend the field name to the listed att
245  \end{eqnarray*}  \end{eqnarray*}
246  %  %
247    
248  \begin{table}[h!]  \begin{table}[!ht]
249  \centering    \centering
   \label{tab:pkg:exf:runtime_attributes}  
250    {\footnotesize    {\footnotesize
251      \begin{tabular}{|l|c|l|}      \begin{tabular}{|l|c|l|}
252        \hline        \hline
# Line 273  prepend the field name to the listed att Line 272  prepend the field name to the listed att
272           \multicolumn{3}{|c|}{\textit{used in conjunction with}           \multicolumn{3}{|c|}{\textit{used in conjunction with}
273                                \texttt{EXF\_USE\_INTERPOLATION}} \\                                \texttt{EXF\_USE\_INTERPOLATION}} \\
274           \hline           \hline
275           \textit{field}\texttt{\_lon0} & $thetaMin+delX/2$  &           \textit{field}\texttt{\_lon0} & $xgOrigin+delX/2$  &
276             starting longitude of input \\             starting longitude of input \\
277           \textit{field}\texttt{\_lon\_inc} & $delX$ &           \textit{field}\texttt{\_lon\_inc} & $delX$ &
278             increment in longitude of input \\             increment in longitude of input \\
279           \textit{field}\texttt{\_lat0} &  $phiMin+delY/2$ &           \textit{field}\texttt{\_lat0} &  $ygOrigin+delY/2$ &
280             starting latitude of input \\             starting latitude of input \\
281           \textit{field}\texttt{\_lat\_inc} & $delY$ &           \textit{field}\texttt{\_lat\_inc} & $delY$ &
282             increment in latitude of input \\             increment in latitude of input \\
# Line 288  prepend the field name to the listed att Line 287  prepend the field name to the listed att
287        \hline        \hline
288      \end{tabular}      \end{tabular}
289     }     }
290     \caption{\newline    \caption{\newline
291              Note one exception for the default of             Note one exception for the default of
292              \texttt{atempconst} = celsius2K = 273.16}             \texttt{atempconst} = celsius2K = 273.16}
293      \label{tab:pkg:exf:runtime_attributes}
294  \end{table}  \end{table}
295    
296  \paragraph{Example configuration} ~ \\  \paragraph{Example configuration} ~ \\
# Line 568  Diagnostics output is available via the Line 568  Diagnostics output is available via the
568  Available output fields are summarized in  Available output fields are summarized in
569  Table \ref{tab:pkg:exf:diagnostics}.  Table \ref{tab:pkg:exf:diagnostics}.
570    
571  \begin{table}[h!]  \begin{table}[!ht]
572  \centering  \centering
 \label{tab:pkg:exf:diagnostics}  
573  {\footnotesize  {\footnotesize
574  \begin{verbatim}  \begin{verbatim}
575  ---------+----+----+----------------+-----------------  ---------+----+----+----------------+-----------------
# Line 598  Table \ref{tab:pkg:exf:diagnostics}. Line 597  Table \ref{tab:pkg:exf:diagnostics}.
597  \end{verbatim}  \end{verbatim}
598  }  }
599  \caption{~}  \caption{~}
600    \label{tab:pkg:exf:diagnostics}
601  \end{table}  \end{table}
602    
603  %----------------------------------------------------------------------  %----------------------------------------------------------------------

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22