netcdf GDM-TEMP/NEXGDM_tmin_2014_v100.nc { dimensions: time = UNLIMITED; // (365 currently) nv = 2; x = 4800; y = 3150; variables: double time(time=365); :units = "days since 1900-01-01 00:00:00.0"; :calendar = "gregorian"; :_ChunkSizes = 512U; // uint double time_bnds(time=365, nv=2); :_ChunkSizes = 1U, 2U; // uint double x(x=4800); :units = "m"; :long_name = "x coordinate of projection"; :standard_name = "projection_x_coordinate"; :_ChunkSizes = 4800U; // uint double y(y=3150); :units = "m"; :long_name = "y coordinate of projection"; :standard_name = "projection_y_coordinate"; :_ChunkSizes = 3150U; // uint double lon(y=3150, x=4800); :units = "degrees_east"; :long_name = "longitude coordinate"; :standard_name = "longitude"; :_ChunkSizes = 525U, 800U; // uint double lat(y=3150, x=4800); :units = "degrees_north"; :long_name = "latitude coordinate"; :standard_name = "latitude"; :_ChunkSizes = 525U, 800U; // uint int crs; :grid_mapping_name = "albers_conical_equal_area"; :standard_parallel = 29.5, 45.5; // double :longitude_of_central_meridian = -96.0; // double :latitude_of_projection_origin = 23.0; // double :false_easting = 0.0; // double :false_northing = 0.0; // double float tmin(time=365, y=3150, x=4800); :_FillValue = -999.0f; // float :least_significant_digit = 3L; // long :long_name = "Surface minimum air temperature"; :units = "degC"; :cell_methods = "time: minimum"; :grid_mapping = "crs"; :_ChunkSizes = 30U, 100U, 100U; // uint // global attributes: :title = "NEX-GDM Surface minimum air temperature"; :source = "AINA version 1.0.0"; :institution = "NASA Ames Research Center, NASA Earth Exchange (NEX)"; :history = "Created Tue Sep 18 03:53:49 2018"; :contact = "hirofumi.hashimoto@gmail.com"; :references = "Hashimoto et al., (2019) High-resolution mapping of daily climate variables by aggregating multiple spatial data sets with the random forest algorithm over the conterminous United States, International Journal of Climatology, 39(6), 2964-2983"; :Conventions = "CF-1.7"; }