smash.ForwardRun#
- class smash.ForwardRun(data=None)[source]#
Represents forward run optional results.
- Attributes:
- time_step
pandas.DatetimeIndex A list of length n containing the returned time steps.
- rr_statesFortranDerivedTypeArray
A list of length n of
RR_StatesDTfor each time_step.- q_domain
numpy.ndarray An array of shape (nrow, ncol, n) representing simulated discharges on the domain for each time_step.
- internal_fluxesdict[str,
numpy.ndarray] A dictionary where keys are the names of the internal fluxes and the values are array of shape (nrow, ncol, n) representing an internal flux on the domain for each time_step.
- costfloat
Cost value.
- jobsfloat
Cost observation component value.
- time_step
See also
smash.forward_runRun 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.