netcdf EUREC4A/FORECASTS/GLOBAL/DWD/2019121800_TOT_PREC {
  dimensions:
    lon = 1440;
    lat = 721;
    reftime = 1;
    time = 49;
  variables:
    int LatLon_Projection;
      :grid_mapping_name = "latitude_longitude";
      :earth_radius = 6371229.0; // double

    float lat(lat=721);
      :units = "degrees_north";

    float lon(lon=1440);
      :units = "degrees_east";

    double reftime;
      :units = "Minute since 2019-12-18T00:00:00Z";
      :standard_name = "forecast_reference_time";
      :long_name = "GRIB reference time";
      :calendar = "proleptic_gregorian";

    double time(time=49);
      :units = "Minute since 2019-12-18T00:00:00Z";
      :standard_name = "time";
      :long_name = "GRIB forecast or observation time";
      :calendar = "proleptic_gregorian";
      :bounds = "time_bounds";

    double time_bounds(time=49, 2);
      :units = "Minute since 2019-12-18T00:00:00Z";
      :long_name = "bounds for time";

    float Total_precipitation_rate_surface_Mixed_intervals_Accumulation(time=49, lat=721, lon=1440);
      :long_name = "Total precipitation rate (Mixed_intervals Accumulation) @ Ground or water surface";
      :units = "kg.m-2.s-1";
      :abbreviation = "TOT_PREC";
      :missing_value = NaNf; // float
      :grid_mapping = "LatLon_Projection";
      :coordinates = "reftime time lat lon ";
      :Grib_Statistical_Interval_Type = "Accumulation";
      :Grib_Variable_Id = "VAR_0-1-52_L1_Imixed_S1";
      :Grib2_Parameter = 0, 1, 52; // int
      :Grib2_Parameter_Discipline = "Meteorological products";
      :Grib2_Parameter_Category = "Moisture";
      :Grib2_Parameter_Name = "Total precipitation rate";
      :Grib2_Level_Type = 1; // int
      :Grib2_Level_Desc = "Ground or water surface";
      :Grib2_Generating_Process_Type = "Forecast";
      :Grib2_Statistical_Process_Type = "Accumulation";

  // global attributes:
  :Originating_or_generating_Center = "Offenbach (RSMC)";
  :Originating_or_generating_Subcenter = "255";
  :GRIB_table_version = "19,1";
  :Type_of_generating_process = "Forecast";
  :file_format = "GRIB-2";
  :Conventions = "CF-1.6";
  :history = "Read using CDM IOSP GribCollection v3";
  :featureType = "GRID";
}