modflow.readArrayASCII: modflow.readArrayASCII reads a 3D array that is printed in...

View source: R/modflow.R

modflow.readArrayASCIIR 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

Description

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

Usage

modflow.readArrayASCII(filename, nlay, maxchar = 1000)

Arguments

filename

is the file name

nlay

The number of layers

maxchar

A guess about the maximum width of the lines

Value

A list with one 3D array per time step

Examples

gwHead <- modflow.readArrayASCII(headsout.txt, nlay = 13)

UCD-GW-Nitrate/gwtools documentation built on April 5, 2025, 5:01 p.m.