read.RCH: Read recharge (RCH) package file

Description Usage Arguments Value

Description

Reads information from a MODFLOW RCH package file. The RCH package specifies a distributed fixed flux per unit area.

Usage

1
read.RCH(filename, dis, show.prog = FALSE)

Arguments

filename

character string; name of file to read

dis

object of class DIS.MFpackage; the DIS package for the model, which gives the array extent

show.prog

logical [1]; whether to print a . for each stress period that is read, because the function can take some time with large models

Value

a list with class RCH.MFpackage, with elements:
$header 1-row data.frame:
..$NRCHOP int: recharge option (1, 2 or 3)
..$IRCHCB int: unit number to which output data is saved; 0 signals that it is not saved
$data num [NCOL, NROW, NPER]: the recharge input, in units of volume per area per time


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