rmf_create_evt | R Documentation |
RMODFLOW
evt object.rmf_create_evt
creates an RMODFLOW
evt object
rmf_create_evt( ..., dis, nevtop = 3, ievtcb = 0, surf, exdp, ievt = NULL, ievtpf = -1 )
... |
|
dis |
|
nevtop |
evapotranspiration (ET) option code; defaults to 3 (ET is applied to the highest active cell in each vertical column) |
ievtcb |
flag and unit number for writing cell-by-cell flow terms; defaults to 0 |
surf |
a single |
exdp |
a single |
ievt |
a single |
ievtpf |
numeric of length 1 or length |
the rmf_2d_arrays
should have kper
attributes specifying the stress period in which they are active. This is also true for the surf, exdp and ievt arrays. There can be only one non-parameter array active per stress periods. Multiple parameters are however allowed per stress period.
RMODFLOW
evt object
rmf_read_evt
, rmf_write_evt
, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?evt.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.