netcdf EUREC4A/FORECASTS/GLOBAL/DWD/2019121900_CAPE_ML { 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 Convective_available_potential_energy_UnknownLevelType-192(time=49, lat=721, lon=1440); :long_name = "Convective available potential energy @ null"; :units = "J/kg"; :abbreviation = "CAPE_CON"; :missing_value = NaNf; // float :grid_mapping = "LatLon_Projection"; :coordinates = "reftime time lat lon "; :Grib_Variable_Id = "VAR_0-7-6_L192"; :Grib2_Parameter = 0, 7, 6; // int :Grib2_Parameter_Discipline = "Meteorological products"; :Grib2_Parameter_Category = "Thermodynamic stability indices"; :Grib2_Parameter_Name = "Convective available potential energy"; :Grib2_Level_Type = 192; // int :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"; }