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
Error using summary_database()
Hi, I am trying to use the tool and receiving this warning message while using the summary_database() . I have copied the file in the same directory as the cmip6_index.csv. However, I am getting the following warning message.
In addition: Warning message:
Case(s) shown below does not matche any NetCDF file in the database. Please make sure all needed NetCDF files listed in the file index have been downloaded and placed in the database.
#1 | For case 'CMIP6.ScenarioMIP.AWI.AWI-CM-1-1-MR.ssp245.r1i1p1f1.day.tas.gn.v20190529.tas_day_AWI-CM-1-1-MR_ssp245_r1i1p1f1_gn_20340101-20341231.nc':
#2 | For case 'CMIP6.ScenarioMIP.AWI.AWI-CM-1-1-MR.ssp245.r1i1p1f1.day.tas.gn.v20190529.tas_day_AWI-CM-1-1-MR_ssp245_r1i1p1f1_gn_20350101-20351231.nc':
#3 | For case 'CMIP6.ScenarioMIP.AWI.AWI-CM-1-1-MR.ssp245.r1i1p1f1.day.tas.gn.v20190529.tas_day_AWI-CM-1-1-MR_ssp245_r1i1p1f1_gn_20360101-20361231.nc':
This leads to the following error in the subsequent steps:
coord$coord[, .(file_path, coord)]
Empty data.table (0 rows and 2 cols): file_path,coord
> str(coord$coord$coord[[1]])
Error in coord$coord$coord[[1]] : subscript out of bounds
This error indicated that those files listed in cmip6_index.csv were not found in the getOption("epwshiftr.dir"). Please check if this is the case. If not, this should be an epwshiftr bug.
Error using summary_database()
Hi, I am trying to use the tool and receiving this warning message while using the
summary_database()
. I have copied the file in the same directory as thecmip6_index.csv
. However, I am getting the following warning message.This leads to the following error in the subsequent steps:
The name of a sample .nc file :
The text was updated successfully, but these errors were encountered: