rmf_read_evt
reads in a MODFLOW evapotranspiration file and returns it as an RMODFLOW
evt object.
rmf_read_evt( file = { cat("Please select evt file ...\n") file.choose() }, dis = { cat("Please select corresponding dis file ...\n") rmf_read_dis(file.choose()) }, mlt = NULL, zon = NULL, ... )
file | filename; typically '*.evt' |
---|---|
dis | an |
mlt | a |
zon | a |
... | arguments passed to |
RMODFLOW
evt object