rmf_create_kdep creates an RMODFLOW kdep object.

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.

Value

a RMODFLOW kdep object

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

See also