pywr / pywr-next

An experimental repository exploring ideas for a major revision to Pywr using Rust as a backend.
6 stars 4 forks source link

Added WeeklyProfile parameter #121

Closed s-simoncelli closed 5 months ago

s-simoncelli commented 5 months ago

This is the new branch implementing the WeeklyProfile parameter. For the previous discussion see PR#72

s-simoncelli commented 5 months ago

This also includes new changes due to the removal of the time crate. The parameter only relies now on chrono and uses the updated Timestepstruct

jetuk commented 5 months ago

I've checked, and the monthly interpolation also has this deficiency. Let's merge this as-is and fix them both together.

jetuk commented 5 months ago

Associated issue #123