We use December of previous year to calculate _wt variables in time series. this is good, but the downstream calculation of _an variables uses seasonal values rather than monthly values e.g.,
"PAS_an" = function(v) {v("PAS_wt") + v("PAS_sp") + v("PAS_sm") + v("PAS_at")},
this would mean that the -an time series values are for December-November rather than Jan-Dec. we should change the calculation of _an values to be from months rather than seasons.
We use December of previous year to calculate _wt variables in time series. this is good, but the downstream calculation of _an variables uses seasonal values rather than monthly values e.g.,
this would mean that the -an time series values are for December-November rather than Jan-Dec. we should change the calculation of _an values to be from months rather than seasons.