rmf_create_kdep: Create an 'RMODFLOW' kdep object

View source: R/package-huf.R

rmf_create_kdepR Documentation

Create an RMODFLOW kdep object

Description

rmf_create_kdep creates an RMODFLOW kdep object.

Usage

rmf_create_kdep(parameters, rs = NULL, dis)

Arguments

parameters

either a single rmf_parameter or a list of rmf_parameters specifying the depth-dependency coefficients. See details.

rs

optional 2d array specifying the reference elevation surface

dis

RMODFLOW dis object. Only used if rs is supplied.

Details

All parameters should have a hgunam attribute and their partyp attribute set to 'KDEP'. The KDEP package can only be used in conjunction with the HUF package. Note that the parameters are defined on the HUF grid, not the numerical grid rmf_convert_huf_to_grid can be used to convert parameters defined on the HUF grid to the numerical grid

Value

a RMODFLOW kdep object

See Also

link{rmf_convert_huf_to_grid}, rmf_read_kdep, rmf_write_kdep and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?kdep.htm


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.