USGS-R / protoloads

Prototyping and exploring options for broad-scale load forecasting
0 stars 4 forks source link

Only take reference dateTime's that are at midnight #34

Closed jzwart closed 6 years ago

jzwart commented 6 years ago

We need to aggregate to daily inputs for loadest / EGRET. New forecasts are created every 6 hours for medium / long range, but we want an equal number of valid times for each forecasted day. If we kept the reference times that did not occur on midnight, then valid days 1 and 10 would have 6 fewer valid times than days 2-9. Thus, just take the reference times that start at midnight.

jzwart commented 6 years ago

This is an issue for aggregate_nwm()