DOI-BOR / PyForecast

PyForecast is a statistical modeling tool used by Reclamation water managers and reservoir operators to train and build predictive models for seasonal inflows and streamflows. PyForecast allows users to make current water-year forecasts using models developed with the program.
Other
28 stars 12 forks source link

Forecast Options Tab - PN Refinements #31

Open tjrocha opened 5 years ago

tjrocha commented 5 years ago
tjrocha commented 5 years ago

!@#$%! modifying the monthLookup function broke the Apply Options in the Forecast Options tab! Fix it!

tjrocha commented 5 years ago

This is why you need to work on #2!

tjrocha commented 5 years ago

Tester requests that only the EOM chunked predictor be added to the equation when dropping a station-node for monthly forecasts. Need to refine the implementation to also resolve this for mid-month forecasts such that only chunked predictors that go to the 14th will be added...

An alternative is to make it so the code does not generate predictor chunks that end in the 14th day if the forecasting frequency is set to monthly (no mid-month forecasts).