Skip to content

calculation of _an variables for time series #399

Description

@cmahony

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingv0.3.0complete for next minor release

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions