modflow.readArrayASCII | R Documentation |
modflow.readArrayASCII reads a 3D array that is printed in ASCII. This can be used to read the modflow heads when they are printed as ASCII
modflow.readArrayASCII(filename, nlay, maxchar = 1000)
filename |
is the file name |
nlay |
The number of layers |
maxchar |
A guess about the maximum width of the lines |
A list with one 3D array per time step
gwHead <- modflow.readArrayASCII(headsout.txt, nlay = 13)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.