netcdf files/d092493/vpd-lens2-monthly/LE2.1231.008.VPD.monthly.18500101-20141231.nc { dimensions: lon = 288; lat = 149; time = UNLIMITED; // (1980 currently) variables: float VPD(time=1980, lat=149, lon=288); :_FillValue = NaNf; // float :long_name = "Vapor Pressure Deficit"; :units = "kPa"; :_ChunkSizes = 1U, 149U, 288U; // uint double lon(lon=288); :_FillValue = -900.0; // double :units = "degrees_east"; :long_name = "longitude"; :_ChunkSizes = 288U; // uint double lat(lat=149); :_FillValue = -900.0; // double :long_name = "latitude"; :units = "degrees_north"; :_ChunkSizes = 149U; // uint long time(time=1980); :units = "days since 1850-01-01 00:00:00.000000"; :calendar = "noleap"; :_ChunkSizes = 512U; // uint // global attributes: :LENS2_member_ID = "1231.008"; :Description = "Monthly mean Vapor Pressure Deficit (VPD)"; :Note = "Derived from daily VPD computed using TREFHT, QREFHT, and PS."; :Source = "CESM2 Large Ensemble (LENS2)"; :Contact = "Samar Minallah (minallah@ucar.edu)"; }