netcdf EUREC4A/FORECASTS/GLOBAL/DWD/2019121900_U_10M {
  dimensions:
    lon = 1440;
    lat = 721;
    reftime = 1;
    time = 49;
    height_above_ground = 1;
  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 height_above_ground(height_above_ground=1);
      :units = "m";
      :long_name = "Specified height level above ground";
      :positive = "up";
      :Grib_level_type = 103; // int
      :datum = "ground";

    float u-component_of_wind_height_above_ground(time=49, height_above_ground=1, lat=721, lon=1440);
      :long_name = "u-component of wind @ Specified height level above ground";
      :units = "m/s";
      :abbreviation = "U_10M";
      :missing_value = NaNf; // float
      :grid_mapping = "LatLon_Projection";
      :coordinates = "reftime time height_above_ground lat lon ";
      :Grib_Variable_Id = "VAR_0-2-2_L103";
      :Grib2_Parameter = 0, 2, 2; // int
      :Grib2_Parameter_Discipline = "Meteorological products";
      :Grib2_Parameter_Category = "Momentum";
      :Grib2_Parameter_Name = "u-component of wind";
      :Grib2_Level_Type = 103; // int
      :Grib2_Level_Desc = "Specified height level above ground";
      :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";
}