DRW_timesteps: Set up time steps for DRW model

Description Usage Arguments

Description

Set up time steps for DRW model

Usage

1
DRW_timesteps(start.t, end.t, dt, dsett, time.mismatch.tol)

Arguments

start.t

numeric [1]; start and end times of the model (the td function may be useful)

end.t

numeric [1]; start and end times of the model (the td function may be useful)

dt

numeric [1]; time step size

dsett

numeric []; MODFLOW dataset time divides, including start and end

time.mismatch.tol

numeric [1]; various time comparisons are made during the model in order to check consistency, such as checking that the end time of one MODFLOW dataset matches the start time of the next; time.mismatch.tol gives the tolerance used in these comparisons in calls to all.equal


CJBarry/DRW documentation built on May 6, 2019, 9:25 a.m.