smash.ForwardRun#
- class smash.ForwardRun(data=None)[source]#
Represents forward run optional results.
See also
smash.forward_run
Run the forward Model.
Notes
The object’s available attributes depend on what is requested by the user in return_options during a call to
forward_run
.- Attributes:
- time_step
pandas.DatetimeIndex
A list of length n containing the returned time steps.
- rr_statesFortranDerivedTypeArray
A list of length n of
RR_StatesDT
for each time_step.- q_domain
numpy.ndarray
An array of shape (nrow, ncol, n) representing simulated discharges on the domain for each time_step.
- costfloat
Cost value.
- jobsfloat
Cost observation component value.
- time_step