netcdf mean_swe_PRE { dimensions: lat = 10802 ; lon = 11831 ; month = 12 ; variables: double lat(lat) ; lat:units = "degrees_north" ; lat:long_name = "latitude" ; lat:description = "Latitude of the center of the grid cell" ; lat:standard_name = "latitude" ; lat:axis = "Y" ; double lon(lon) ; lon:units = "degrees_east" ; lon:long_name = "longitude" ; lon:description = "Longitude of the center of the grid cell" ; lon:standard_name = "longitude" ; lon:axis = "X" ; ushort crs ; crs:grid_mapping_name = "latitude_longitude" ; crs:longitude_of_prime_meridian = 0. ; crs:semi_major_axis = 6378137. ; crs:long_name = "WGS 84" ; crs:inverse_flattening = 298.257223563 ; crs:GeoTransform = "-125.0006944447781 0.0019444444438 0 50.0006944377781 0 -0.0019444444439" ; crs:spatial_ref = "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]" ; crs:units = "degree" ; double month(month) ; month:units = "month_of_calendar_year" ; float mean_swe(month, lat, lon) ; mean_swe:_FillValue = -9999.f ; mean_swe:dimensions = "lon lat month" ; mean_swe:coordinates = "lon lat month" ; mean_swe:standard_name = "mean_lwe_thickness_of_surface_snow_amount" ; mean_swe:longname = "mean SWE (m)" ; mean_swe:units = "m" ; mean_swe:description = "Monthly mean snow water equivalent (m). Values are calculated over a thirteen year period representing conditions during 1850-1879." ; mean_swe:coordinate_system = "WGS84,EPSG:4326" ; mean_swe:missing_value = -9999.f ; mean_swe:grid_mapping = "crs" ; // global attributes: :_NCProperties = "version=2,netcdf=4.7.3,hdf5=1.8.12," ; :creation_date = "28-Feb-2022 17:29:02" ; :authors = "A.C. Lute, John Abatzoglou, and Tim Link" ; :coordinate_reference_system = "+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs " ; :geospatial_bounds = "POLYGON((-125.000694 50.000694, -125.000694 28.998750, -101.997917 28.998750, -101.997917 50.000694, -125.000694 50.000694))" ; :geospatial_lon_resolution = "0.0019444" ; :geospatial_lat_resolution = "0.0019444" ; :geospatial_lon_min = "-125.0007" ; :geospatial_lon_max = "-101.9979" ; :geospatial_lat_min = "28.9987" ; :geospatial_lat_max = "50.0007" ; }