Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno committed Dec 9, 2024
1 parent dbce942 commit e1fce2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mf6io/framework/array_data.tex
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ \subsubsection{READARRAY Examples}

Here, the initial heads for the model are provided in the \texttt{strt} array. If the optional LAYERED keyword is present, then a separate array is provided for each layer. If the LAYERED keyword is not present, then the entire starting head array is read at once. The LAYERED keyword may be useful to discretization packages of type DIS and DISV, which support the concept of layers. Models defined with the DISU Package are not layered.

Note that the \mf Extended build also supports an optional NETCDF keyword. This keyword is not compatable with the LAYERED keyword and is a valid option only if a model NetCDF input file is configured. This type of workflow is covered in the section which describes Extended \mf.
Note that the \mf Extended build also supports an optional NETCDF keyword. This keyword is not compatible with the LAYERED keyword and is a valid option only if a model NetCDF input file is configured. This type of workflow is covered in the section which describes Extended \mf.

For a structured DIS model, the READARRAY utility is used to read arrays that are dimensioned to the full size of the grid (of size \texttt{nlay*nrow*ncol}). This utility first reads an array name, which associates the input to be read with the desired array. For these arrays, an optional keyword ``LAYERED'' can be located next to the array name. If ``LAYERED'' is detected, then a control line is provided for each layer and the array is filled with values for each model layer. If the ``LAYERED'' keyword is absent, then a single control line is used and the entire array is filled at once.

Expand Down

0 comments on commit e1fce2b

Please sign in to comment.