netcdf ppt_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 ppt(month, lat, lon) ; ppt:_FillValue = -9999.f ; ppt:dimensions = "lon lat month" ; ppt:coordinates = "lon lat month" ; ppt:standard_name = "lwe_thickness_of_precipitation_amount" ; ppt:longname = "precipitation (m)" ; ppt:units = "m" ; ppt:description = "Monthly precipitation, downscaled from WRF (Liu et al., 2017) using local lapse rates and bias corrected using PRISM (PRISM Climate Group, 2015) and perturbed using multimodel mean deltas from CMIP5. Values are calculated over a thirteen year period representing conditions during 1850-1879." ; ppt:coordinate_system = "WGS84,EPSG:4326" ; ppt:missing_value = -9999.f ; ppt:grid_mapping = "crs" ; // global attributes: :_NCProperties = "version=2,netcdf=4.7.3,hdf5=1.8.12," ; :creation_date = "23-Jun-2021 16:16:45" ; :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" ; :license = "Creative Commons CC0 1.0 Universal Dedication (http://creativecommons.org/publicdomain/zero/1.0/legalcode)" ; :Conventions = "CF-1.8" ; :creator_name = "A.C. Lute" ; :creator_email = "aby.lute@gmail.com" ; :institution = "University of Idaho" ; :time_coverage_start = "2000-10-01T00:0" ; :time_coverage_end = "2013-09-30T00:0" ; :summary = "This archive contains data from the SnowClim Dataset Lute et al., (in prep)." ; :citation = "Lute et al., (in prep)" ; }