Skip to content

Commit

Permalink
Update doc/mf6io/framework/array_data.tex
Browse files Browse the repository at this point in the history
Co-authored-by: langevin-usgs <[email protected]>
  • Loading branch information
jdhughes-usgs and langevin-usgs authored Jul 18, 2023
1 parent 630d22d commit 345667e
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 @@ -138,4 +138,4 @@ \subsubsection{READARRAY Examples}
OPEN/CLOSE strt.bin (BINARY) #layers1-4
\end{lstlisting}

A consequence of the way binary input files have been implemented in \mf, simulated dependent variable binary output (for example, head and concentration) cannot be used as binary array input for a model. Instead, simulated dependent variable binary output must be processed and split into separate binary files for each layer or combined into a single three-dimensional array.
A consequence of the way binary input files have been implemented in \mf, simulated dependent variable binary output (for example, head and concentration) cannot be used as binary array input for a model. Instead, simulated dependent variable binary output must be processed and split into separate binary files for each layer or combined into a single array equal to the size of the grid (for DIS grids this would be an array equal to NCOL * NROW * NLAY).

0 comments on commit 345667e

Please sign in to comment.