rileyhales / river-route

BSD 3-Clause Clear License
0 stars 1 forks source link

Specify sequential time steps vs ensemble members #31

Closed rileyhales closed 1 week ago

rileyhales commented 1 week ago

Sometimes you run simulations where the runoffs/volumes represent a sequential and continuous set of time steps. Sometimes its an ensemble of predictions all starting from the same time step. Add a flag which allows the user to specify the condition type.

Add QA checks

Current code runs in sequential mode. To switch to ensemble, do not overwrite the saved self.q_init property at the end of the routing computations.