Fixed issues with processing the weather data from ERA5 reanalysis.
In detail, the following was changed here:
[x] Found an encoding issue when saving yearly netcsdf files created aggregating monthly ones. This would result in some values being wrong (for example -10./-15 degrees celsius in July in the SW of England). It turns out it was an issue similar to this which I fixed specifically declaring the encoding when saving the data.
[x] Now the index in the dataframes from which the output csv files are created is dealt with correctly and converted into a 'date' column before saving the data on disk
[x] Added unit conversion from m to mm for precipitation
Fixed issues with processing the weather data from ERA5 reanalysis.
In detail, the following was changed here: