NetCDF Header

Single-point CLM simulations with hillslope hydrology at Niwot Ridge, CO


ERROR
Cookies must be enabled.

netcdf file:///data/efcf080d-2871-405f-8f08-0d2871d05f87/NEON_NIWO_saddle_hh2_slope0.3_soilmod_jmaxb0_anom.clm2.h1.2088-01-01-00000.nc-20230728-203921Z-49d93867-6ccc-40bf-9938-676ccca0bfa7 {
  dimensions:
    lndgrid = 1;
    gridcell = 1;
    landunit = 1;
    column = 3;
    pft = 3;
    levgrnd = 25;
    levsoi = 20;
    levurb = 5;
    levmaxurbgrnd = 25;
    levlak = 10;
    numrad = 2;
    levsno = 12;
    ltype = 9;
    nlevcan = 1;
    nvegwcs = 4;
    nhillslope = 1;
    max_columns_hillslope = 3;
    mxsowings = 1;
    mxharvests = 2;
    natpft = 15;
    cft = 64;
    glc_nec = 10;
    elevclas = 11;
    string_length = 16;
    scale_type_string_length = 32;
    levdcmp = 25;
    hist_interval = 2;
    time = UNLIMITED;   // (17520 currently)
  variables:
    float levgrnd(levgrnd=25);
      :long_name = "coordinate ground levels";
      :units = "m";

    float levsoi(levsoi=20);
      :long_name = "coordinate soil levels (equivalent to top nlevsoi levels of levgrnd)";
      :units = "m";

    float levlak(levlak=10);
      :long_name = "coordinate lake levels";
      :units = "m";

    float levdcmp(levdcmp=25);
      :long_name = "coordinate levels for soil decomposition variables";
      :units = "m";

    double hslp_distance(column=3);
      :long_name = "hillslope column distance";
      :units = "m";

    double hslp_width(column=3);
      :long_name = "hillslope column width";
      :units = "m";

    double hslp_area(column=3);
      :long_name = "hillslope column area";
      :units = "m";

    double hslp_elev(column=3);
      :long_name = "hillslope column elevation";
      :units = "m";

    double hslp_slope(column=3);
      :long_name = "hillslope column slope";
      :units = "m";

    double hslp_aspect(column=3);
      :long_name = "hillslope column aspect";
      :units = "m";

    int hslp_index(column=3);
      :long_name = "hillslope index";

    int hslp_cold(column=3);
      :long_name = "hillslope downhill column index";

    int hslp_colu(column=3);
      :long_name = "hillslope uphill column index";

    float time(time=17520);
      :long_name = "time";
      :units = "days since 2022-01-01 00:00:00";
      :calendar = "noleap";
      :bounds = "time_bounds";

    int mcdate(time=17520);
      :long_name = "current date (YYYYMMDD)";

    int mcsec(time=17520);
      :long_name = "current seconds of current date";
      :units = "s";

    int mdcur(time=17520);
      :long_name = "current day (from base day)";

    int mscur(time=17520);
      :long_name = "current seconds of current day";

    int nstep(time=17520);
      :long_name = "time step";

    double time_bounds(time=17520, hist_interval=2);
      :long_name = "history time interval endpoints";

    char date_written(time=17520, string_length=16);

    char time_written(time=17520, string_length=16);

    float lon(lndgrid=1);
      :long_name = "coordinate longitude";
      :units = "degrees_east";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float lat(lndgrid=1);
      :long_name = "coordinate latitude";
      :units = "degrees_north";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float area(lndgrid=1);
      :long_name = "grid cell areas";
      :units = "km^2";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float landfrac(lndgrid=1);
      :long_name = "land fraction";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    int landmask(lndgrid=1);
      :long_name = "land/ocean mask (0.=ocean and 1.=land)";
      :_FillValue = -9999; // int
      :missing_value = -9999; // int

    int pftmask(lndgrid=1);
      :long_name = "pft real/fake mask (0.=fake and 1.=real)";
      :_FillValue = -9999; // int
      :missing_value = -9999; // int

    int nbedrock(lndgrid=1);
      :long_name = "index of shallowest bedrock layer";
      :_FillValue = -9999; // int
      :missing_value = -9999; // int

    double grid1d_lon(gridcell=1);
      :long_name = "gridcell longitude";
      :units = "degrees_east";
      :_FillValue = 1.0E36; // double

    double grid1d_lat(gridcell=1);
      :long_name = "gridcell latitude";
      :units = "degrees_north";
      :_FillValue = 1.0E36; // double

    int grid1d_ixy(gridcell=1);
      :long_name = "2d longitude index of corresponding gridcell";
      :_FillValue = -9999; // int

    int grid1d_jxy(gridcell=1);
      :long_name = "2d latitude index of corresponding gridcell";
      :_FillValue = -9999; // int

    double land1d_lon(landunit=1);
      :long_name = "landunit longitude";
      :units = "degrees_east";
      :_FillValue = 1.0E36; // double

    double land1d_lat(landunit=1);
      :long_name = "landunit latitude";
      :units = "degrees_north";
      :_FillValue = 1.0E36; // double

    int land1d_ixy(landunit=1);
      :long_name = "2d longitude index of corresponding landunit";
      :_FillValue = -9999; // int

    int land1d_jxy(landunit=1);
      :long_name = "2d latitude index of corresponding landunit";
      :_FillValue = -9999; // int

    int land1d_gi(landunit=1);
      :long_name = "1d grid index of corresponding landunit";
      :_FillValue = -9999; // int

    double land1d_wtgcell(landunit=1);
      :long_name = "landunit weight relative to corresponding gridcell";
      :_FillValue = 1.0E36; // double

    int land1d_ityplunit(landunit=1);
      :long_name = "landunit type (vegetated,urban,lake,wetland,glacier or glacier_mec)";
      :_FillValue = -9999; // int

    int land1d_active(landunit=1);
      :long_name = "true => do computations on this landunit";
      :_FillValue = 0; // int
      :flag_values = 0, 1; // int
      :flag_meanings = "FALSE TRUE";
      :valid_range = 0, 1; // int

    double cols1d_lon(column=3);
      :long_name = "column longitude";
      :units = "degrees_east";
      :_FillValue = 1.0E36; // double

    double cols1d_lat(column=3);
      :long_name = "column latitude";
      :units = "degrees_north";
      :_FillValue = 1.0E36; // double

    int cols1d_ixy(column=3);
      :long_name = "2d longitude index of corresponding column";
      :_FillValue = -9999; // int

    int cols1d_jxy(column=3);
      :long_name = "2d latitude index of corresponding column";
      :_FillValue = -9999; // int

    int cols1d_gi(column=3);
      :long_name = "1d grid index of corresponding column";
      :_FillValue = -9999; // int

    int cols1d_li(column=3);
      :long_name = "1d landunit index of corresponding column";
      :_FillValue = -9999; // int

    double cols1d_wtgcell(column=3);
      :long_name = "column weight relative to corresponding gridcell";
      :_FillValue = 1.0E36; // double

    double cols1d_wtlunit(column=3);
      :long_name = "column weight relative to corresponding landunit";
      :_FillValue = 1.0E36; // double

    int cols1d_itype_col(column=3);
      :long_name = "column type (see global attributes)";
      :_FillValue = -9999; // int

    int cols1d_itype_lunit(column=3);
      :long_name = "column landunit type (vegetated,urban,lake,wetland,glacier or glacier_mec)";
      :_FillValue = -9999; // int

    int cols1d_active(column=3);
      :long_name = "true => do computations on this column";
      :_FillValue = 0; // int
      :flag_values = 0, 1; // int
      :flag_meanings = "FALSE TRUE";
      :valid_range = 0, 1; // int

    int cols1d_nbedrock(column=3);
      :long_name = "column bedrock depth index";
      :_FillValue = -9999; // int

    double pfts1d_lon(pft=3);
      :long_name = "pft longitude";
      :units = "degrees_east";
      :_FillValue = 1.0E36; // double

    double pfts1d_lat(pft=3);
      :long_name = "pft latitude";
      :units = "degrees_north";
      :_FillValue = 1.0E36; // double

    int pfts1d_ixy(pft=3);
      :long_name = "2d longitude index of corresponding pft";
      :_FillValue = -9999; // int

    int pfts1d_jxy(pft=3);
      :long_name = "2d latitude index of corresponding pft";
      :_FillValue = -9999; // int

    int pfts1d_gi(pft=3);
      :long_name = "1d grid index of corresponding pft";
      :_FillValue = -9999; // int

    int pfts1d_li(pft=3);
      :long_name = "1d landunit index of corresponding pft";
      :_FillValue = -9999; // int

    int pfts1d_ci(pft=3);
      :long_name = "1d column index of corresponding pft";
      :_FillValue = -9999; // int

    double pfts1d_wtgcell(pft=3);
      :long_name = "pft weight relative to corresponding gridcell";
      :_FillValue = 1.0E36; // double

    double pfts1d_wtlunit(pft=3);
      :long_name = "pft weight relative to corresponding landunit";
      :_FillValue = 1.0E36; // double

    double pfts1d_wtcol(pft=3);
      :long_name = "pft weight relative to corresponding column";
      :_FillValue = 1.0E36; // double

    int pfts1d_itype_veg(pft=3);
      :long_name = "pft vegetation type";
      :_FillValue = -9999; // int

    int pfts1d_itype_col(pft=3);
      :long_name = "pft column type (see global attributes)";
      :_FillValue = -9999; // int

    int pfts1d_itype_lunit(pft=3);
      :long_name = "pft landunit type (vegetated,urban,lake,wetland,glacier or glacier_mec)";
      :_FillValue = -9999; // int

    int pfts1d_active(pft=3);
      :long_name = "true => do computations on this pft";
      :_FillValue = 0; // int
      :flag_values = 0, 1; // int
      :flag_meanings = "FALSE TRUE";
      :valid_range = 0, 1; // int

    float AGNPP(time=17520, pft=3);
      :long_name = "aboveground NPP";
      :units = "gC/m^2/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float ALT(time=17520, column=3);
      :long_name = "current active layer thickness";
      :units = "m";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float ALTMAX(time=17520, column=3);
      :long_name = "maximum annual active layer thickness";
      :units = "m";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float AR(time=17520, pft=3);
      :long_name = "autotrophic respiration (MR + GR)";
      :units = "gC/m^2/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float BTRANMN(time=17520, pft=3);
      :long_name = "daily minimum of transpiration beta factor";
      :units = "unitless";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float ELAI(time=17520, pft=3);
      :long_name = "exposed one-sided leaf area index";
      :units = "m^2/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float ESAI(time=17520, pft=3);
      :long_name = "exposed one-sided stem area index";
      :units = "m^2/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float FCEV(time=17520, pft=3);
      :long_name = "canopy evaporation";
      :units = "W/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float FCTR(time=17520, pft=3);
      :long_name = "canopy transpiration";
      :units = "W/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float FGEV(time=17520, pft=3);
      :long_name = "ground evaporation";
      :units = "W/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float FIRA(time=17520, pft=3);
      :long_name = "net infrared (longwave) radiation";
      :units = "W/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float FROST_TABLE(time=17520, column=3);
      :long_name = "frost table depth (natural vegetated and crop landunits only)";
      :units = "m";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float FSA(time=17520, pft=3);
      :long_name = "absorbed solar radiation";
      :units = "W/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float FSDS(time=17520, column=3);
      :long_name = "atmospheric incident solar radiation (downscaled for glacier and hillslope columns)";
      :units = "W/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float FSH(time=17520, pft=3);
      :long_name = "sensible heat not including correction for land use change and rain/snow conversion";
      :units = "W/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float FSR(time=17520, pft=3);
      :long_name = "reflected solar radiation";
      :units = "W/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float FV(time=17520, pft=3);
      :long_name = "friction velocity";
      :units = "m/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float GPP(time=17520, pft=3);
      :long_name = "gross primary production";
      :units = "gC/m^2/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float GR(time=17520, pft=3);
      :long_name = "total growth respiration";
      :units = "gC/m^2/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float H2OSFC(time=17520, column=3);
      :long_name = "surface water depth";
      :units = "mm";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float H2OSNO(time=17520, column=3);
      :long_name = "snow depth (liquid water)";
      :units = "mm";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float H2OSOI(time=17520, levsoi=20, column=3);
      :long_name = "volumetric soil water (natural vegetated and crop landunits only)";
      :units = "mm3/mm3";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float HR(time=17520, column=3);
      :long_name = "total heterotrophic respiration";
      :units = "gC/m^2/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float HTOP(time=17520, pft=3);
      :long_name = "canopy top";
      :units = "m";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float MR(time=17520, pft=3);
      :long_name = "maintenance respiration";
      :units = "gC/m^2/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float NET_NMIN_vr(time=17520, levdcmp=25, column=3);
      :long_name = "net rate of N mineralization";
      :units = "gN/m^3/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float NPP_NUPTAKE(time=17520, pft=3);
      :long_name = "Total C used by N uptake in FUN";
      :units = "gC/m^2/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float QDRAI(time=17520, column=3);
      :long_name = "sub-surface drainage";
      :units = "mm/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float QDRAI_PERCH(time=17520, column=3);
      :long_name = "perched wt drainage";
      :units = "mm/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float QH2OSFC(time=17520, column=3);
      :long_name = "surface water runoff";
      :units = "mm/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float QLATFLOWOUT(time=17520, column=3);
      :long_name = "hillcol lateral outflow";
      :units = "mm/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float QOVER(time=17520, column=3);
      :long_name = "total surface runoff (includes QH2OSFC)";
      :units = "mm/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float QRUNOFF(time=17520, column=3);
      :long_name = "total liquid runoff not including correction for land use change";
      :units = "mm/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float QSOIL(time=17520, pft=3);
      :long_name = "Ground evaporation (soil/snow evaporation + soil/snow sublimation - dew)";
      :units = "mm/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float QVEGE(time=17520, pft=3);
      :long_name = "canopy evaporation";
      :units = "mm/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float QVEGT(time=17520, pft=3);
      :long_name = "canopy transpiration";
      :units = "mm/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float RAIN(time=17520, column=3);
      :long_name = "atmospheric rain, after rain/snow repartitioning based on temperature";
      :units = "mm/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float SNOW(time=17520, column=3);
      :long_name = "atmospheric snow, after rain/snow repartitioning based on temperature";
      :units = "mm/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float SNOW_DEPTH(time=17520, column=3);
      :long_name = "snow height of snow covered area";
      :units = "m";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float SOILC_vr(time=17520, levsoi=20, column=3);
      :long_name = "SOIL C (vertically resolved)";
      :units = "gC/m^3";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float SOILICE(time=17520, levsoi=20, column=3);
      :long_name = "soil ice (natural vegetated and crop landunits only)";
      :units = "kg/m2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float SOILLIQ(time=17520, levsoi=20, column=3);
      :long_name = "soil liquid water (natural vegetated and crop landunits only)";
      :units = "kg/m2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float TBOT(time=17520, column=3);
      :long_name = "atmospheric air temperature (downscaled for glacier and hillslope columns)";
      :units = "K";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float TLAI(time=17520, pft=3);
      :long_name = "total projected leaf area index";
      :units = "m^2/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float TOTECOSYSC(time=17520, column=3);
      :long_name = "total ecosystem carbon, incl veg but excl cpool and product pools";
      :units = "gC/m^2";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float TSA(time=17520, pft=3);
      :long_name = "2m air temperature";
      :units = "K";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float TSOI(time=17520, levgrnd=25, column=3);
      :long_name = "soil temperature (natural vegetated and crop landunits only)";
      :units = "K";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float TV(time=17520, pft=3);
      :long_name = "vegetation temperature";
      :units = "K";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float VOLUMETRIC_DISCHARGE(time=17520, column=3);
      :long_name = "hillslope discharge from column";
      :units = "m3/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float Vcmx25Z(time=17520, pft=3);
      :long_name = "canopy profile of vcmax25 predicted by LUNA model";
      :units = "umol/m2/s";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float ZWT(time=17520, column=3);
      :long_name = "water table depth (natural vegetated and crop landunits only)";
      :units = "m";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float ZWT_PERCH(time=17520, column=3);
      :long_name = "perched water table depth (natural vegetated and crop landunits only)";
      :units = "m";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

    float watsat(time=17520, levgrnd=25, column=3);
      :long_name = "water saturated";
      :units = "m^3/m^3";
      :cell_methods = "time: mean";
      :_FillValue = 1.0E36f; // float
      :missing_value = 1.0E36f; // float

  // global attributes:
  :title = "CLM History file information";
  :comment = "NOTE: None of the variables are weighted by land fraction!";
  :Conventions = "CF-1.0";
  :history = "created on 11/08/22 18:59:37";
  :source = "Community Terrestrial Systems Model";
  :hostname = "cheyenne";
  :username = "jayka";
  :version = "unknown";
  :revision_id = "$Id: histFileMod.F90 42903 2012-12-21 15:32:10Z muszala $";
  :case_title = "NEON_NIWO_saddle_hh2_slope0.3_soilmod_jmaxb0_anom";
  :case_id = "NEON_NIWO_saddle_hh2_slope0.3_soilmod_jmaxb0_anom";
  :Surface_dataset = "surfdata_hist_78pfts_CMIP6_simyr2000_NIWO_c210720_nh_1_nc_3_site_stream_c3ArcticMods_saddle_0.3.nc";
  :Initial_conditions_dataset = "NEON_NIWO_saddle_hh2_slope0.3_soilmod_jmaxb0_trans.clm2.r.2022-01-01-00000.nc";
  :PFT_physiological_constants_dataset = "ctsm51_params.c211112_NIWO_critDay12h_dmax10_phenoMods_WMchanges_jmaxb0.nc";
  :ltype_vegetated_or_bare_soil = 1; // int
  :ltype_crop = 2; // int
  :ltype_UNUSED = 3; // int
  :ltype_landice = 4; // int
  :ltype_deep_lake = 5; // int
  :ltype_wetland = 6; // int
  :ltype_urban_tbd = 7; // int
  :ltype_urban_hd = 8; // int
  :ltype_urban_md = 9; // int
  :ctype_vegetated_or_bare_soil = 1; // int
  :ctype_crop = 2; // int
  :ctype_crop_noncompete = "2*100+m, m=cft_lb,cft_ub";
  :ctype_landice = "4*100+m, m=1,glcnec";
  :ctype_deep_lake = 5; // int
  :ctype_wetland = 6; // int
  :ctype_urban_roof = 71; // int
  :ctype_urban_sunwall = 72; // int
  :ctype_urban_shadewall = 73; // int
  :ctype_urban_impervious_road = 74; // int
  :ctype_urban_pervious_road = 75; // int
  :cft_c3_crop = 1; // int
  :cft_c3_irrigated = 2; // int
  :cft_temperate_corn = 3; // int
  :cft_irrigated_temperate_corn = 4; // int
  :cft_spring_wheat = 5; // int
  :cft_irrigated_spring_wheat = 6; // int
  :cft_winter_wheat = 7; // int
  :cft_irrigated_winter_wheat = 8; // int
  :cft_temperate_soybean = 9; // int
  :cft_irrigated_temperate_soybean = 10; // int
  :cft_barley = 11; // int
  :cft_irrigated_barley = 12; // int
  :cft_winter_barley = 13; // int
  :cft_irrigated_winter_barley = 14; // int
  :cft_rye = 15; // int
  :cft_irrigated_rye = 16; // int
  :cft_winter_rye = 17; // int
  :cft_irrigated_winter_rye = 18; // int
  :cft_cassava = 19; // int
  :cft_irrigated_cassava = 20; // int
  :cft_citrus = 21; // int
  :cft_irrigated_citrus = 22; // int
  :cft_cocoa = 23; // int
  :cft_irrigated_cocoa = 24; // int
  :cft_coffee = 25; // int
  :cft_irrigated_coffee = 26; // int
  :cft_cotton = 27; // int
  :cft_irrigated_cotton = 28; // int
  :cft_datepalm = 29; // int
  :cft_irrigated_datepalm = 30; // int
  :cft_foddergrass = 31; // int
  :cft_irrigated_foddergrass = 32; // int
  :cft_grapes = 33; // int
  :cft_irrigated_grapes = 34; // int
  :cft_groundnuts = 35; // int
  :cft_irrigated_groundnuts = 36; // int
  :cft_millet = 37; // int
  :cft_irrigated_millet = 38; // int
  :cft_oilpalm = 39; // int
  :cft_irrigated_oilpalm = 40; // int
  :cft_potatoes = 41; // int
  :cft_irrigated_potatoes = 42; // int
  :cft_pulses = 43; // int
  :cft_irrigated_pulses = 44; // int
  :cft_rapeseed = 45; // int
  :cft_irrigated_rapeseed = 46; // int
  :cft_rice = 47; // int
  :cft_irrigated_rice = 48; // int
  :cft_sorghum = 49; // int
  :cft_irrigated_sorghum = 50; // int
  :cft_sugarbeet = 51; // int
  :cft_irrigated_sugarbeet = 52; // int
  :cft_sugarcane = 53; // int
  :cft_irrigated_sugarcane = 54; // int
  :cft_sunflower = 55; // int
  :cft_irrigated_sunflower = 56; // int
  :cft_miscanthus = 57; // int
  :cft_irrigated_miscanthus = 58; // int
  :cft_switchgrass = 59; // int
  :cft_irrigated_switchgrass = 60; // int
  :cft_tropical_corn = 61; // int
  :cft_irrigated_tropical_corn = 62; // int
  :cft_tropical_soybean = 63; // int
  :cft_irrigated_tropical_soybean = 64; // int
  :time_period_freq = "minute_30";
  :Time_constant_3Dvars_filename = "./NEON_NIWO_saddle_hh2_slope0.3_soilmod_jmaxb0_anom.clm2.h0.2074-01.nc";
  :Time_constant_3Dvars = "ZSOI:DZSOI:WATSAT:SUCSAT:BSW:HKSAT:ZLAKE:DZLAKE:PCT_SAND:PCT_CLAY";
}