NetCDF Header

dcmip_2016.nicam.test1


ERROR
Cookies must be enabled.

netcdf /datazone/dcmip_2016/nicam/publish/test1/nicam.161.r200.L30.interp_latlon.nonhydro.V850.nc {
  dimensions:
    lon = 180;
    lat = 90;
    time = UNLIMITED;   // (16 currently)
  variables:
    double lon(lon=180);
      :standard_name = "longitude";
      :long_name = "longitude";
      :units = "degrees_east";
      :axis = "X";

    double lat(lat=90);
      :standard_name = "latitude";
      :long_name = "latitude";
      :units = "degrees_north";
      :axis = "Y";

    double lev;
      :long_name = "level";
      :units = "m";
      :axis = "Z";
      :cell_methods = "lev: mean";

    double time(time=16);
      :standard_name = "time";
      :long_name = "time";
      :units = "minutes since 0-01-01 00:00:00";
      :calendar = "standard";
      :_ChunkSizes = 1; // int

    float V850(time=16, lat=90, lon=180);
      :long_name = "Meridional wind at 850 hPa";
      :units = "m/s";
      :_FillValue = -9.99E34f; // float
      :missing_value = -9.99E34f; // float
      :cell_methods = "lev: mean";
      :_ChunkSizes = 1, 90, 180; // int

  // global attributes:
  :CDI = "Climate Data Interface version 1.6.3 (http://code.zmaw.de/projects/cdi)";
  :Conventions = "CF-1.0";
  :history = "Thu Nov 10 23:49:00 2016: ncwa -O -a lev nicam.161.r200.L30.interp_latlon.nonhydro.V850.nc 2D/nicam.161.r200.L30.interp_latlon.nonhydro.V850.nc\nnone";
  :title = "NICAM data output";
  :comment = "Be careful that definition of time coordinate depends on the dataset and time mode (snapshot/average).";
  :model = "nicam";
  :test_case = "161";
  :horizontal_resolution = "r200";
  :levels = "L30";
  :grid = "interp_latlon";
  :equation = "nonhydro";
  :time_frequency = "day";
  :description = "g-level_5";
  :project_id = "DCMIP2016";
  :modeling_realm = "atmos";
  :institute_id = "Univ-Tokyo JAMSTEC RIKEN";
  :CDO = "Climate Data Operators version 1.6.3 (http://code.zmaw.de/projects/cdo)";
  :NCO = "\"4.5.5\"";
  :nco_openmp_thread_number = 1; // int
}