deaccum | R Documentation |
Used for deaccumulation of precipitation in certain model data (e.g. System4). Sub-routine
of dictionaryTransform
.
deaccum(x, t.ranges, dff)
x |
a vector of (accumulated) data. |
t.ranges |
a vector defining the start/end indices for each annual season, as returned by
|
dff |
Logical. Is deaccumulation performed from the first value of the time series?. Passed by dictionaryTransform,coming from getForecastTimeDomain.S4. See Details. |
When leadMonth equals 0, there is not a previous day for starting deaccumulation, and therefore the first value of the time series is taken 'as is'. Otherwise, one value before the start has to be taken to preserve time series length (this is previously done by getForecastDomain.S4).
a vector of deaccumulated data
J. Bedia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.