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_steppandas.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_domainnumpy.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.