Split of forcing files in time #290
-
If forcing files are split in time (Figure 1), then ending time (and days since from ...) of one file and starting time (and days from ...) of the next file should either be in increasing order as shown in Figure 2 (first file) and Figure 3 (second file) or each file should have its own start from zero? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
When using multiple forcing files, we expect the time dimension to be continuous over the separate files. For example, if you have a forcing timeseries from 1990 to 1991 split per year, you end up with two files. The first file has time values running from 1990-01-01 until 1990-12-31, and the second file starts from 1991-01-01 and continues until 1991-12-31. The 'days since' is used to interpret the dates from indices ( |
Beta Was this translation helpful? Give feedback.
When using multiple forcing files, we expect the time dimension to be continuous over the separate files. For example, if you have a forcing timeseries from 1990 to 1991 split per year, you end up with two files. The first file has time values running from 1990-01-01 until 1990-12-31, and the second file starts from 1991-01-01 and continues until 1991-12-31. The 'days since' is used to interpret the dates from indices (
time=9
for example) into a datetime object.