Below is an example of how the rows and columns in a time series CSV file must be formatted, with the dates in the first column and the observed or simulated data in the second column.
Datetime | Observed/Simulated Data |
---|---|
2000-01-01 05:00:00 | 0.011146181891478202 |
2000-01-02 05:00:00 | 0.5654900568119274 |
2000-01-03 05:00:00 | 0.08087070649074934 |
2000-01-04 05:00:00 | 0.8756049701903129 |
2000-01-05 05:00:00 | 0.8073316196759719 |
2000-01-06 05:00:00 | 0.3832679104310627 |
2000-01-07 05:00:00 | 0.3169736615886365 |
2000-01-08 05:00:00 | 0.2609481200996351 |
2000-01-09 05:00:00 | 0.20833197815680515 |
2000-01-10 05:00:00 | 0.98071167211961 |
2000-01-11 05:00:00 | 0.997838334528349 |
2000-01-12 05:00:00 | 0.27619432457584914 |
2000-01-13 05:00:00 | 0.0730589241679217 |
2000-01-14 05:00:00 | 0.8689856509827739 |
2000-01-15 05:00:00 | 0.119801375349179 |