i am trying to extract specific data from an .nc file
my nc file has the following variables hur-relative humidity lat-latitudes lon-longitudes time-time plev-pressure levels
so i want to get the data of relative humidity for a specific plev and specific time
library(ncdf)ncin
my nc file has the following variables hur-relative humidity lat-latitudes lon-longitudes time-time plev-pressure levels
so i want to get the data of relative humidity for a specific plev and specific time
library(ncdf)ncin