rmf_time_steps | R Documentation |
rmf_time_steps
calculates the internal sequence of time steps of a transient MODFLOW model from either an RMODFLOW
dis object or separate parameters
rmf_time_steps( dis = NULL, perlen = NULL, tsmult = NULL, nstp = NULL, incl_ss = TRUE )
dis |
optional, an |
perlen |
optional, only read when a |
tsmult |
optional, only read when a |
nstp |
optional, only read when a |
incl_ss |
logical, only read when a |
a list holding the numeric vectors of the computed sequence of time step lengths and its cumulative sum
https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?dis.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.