rmf_time_steps: Calculate the internal time step sequence of a transient...

View source: R/utils.R

rmf_time_stepsR Documentation

Calculate the internal time step sequence of a transient MODFLOW model

Description

rmf_time_steps calculates the internal sequence of time steps of a transient MODFLOW model from either an RMODFLOW dis object or separate parameters

Usage

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

https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?dis.htm


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.