netcdf files/g/d093001/1990/pressfc.gdas.199009.grb2 {
  dimensions:
    lon = 1152;
    lat = 576;
    time = 720;
  variables:
    int GaussLatLon_Projection;
      :grid_mapping_name = "latitude_longitude";
      :earth_radius = 6371229.0; // double

    float lat(lat=576);
      :units = "degrees_north";
      :gaussian_lats = "true";

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

    double time(time=720);
      :units = "Hour since 1990-09-01T00:00:00Z";
      :standard_name = "time";
      :long_name = "GRIB forecast or observation time";
      :calendar = "proleptic_gregorian";

    double reftime(time=720);
      :standard_name = "forecast_reference_time";
      :long_name = "GRIB reference time";
      :calendar = "proleptic_gregorian";
      :units = "Hour since 1990-09-01T00:00:00Z";

    float Pressure_surface(time=720, lat=576, lon=1152);
      :long_name = "Pressure @ Ground or water surface";
      :units = "Pa";
      :abbreviation = "PRES";
      :missing_value = NaNf; // float
      :grid_mapping = "GaussLatLon_Projection";
      :coordinates = "reftime time lat lon ";
      :Grib_Variable_Id = "VAR_0-3-0_L1";
      :Grib2_Parameter = 0, 3, 0; // int
      :Grib2_Parameter_Discipline = "Meteorological products";
      :Grib2_Parameter_Category = "Mass";
      :Grib2_Parameter_Name = "Pressure";
      :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 = "US National Weather Service, National Centres for Environmental Prediction (NCEP)";
  :Originating_or_generating_Subcenter = "0";
  :GRIB_table_version = "2,1";
  :Type_of_generating_process = "Forecast";
  :Analysis_or_forecast_generating_process_identifier_defined_by_originating_centre = "Analysis from GDAS (Global Data Assimilation System)";
  :file_format = "GRIB-2";
  :Conventions = "CF-1.6";
  :history = "Read using CDM IOSP GribCollection v3";
  :featureType = "GRID";
}