NetCDF Header

NARCCAP rcm3 cgcm3-future Table 1


ERROR
Cookies must be enabled.

netcdf /datazone/narccap/DATA/RCM3/cgcm3-future/table1/tasmax_RCM3_cgcm3_2056010106.nc {
  dimensions:
    yc = 104;
    xc = 134;
    time = UNLIMITED;   // (1825 currently)
    bnds = 2;
  variables:
    char Transverse_Mercator;
      :grid_mapping_name = "transverse_mercator";
      :longitude_of_central_meridian = -97.0; // double
      :latitude_of_projection_origin = 47.5; // double
      :scale_factor_at_central_meridian = 1.0; // double
      :false_easting = 3925000.0; // double
      :false_northing = 3175000.0; // double

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

    double level;
      :units = "m";
      :long_name = "height";
      :axis = "Z";
      :positive = "up";

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

    float tasmax(time=1825, yc=104, xc=134);
      :cell_methods = "time: maximum(interval: 1 days)";
      :grid_mapping = "Transverse_Mercator";
      :standard_name = "air_temperature";
      :long_name = "Maximum Daily Surface Air Temperature";
      :units = "K";
      :coordinates = "lon lat level";
      :missing_value = 1.0E20f; // float
      :original_name = "TA";
      :original_units = "K";
      :_FillValue = 1.0E20f; // float

    double time(time=1825);
      :standard_name = "time";
      :long_name = "time";
      :axis = "T";
      :units = "days since 2038-01-01 00:00:0.0";
      :calendar = "365_day";
      :bounds = "time_bnds";

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

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

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

  // global attributes:
  :title = "UC Santa Cruz RegCM3 model output prepared for NARCCAP future climate using CGCM3";
  :Conventions = "CF-1.0";
  :experiment_id = "Future climate (IPCC A2) using CGCM3";
  :realization = "1";
  :table_id = "Table 1";
  :project_id = "NARCCAP";
  :source = "RegCM3 (2006) atmosphere: RegCM3v3.1 hydrostatic, split-explicit, horizontal equal area grid resolution of 50 km by 50 km, vertical sigma-coordinates levels ={0.025, 0.075, 0.13, 0.195, 0.27, 0.35, 0.43, 0.51, 0.59, 0.67, 0.745, 0.8099999, 0.865, 0.91, 0.945, 0.97, 0.985, 0.995} land: BATSv1e Biosphere-Atmosphere Transfer Scheme";
  :institution = "CCIL, UC Santa Cruz (Climate Change and Impacts Laboratory, University of California, Santa Cruz, CA, USA)";
  :NCO = "4.0.8";
  :history = "Fri Mar  2 17:21:47 2012: ncks -O -d time,2056-01-01,2061-01-01 tasmax_RCM3_cgcm3-future.nc tasmax_RCM3_cgcm3-future_2056010106.nc\nFri Feb 17 16:43:37 2012: ncrename -v tas,tasmax tasmax_RCM3_cgcm3-future.nc\nFri Feb 17 16:43:06 MST 2012: ncl aggregate.ncl infile=tas_RCM3_cgcm3-future.nc outfile=tasmax_RCM3_cgcm3-future.nc varname=tas interval=day method=max outtime=start\nThu Feb 16 16:38:32 2012: ncrcat -d time,1, tas_RCM3_cgcm3_2038010103.nc tas_RCM3_cgcm3_2041010103.nc tas_RCM3_cgcm3_2046010103.nc tas_RCM3_cgcm3_2051010103.nc tas_RCM3_cgcm3_2056010103.nc tas_RCM3_cgcm3_2061010103.nc tas_RCM3_cgcm3_2066010103.nc tas_RCM3_cgcm3-future.nc";
  :nco_openmp_thread_number = 1; // int
}