netcdf files/d092493/vpd-e3smv2-monthly/v2.FV1.0211.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 = NaN; // double :long_name = "Longitude of Grid Cell Centers"; :standard_name = "longitude"; :units = "degrees_east"; :axis = "X"; :valid_min = 0.0; // double :valid_max = 360.0; // double :bounds = "lon_bnds"; :_ChunkSizes = 288U; // uint double lat(lat=149); :_FillValue = NaN; // double :long_name = "Latitude of Grid Cell Centers"; :standard_name = "latitude"; :units = "degrees_north"; :axis = "Y"; :valid_min = -90.0; // double :valid_max = 90.0; // double :bounds = "lat_bnds"; :_ChunkSizes = 149U; // uint long time(time=1980); :units = "days since 1850-01-01 00:00:00.000000"; :calendar = "noleap"; :_ChunkSizes = 512U; // uint // global attributes: :E3SM_member_ID = "0211"; :Description = "Monthly mean Vapor Pressure Deficit (VPD)"; :Note = "Derived from daily VPD computed using TREFHT, QREFHT, and PS."; :Source = "E3SMv2 LE"; :Contact = "Samar Minallah (minallah@ucar.edu)"; }