netcdf GDM-TEMP/NEXGDM_tmax_2019_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);
      :standard_name = "projection_y_coordinate";
      :units = "m";
      :long_name = "y coordinate of projection";
      :_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 tmax(time=365, y=3150, x=4800);
      :_FillValue = -999.0f; // float
      :least_significant_digit = 3L; // long
      :long_name = "Surface maximum air temperature";
      :units = "degC";
      :cell_methods = "time: maximum";
      :grid_mapping = "crs";
      :_ChunkSizes = 30U, 100U, 100U; // uint

  // global attributes:
  :title = "NEX-GDM Surface maximum air temperature";
  :source = "AINA version 1.0.0";
  :institution = "NASA Ames Research Center, NASA Earth Exchange (NEX)";
  :contact = "hirofumi.hashimoto@gmail.com";
  :history = "Created Thu Nov 26 11:37:49 2020";
  :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";
}