NetCDF Header

NARCCAP wrfg ccsm-current Table 3


ERROR
Cookies must be enabled.

netcdf /datazone/narccap/DATA/WRFG/ccsm-current/table3/hfls_WRFG_ccsm_1976010103.nc {
  dimensions:
    time = UNLIMITED;   // (14600 currently)
    yc = 109;
    xc = 134;
    bnds = 2;
  variables:
    char Lambert_Conformal;
      :grid_mapping_name = "lambert_conformal_conic";
      :standard_parallel = 30.0, 60.0; // double
      :longitude_of_central_meridian = -97.0; // double
      :latitude_of_projection_origin = 47.5; // double
      :false_easting = 3325000.0; // double
      :false_northing = 2700000.0; // double

    float hfls(time=14600, yc=109, xc=134);
      :long_name = "Surface Latent Heat Flux";
      :standard_name = "surface_upward_latent_heat_flux";
      :units = "W m-2";
      :_FillValue = 1.0E20f; // float
      :missing_value = 1.0E20f; // float
      :coordinates = "lon lat";
      :grid_mapping = "Lambert_Conformal";
      :cell_methods = "time: mean(interval: 3 hours)";
      :original_name = "ACLHF in wrfout";
      :original_units = "J m-2";

    double lat(yc=109, xc=134);
      :long_name = "latitude";
      :standard_name = "latitude";
      :units = "degrees_north";
      :axis = "Y";

    double lon(yc=109, xc=134);
      :long_name = "longitude";
      :standard_name = "longitude";
      :units = "degrees_east";
      :axis = "X";

    double time(time=14600);
      :long_name = "time";
      :standard_name = "time";
      :units = "days since 1968-01-01 00:00:0.0";
      :axis = "T";
      :calendar = "noleap";
      :bounds = "time_bnds";

    double time_bnds(time=14600, bnds=2);

    double xc(xc=134);
      :long_name = "x-coordinate in Cartesian system";
      :standard_name = "projection_x_coordinate";
      :axis = "X";
      :units = "m";

    double yc(yc=109);
      :long_name = "y-coordinate in Cartesian system";
      :standard_name = "projection_y_coordinate";
      :axis = "Y";
      :units = "m";

  // global attributes:
  :institution = "PNNL (Pacific Northwest National Laboratory, Richland, WA, USA)";
  :source = "PNNL/NCAR WRF(2006): atmosphere:WRF; sst/sea ice:AMIP2; Land:Noah;; Convection:GD; WSM5; CAM Radiation";
  :project_id = "NARCCAP";
  :table_id = "Table 3";
  :realization = 1; // int
  :experiment_id = "present-day climate using CCSM ";
  :Conventions = "CF-1.0";
  :contact = "L. Ruby Leung (Ruby.Leung@pnl.gov)";
  :history = "subsetted from raw WRF output using pullwrf_table3.f90";
  :title = "PNNL model output prepared for NARCCAP present-day climate using CCSM";
  :NCO = "4.0.5";
}