read.BAS: Read basic (BAS) package file

Description Usage Arguments Value

Description

Reads information from a MODFLOW-2000 BAS package file. The BAS package contains information about the active region, the head assigned to no-flow cells and starting heads.

Usage

1
read.BAS(filename, dis)

Arguments

filename

character string; file to be read

dis

character string or object of class DIS.MFpackage; a DIS package file (as file path or object), from which model dimensions will be read

Value

object of class BAS.MFpackage:
$Options: chr []; options such as SHOWPROGRESS, FREE
$IBOUND : num [NCOL, NROW, NLAY] or [NLAY]; flags for inactive (0), active (1) and fixed head cells (-1)
$HNOFLO : num [1]; head assigned to no flow cells
$STRT : num [NCOL, NROW, NLAY] or [NLAY]; initial heads


CJBarry/Rflow documentation built on June 16, 2019, 12:35 p.m.