netcdf era5/02/DT20200204_15 {
  dimensions:
    time = UNLIMITED;   // (1 currently)
    lon = 720;
    lev = 1;
    lat = 361;
  variables:
    double time(time=1);
      :standard_name = "time";
      :units = "hours since 2020-2-4 15: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 PT(time=1, lev=1, lat=361, lon=720);
      :long_name = "Potential temperature";
      :units = "K";
      :code = 3; // int
      :table = 128; // int
      :_ChunkSizes = 1U, 1U, 361U, 720U; // uint

    float U(time=1, lev=1, lat=361, lon=720);
      :long_name = "U velocity";
      :units = "m s**-1";
      :code = 131; // int
      :table = 128; // int
      :_ChunkSizes = 1U, 1U, 361U, 720U; // uint

    float V(time=1, lev=1, lat=361, lon=720);
      :long_name = "V velocity";
      :units = "m s**-1";
      :code = 132; // int
      :table = 128; // int
      :_ChunkSizes = 1U, 1U, 361U, 720U; // uint

    double lev(lev=1);
      :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 15:04:04 2020: cdo -b F32 -f nc4c -z zip -t ecmwf copy -setgrid,/home/ws/nk2448/Projects/2018_ERA5/era5grid -invertlat an_202002_pv_000029.grb DT20200204_15";
}