openclimatefix / PVNet

PVnet main repo
MIT License
17 stars 3 forks source link

Switch live satellite from 5 to 15 mins #49

Closed peterdudfield closed 1 year ago

peterdudfield commented 1 year ago

Also we are checking if there are problems when the Sat consumer switches from 5 mins to 15 mins. We want to

  1. Turn on Satellite data, and check PVnet runs ok (maybe an hour or so once all data is collected)

    • switch to 15 mins data for a few hours,
    • check nothing bad happens, not spikes in forecast, forecast is continues to be made
    • then swicth back

2023-07-11

peterdudfield commented 1 year ago

import xarray as xr d = xr.open_dataset('zip::s3://nowcasting-sat-development/data/latest/latest_15.zarr.zip',engine='zarr')

peterdudfield commented 1 year ago

Unfortunately it looks like the 5 minute satellite data wasnt turned off. This caused it to just laod the 5 minute data

peterdudfield commented 1 year ago

Swicth satellite to 15 minute data, we leave it over night to run and see if it runs ok

peterdudfield commented 1 year ago

Managed to run PVnet locally with 15 minute satellite data with fix above

peterdudfield commented 1 year ago

Version 2.12.13 now runs on 15 minute satellite data

peterdudfield commented 1 year ago

Turned satellte backup off at 2023-07-13 09:15

dfulu commented 1 year ago

@peterdudfield could this be closed now?