openclimatefix / india-forecast-app

Runs wind and PV forecasts for India and saves to database
MIT License
1 stars 4 forks source link

Add night time filter on solar #64

Closed peterdudfield closed 3 months ago

peterdudfield commented 4 months ago

Would be good to add a night time filter on the solar forecasts

The bets way we have done this in the past is to use sun elevation < 0. Becasue we are forecasting a region, we could do elevation<-5 in the center of Rajistan, and that should cover all of Rajistan

Hopefully the elevation data is in the batch and then itll be easy to make a filter