NetCDF Header

project=NMME, model=GEOS-5, experiment=19850901, time_frequency=mon, modeling realm=atmos


ERROR
Cookies must be enabled.

netcdf /datazone/nmme/output1/NASA-GMAO/GEOS-5/19850901/mon/atmos/VO/VO_mon_GEOS-5_19850901_r9i1p1.nc {
  dimensions:
    lat = 361;
    lon = 720;
    lev = 40;
    time = 9;
  variables:
    double lat(lat=361);
      :units = "degrees_north";
      :long_name = "Latitude";
      :standard_name = "latitude";

    double lon(lon=720);
      :units = "degrees_east";
      :long_name = "Longitude";
      :standard_name = "longitude";

    double lev(lev=40);
      :units = "millibar";
      :long_name = "Level";
      :standard_name = "air_pressure";

    float VO(time=9, lev=40, lat=361, lon=720);
      :_FillValue = 9.9999999E14f; // float
      :missing_value = 9.9999999E14f; // float
      :units = "m/s";
      :standard_name = "meridional_speed";
      :long_name = "meridional_speed";

    double time(time=9);
      :units = "months since 1985-9-01 12:00";
      :long_name = "Time";
      :calendar = "standard";

  // global attributes:
  :conventions = "CF-1.5";
  :institution_id = "NASA-GMAO";
  :institution = "NASA Global Model Assimilation Office";
  :experiment_id = "sep1985";
  :model_id = "GEOS-5";
  :frequency = "month";
  :project_id = "NMME";
  :experiment = "sep1985";
  :modeling_realm = "atmos";
  :realization = 1.0; // double
  :contact = "zhao.e.li@nasa.gov";
  :startyear = 1985.0; // double
  :endyear = 1986.0; // double
  :startmonth = 9.0; // double
  :endmonth = 5.0; // double
}