openclimatefix / nwp

Tools for downloading and processing numerical weather predictions
MIT License
9 stars 3 forks source link

Excarta WIP processing and analysis #32

Open zakwatts opened 1 year ago

zakwatts commented 1 year ago

Excarta data processing and analysis scripts.

The Excarta data that has been provided is not as expected. Instead of a grid of irradiance they have sent a x2 diagonal lines across the specified lat long range.

There also appears to be sharp cut offs in the DNI variable (downwards normal irradiance) around midday which persists throughout the dataset.

These results have been documented in google drive.

There is still the potential to use this data to create an nwp source using a single point which could be tested on the 'island' use case. (this could be provided as an NWP source, or a single point feature)

Further analysis could also be done looking at the how the data for the island case, mentioned above, compares to PV and NWP variables for specific days to see if this dataset can capture features that the NWPs can't.

The notebook is WIP and I have just pushed it to save work as I go.

Checklist:

peterdudfield commented 1 year ago

Nice, good to push code as you go