147 |
write \texttt{autodiff} output w/MNC \\ |
write \texttt{autodiff} output w/MNC \\ |
148 |
\texttt{mnc\_max\_fsize} & R & 2.1e+09 & |
\texttt{mnc\_max\_fsize} & R & 2.1e+09 & |
149 |
max allowable file size \\ |
max allowable file size \\ |
150 |
|
\texttt{mnc\_filefreq} & R & -1 & |
151 |
|
frequency of new file creation (seconds) \\ |
152 |
\texttt{readgrid\_mnc} & L & \texttt{.FALSE.} & |
\texttt{readgrid\_mnc} & L & \texttt{.FALSE.} & |
153 |
read grid quantities using MNC \\ |
read grid quantities using MNC \\ |
154 |
\texttt{mnc\_echo\_gvtypes} & L & \texttt{.FALSE.} & |
\texttt{mnc\_echo\_gvtypes} & L & \texttt{.FALSE.} & |
204 |
\end{verbatim} |
\end{verbatim} |
205 |
\begin{rawhtml} </A> \end{rawhtml} |
\begin{rawhtml} </A> \end{rawhtml} |
206 |
|
|
207 |
|
Another way users can force the splitting of MNC files along the time |
208 |
|
dimension is the \texttt{mnc\_filefreq} option. With it, files that |
209 |
|
contain variables with a temporal dimension can be split at regular |
210 |
|
intervals based solely upon the model time (specified in seconds). |
211 |
|
For some problems, this can be much more convenient than splitting |
212 |
|
based upon file size. |
213 |
|
|
214 |
Additional MNC--related parameters may be contained within each |
Additional MNC--related parameters may be contained within each |
215 |
package. Please see the individual packages for descriptions of their |
package. Please see the individual packages for descriptions of their |
216 |
use of MNC. |
use of MNC. |
224 |
convention (v1.0) and any conformance issues will be fixed over time. |
convention (v1.0) and any conformance issues will be fixed over time. |
225 |
The patterns used for file names are: |
The patterns used for file names are: |
226 |
\begin{center} |
\begin{center} |
227 |
\texttt{BASENAME.nIter0.tileNum.seqNum.nc} |
{\footnotesize |
228 |
|
\begin{tabular}[htb]{l} |
229 |
|
\texttt{BASENAME.tileNum.nc} \\ |
230 |
|
\texttt{BASENAME.nIter.faceNum.nc} \\ |
231 |
|
\texttt{BASENAME.nIter.tileNum.nc} |
232 |
|
\end{tabular} |
233 |
|
} |
234 |
\end{center} |
\end{center} |
235 |
and an example is: |
and examples are: |
236 |
\begin{center} |
\begin{center} |
237 |
\texttt{grid.0000000000.000001.0000.nc} |
{\footnotesize |
238 |
|
\begin{tabular}[htb]{l} |
239 |
|
\texttt{grid.t001.nc}, \texttt{grid.t002.nc} \\ |
240 |
|
\texttt{state.0000000000.t001.nc}, |
241 |
|
\texttt{surfDiag.0000036000.t001.nc} \\ |
242 |
|
\texttt{input.0000072000.f001.nc} |
243 |
|
\end{tabular} |
244 |
|
} |
245 |
\end{center} |
\end{center} |
246 |
where \texttt{BASENAME} is the name selected to represent a set of |
where \texttt{BASENAME} is the name selected to represent a set of |
247 |
variables written together, \texttt{nIter0} is the starting iteration |
variables written together, \texttt{nIter} is the current iteration |
248 |
number as specified in the main \texttt{data} namelist input file and |
number as specified in the main \texttt{data} namelist input file and |
249 |
written in a zero-filled 10-digit format, \texttt{tileNum} is the |
written in a zero-filled 10-digit format, \texttt{tileNum} is a |
250 |
six-digit zero-filled tile number, \texttt{seqnum} is a four-digit |
three-or-more-digit zero-filled and ``\texttt{t}''--prefixed tile |
251 |
zero-filled sequence number used when maximum allowable files sizes |
number, \texttt{faceNum} is a three-or-more-digit zero-filled and |
252 |
are too small to contain all of the output for a particular type |
``\texttt{f}''--prefixed face number, and \texttt{.nc} is the file |
|
within one run (new files are created with sequential numbers as files |
|
|
reach the maximum file size limit), and \texttt{.nc} is the file |
|
253 |
suffix specified by the current netCDF ``CF'' conventions. |
suffix specified by the current netCDF ``CF'' conventions. |
254 |
|
|
255 |
Some example \texttt{BASENAME} values are: |
Some example \texttt{BASENAME} values are: |