| 22 | 
 CPP options enable or disable different aspects of the package | 
 CPP options enable or disable different aspects of the package | 
| 23 | 
 (Section \ref{sec:pkg:exf:config}). | 
 (Section \ref{sec:pkg:exf:config}). | 
| 24 | 
 Runtime options, flags, filenames and field-related dates/times are | 
 Runtime options, flags, filenames and field-related dates/times are | 
| 25 | 
 set in \texttt{data.exf} and \texttt{data.exf\_clim} | 
 set in \texttt{data.exf} | 
| 26 | 
 (Section \ref{sec:pkg:exf:runtime}). | 
 (Section \ref{sec:pkg:exf:runtime}). | 
| 27 | 
 A description of key subroutines is given in Section | 
 A description of key subroutines is given in Section | 
| 28 | 
 \ref{sec:pkg:exf:subroutines}. | 
 \ref{sec:pkg:exf:subroutines}. | 
| 119 | 
 \paragraph{Enabling the package} | 
 \paragraph{Enabling the package} | 
| 120 | 
 ~ \\ | 
 ~ \\ | 
| 121 | 
 % | 
 % | 
| 122 | 
 A package is usually switched on/off at runtime by setting | 
 A package is switched on/off at runtime by setting | 
| 123 | 
 (e.g. for EXF) \texttt{useEXF = .TRUE.} in \texttt{data.pkg}. | 
 (e.g. for EXF) \texttt{useEXF = .TRUE.} in \texttt{data.pkg}. | 
 | 
 For EXF this flag is omitted, i.e. EXF is always ON if it is compiled. | 
  | 
| 124 | 
  | 
  | 
| 125 | 
 \paragraph{General flags and parameters} | 
 \paragraph{General flags and parameters} | 
| 126 | 
 ~ \\ | 
 ~ \\ | 
| 273 | 
          \multicolumn{3}{|c|}{\textit{used in conjunction with}  | 
          \multicolumn{3}{|c|}{\textit{used in conjunction with}  | 
| 274 | 
                               \texttt{EXF\_USE\_INTERPOLATION}} \\ | 
                               \texttt{EXF\_USE\_INTERPOLATION}} \\ | 
| 275 | 
          \hline | 
          \hline | 
| 276 | 
          \textit{field}\texttt{\_lon0} & $thetaMin+delX/2$  &  | 
          \textit{field}\texttt{\_lon0} & $xgOrigin+delX/2$  &  | 
| 277 | 
            starting longitude of input \\ | 
            starting longitude of input \\ | 
| 278 | 
          \textit{field}\texttt{\_lon\_inc} & $delX$ & | 
          \textit{field}\texttt{\_lon\_inc} & $delX$ & | 
| 279 | 
            increment in longitude of input \\ | 
            increment in longitude of input \\ | 
| 280 | 
          \textit{field}\texttt{\_lat0} &  $phiMin+delY/2$ & | 
          \textit{field}\texttt{\_lat0} &  $ygOrigin+delY/2$ & | 
| 281 | 
            starting latitude of input \\ | 
            starting latitude of input \\ | 
| 282 | 
          \textit{field}\texttt{\_lat\_inc} & $delY$ & | 
          \textit{field}\texttt{\_lat\_inc} & $delY$ & | 
| 283 | 
            increment in latitude of input \\ | 
            increment in latitude of input \\ | 
| 573 | 
 \label{tab:pkg:exf:diagnostics} | 
 \label{tab:pkg:exf:diagnostics} | 
| 574 | 
 {\footnotesize | 
 {\footnotesize | 
| 575 | 
 \begin{verbatim} | 
 \begin{verbatim} | 
| 576 | 
 ------------------------------------------------------ | 
 ---------+----+----+----------------+----------------- | 
| 577 | 
  <-Name->|Levs|grid|<--  Units   -->|<- Tile (max=80c) | 
  <-Name->|Levs|grid|<--  Units   -->|<- Tile (max=80c) | 
| 578 | 
 ------------------------------------------------------ | 
 ---------+----+----+----------------+----------------- | 
| 579 | 
  EXFhs   |  1 | SM | W/m^2          | Sensible heat flux into ocean, >0 increases theta | 
  EXFhs   |  1 | SM | W/m^2          | Sensible heat flux into ocean, >0 increases theta | 
| 580 | 
  EXFhl   |  1 | SM | W/m^2          | Latent heat flux into ocean, >0 increases theta | 
  EXFhl   |  1 | SM | W/m^2          | Latent heat flux into ocean, >0 increases theta | 
| 581 | 
  EXFlwnet|  1 | SM | W/m^2          | Net upward longwave radiation, >0 decreases theta | 
  EXFlwnet|  1 | SM | W/m^2          | Net upward longwave radiation, >0 decreases theta |