netcdf tmin_CTRL { 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 tmin(month, lat, lon) ; tmin:_FillValue = -9999.f ; tmin:dimensions = "lon lat month" ; tmin:coordinates = "lon lat month" ; tmin:standard_name = "minimum_air_temperature" ; tmin:longname = "minimum air temperature (°C)" ; tmin:units = "degrees_Celsius" ; tmin:description = "Monthly mean of daily minimum air temperatures, downscaled from WRF (Liu et al., 2017) using local lapse rates. Values are calculated for the time period 1 Oct 2000 - 30 Sep 2013." ; tmin:coordinate_system = "WGS84,EPSG:4326" ; tmin:missing_value = -9999.f ; tmin:grid_mapping = "crs" ; // global attributes: :_NCProperties = "version=2,netcdf=4.7.3,hdf5=1.8.12," ; :creation_date = "24-Jun-2021 17:23:08" ; :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)" ; }