-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Issue: If I am simulating the year 2019 for PV, the last simulated time is 2018-12-31 23:30:00 instead of 2019-12-31 23:30:00
Fix: Reprocess the ERA5 PV data for 2019
Description:
Usually the xarray dataset containing the simulation data has a time index from year-01-01 00:30:00 until year-12-31 23:30:00
However, for 2019 the last time index is 2018-12-31 23:30:00 instead of 2019-12-31 23:30:00
The following ERA5 data path was used: “/storage_cluster/shared_data/weather_data/processed_weather_data/ERA5_global_processed_V2022.02/4/<X_tile>/<Y_tile>/<weather_year>/<variable>.nc”
For comparison see the attached file below. Second dataset is the year 2018 for comparison (how it normally is. i also checked 2012-2018). This only happens in 2019
-> Checking the "raw" (processed) ERA5 data reveals that 2019 is incorrectly processed (compare last value of time index)
2019:
2018:
2017:
This issue was originally created by: @phil-fzj