netcdf files/d237000/landcover.grb { dimensions: lon = 361; lat = 181; time = 1; variables: int LatLon_Projection; :grid_mapping_name = "latitude_longitude"; :earth_radius = 6367470.0; // double float lat(lat=181); :units = "degrees_north"; float lon(lon=361); :units = "degrees_east"; double reftime; :units = "calendar Month since 1950-01-01T00:00:00Z"; :standard_name = "forecast_reference_time"; :long_name = "GRIB reference time"; :calendar = "proleptic_gregorian"; double time(time=1); :units = "calendar Month since 1950-01-01T00:00:00Z"; :standard_name = "time"; :long_name = "GRIB forecast or observation time"; :calendar = "proleptic_gregorian"; float Land_cover_surface(time=1, lat=181, lon=361); :long_name = "Land cover @ Ground or water surface"; :units = "proportion"; :description = "Land cover"; :missing_value = NaNf; // float :grid_mapping = "LatLon_Projection"; :coordinates = "reftime time lat lon "; :Grib_Variable_Id = "VAR_60-1-3-81_L1"; :Grib1_Center = 60; // int :Grib1_Subcenter = 1; // int :Grib1_TableVersion = 3; // int :Grib1_Parameter = 81; // int :Grib1_Parameter_Name = ""; :Grib1_Level_Type = 1; // int :Grib1_Level_Desc = "Ground or water surface"; :Grib1_Interval_Type = -1; // int :Grib1_Interval_Name = "Unknown Time Range Indicator -1"; // global attributes: :Originating_or_generating_Center = "United States National Center for Atmospheric Research (NCAR)"; :Originating_or_generating_Subcenter = "1"; :GRIB_table_version = "0,3"; :file_format = "GRIB-1"; :Conventions = "CF-1.6"; :history = "Read using CDM IOSP GribCollection v3"; :featureType = "GRID"; }