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
)

Arguments

dis

optional, an RMODFLOW dis object

perlen

optional, only read when a dis object is not supplied; numeric vector of length nper specifying the stress period lengths

tsmult

optional, only read when a dis object is not supplied; numeric vector of length nper specifying the time step multipliers

nstp

optional, only read when a dis object is not supplied; numeric vector of length nper specifying the number of time steps in each stress period

incl_ss

logical, only read when a dis object is supplied; should the lengths of steady-state stress periods in the dis object be incorporated in the calculation; defaults to TRUE

Value

a list holding the numeric vectors of the computed sequence of time step lengths and its cumulative sum

See also