osmose.engine.timeseries¶
Time-series loading framework for OSMOSE engine parameters.
Matches Java OSMOSE 4.3.3 util/timeseries/ classes. Provides 7 TimeSeries types for loading parameter values that vary over time, with a factory function for auto-detection from config keys.
Java reference: osmose-master/java/src/main/java/fr/ird/osmose/util/timeseries/
Functions
|
Auto-detect and load a TimeSeries from config keys. |
Classes
|
Per-class per-dt CSV time-series with cycling. |
|
Regime-switching time-series from config arrays. |
|
Per-species per-dt CSV time-series with cycling. |
|
Per-year CSV time-series with cycling. |
|
CSV time-series without cycling. |
|
Seasonal time-series repeated annually. |
|
CSV time-series with cycling. |
|
Protocol for all time-series types. |