Hi, i downloaded and unzipped the climate data in netcdf format from : http://data.ceda.ac.uk/badc/cru/data/cru_ts/cru_ts_4.01/data/pre.
but when i tried to open it in R as below;
nc.pre <- nc_open("cru_ts4.01.2011.2016.pre.dat.nc")
I received an error message:
Error in R_nc4_open: Permission denied
Error in nc_open("cru_ts4.01.2011.2016.pre.dat.nc") :
Error in nc_open trying to open file cru_ts4.01.2011.2016.pre.dat.nc
Please can someone assist me on how to resolve the issue,
Thanks