You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Laura/Robbie, thanks for providing the accompanying code to this paper.
I have downloaded the data per the instructions in the readme which comes to files samples_{year}.nc for each year.
However, when I go to run TrainUnet.py or TrainDiffusion.py - I run into the same error:
File "src\\netCDF4\\_netCDF4.pyx", line 2469, in netCDF4._netCDF4.Dataset.__init__
File "src\\netCDF4\\_netCDF4.pyx", line 2028, in netCDF4._netCDF4._ensure_nc_success
FileNotFoundError: [Errno 2] No such file or directory:
"\\download_ERA5\\data\\ERA5_const_sfc_variables.nc"
It appears that the 'UpscaleDataset()' class in DatasetUS.py requires another .nc file 'ERA5_const_sfc_variables.nc' that isn't downloaded through the download script and is separate to the yearly data?
The text was updated successfully, but these errors were encountered:
Thanks for finding this and sorry. I manually downloaded that file from the ERA5 Copernicus Store. I am currently away but at some point write a script to download it. For now I've added that file to the directory data/. You could also pull it from Copernicus here: https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels?tab=form (select Other, then select geopotential and land-sea mask, and any date/time and request it as netcdf).
Hi Laura/Robbie, thanks for providing the accompanying code to this paper.
I have downloaded the data per the instructions in the readme which comes to files samples_{year}.nc for each year.
However, when I go to run TrainUnet.py or TrainDiffusion.py - I run into the same error:
It appears that the 'UpscaleDataset()' class in DatasetUS.py requires another .nc file 'ERA5_const_sfc_variables.nc' that isn't downloaded through the download script and is separate to the yearly data?
The text was updated successfully, but these errors were encountered: