netcdf era5/02/H20200203_00 {
  dimensions:
    time = UNLIMITED;   // (1 currently)
    lon = 720;
    plev = 37;
    lat = 361;
  variables:
    double time(time=1);
      :standard_name = "time";
      :units = "hours since 2020-2-3 00:00:00";
      :calendar = "proleptic_gregorian";
      :axis = "T";
      :_ChunkSizes = 512U; // uint

    float lon(lon=720);
      :standard_name = "longitude";
      :long_name = "longitude";
      :units = "degrees_east";
      :axis = "X";

    float Z(time=1, plev=37, lat=361, lon=720);
      :long_name = "Geopotential";
      :units = "m**2 s**-2";
      :code = 129; // int
      :table = 128; // int
      :_ChunkSizes = 1U, 1U, 361U, 720U; // uint

    double plev(plev=37);
      :standard_name = "air_pressure";
      :positive = "down";
      :axis = "Z";

    float lat(lat=361);
      :standard_name = "latitude";
      :long_name = "latitude";
      :units = "degrees_north";
      :axis = "Y";

  // global attributes:
  :institution = "European Centre for Medium-Range Weather Forecasts";
  :CDO = "Climate Data Operators version 1.9.3 (http://mpimet.mpg.de/cdo)";
  :CDI = "Climate Data Interface version 1.9.3 (http://mpimet.mpg.de/cdi)";
  :Conventions = "CF-1.6";
  :history = "Thu May 28 14:53:56 2020: cdo -b F32 -f nc4c -z zip -t ecmwf copy -setgrid,/home/ws/nk2448/Projects/2018_ERA5/era5grid -invertlat an_202002_pl_z37_000016.grb H20200203_00";
}