-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello, I have seen and tried your posts about opening netCDF file in R environment from your https://pjbartlein.github.io/REarthSysSci/netCDF.html page. I used the functions below.
ncpath <- "C: \ Users \ xxxx \ Desktop / nc /"
ncname <- "ECMWF_ERA-40_subset"
ncfname <- paste (ncpath, ncname, ".nc", sep = "")
dname <- "hcc"
ncin <- nc_open (ncfname)
print (ncin)
I just wanted to display the "hcc" variable. But it returned all variables in the file. Where do you think I went wrong and how can I solve it?
Metadata
Metadata
Assignees
Labels
No labels