netcdf EUREC4A/FORECASTS/GLOBAL/DWD/2019121900_CLCT {
  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-19T00:00:00Z";
      :standard_name = "forecast_reference_time";
      :long_name = "GRIB reference time";
      :calendar = "proleptic_gregorian";

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

    float Total_cloud_cover_surface(time=49, lat=721, lon=1440);
      :long_name = "Total cloud cover @ Ground or water surface";
      :units = "%";
      :abbreviation = "CLCT";
      :missing_value = NaNf; // float
      :grid_mapping = "LatLon_Projection";
      :coordinates = "reftime time lat lon ";
      :Grib_Variable_Id = "VAR_0-6-1_L1";
      :Grib2_Parameter = 0, 6, 1; // int
      :Grib2_Parameter_Discipline = "Meteorological products";
      :Grib2_Parameter_Category = "Cloud";
      :Grib2_Parameter_Name = "Total cloud cover";
      :Grib2_Level_Type = 1; // int
      :Grib2_Level_Desc = "Ground or water surface";
      :Grib2_Generating_Process_Type = "Forecast";
      :Grib2_Statistical_Process_Type = "UnknownStatType--1";

  // 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";
}