# HG changeset patch # User Forrest Hoffman # Date 1221105736 14400 # Node ID 5c7c8220feb6f0722477f523205a9555dbf557b1 Initial check in of first CMOR table used for C-LAMP Experiment 1 monthly means diff -r 000000000000 -r 5c7c8220feb6 C-LAMP_L1_table --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/C-LAMP_L1_table Thu Sep 11 00:02:16 2008 -0400 @@ -0,0 +1,2486 @@ +! Table for C-LAMP Experiment 1 Monthly Mean model output +cmor_version: 1.3 ! version of CMOR that can read this table +cf_version: 1.3 ! version of CF that output conforms to +project_id: Carbon-Land Model Intercomparison Project (C-LAMP) ! project id +table_id: Table C-LAMP_L1 ! table id +table_date: 1 September 2008 ! date this table was constructed + +expt_id_ok: 'Experiment 1.1 (Spin-up)' ! Not for publication +expt_id_ok: 'Experiment 1.2 (Control)' ! official name(s) of +expt_id_ok: 'Experiment 1.3 (Varying Climate)' ! project's experiments +expt_id_ok: 'Experiment 1.4 (Varying Climate, CO2, and N Deposition)' +expt_id_ok: 'Experiment 1.5 (Varying Climate, CO2, N Deposition, and Land Cover)' +expt_id_ok: 'Experiment 1.6 (FACE Control varying Climate, CO2, and N Deposition)' +expt_id_ok: 'Experiment 1.7 (FACE Transient varying Climate, CO2, and N Deposition)' +expt_id_ok: 'Experiment 2.1 (Spin-up)' ! Not for publication +expt_id_ok: 'Experiment 2.2 (Control)' ! official name(s) of +expt_id_ok: 'Experiment 2.3 (Varying Climate)' ! project's experiments +expt_id_ok: 'Experiment 2.4 (Varying Climate, CO2, and N Deposition)' +expt_id_ok: 'Experiment 2.5 (Varying Climate, CO2, N Deposition, and Land Cover)' +expt_id_ok: 'Experiment 2.6 (Varying Climate, CO2, N Deposition, and Land Cover with Seasonalized Emissions)' + +magic_number: -1 ! used to check whether this file has been + ! altered from the official version. + ! should be set to number of non-blank + ! characters in file. +approx_interval: 30. ! approximate spacing between successive time + ! samples (in units of the output time + ! coordinate), but this is ignored if set to 0. +missing_value: 1.e+36 ! value used to indicate a missing value + ! in arrays output by netCDF as 32-bit IEEE + ! floating-point numbers (float or real) + +!*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*# +! +! SUBROUTINE ARGUMENT DEFAULT INFORMATION +! +!*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*# +! +! set default specifications for subroutine arguments to: +! required/indeterminate/optional/ignored/forbidden +! (indeterminate may or may not be required information, but is not always +! required as an argument of the function call) +! +! +!============ +subroutine_entry: cmor_axis +!============ +! +required: table axis_name units length coord_vals cell_bounds +ignored: interval +! +!============ +subroutine_entry: cmor_variable +!============ +! +required: table table_entry units axis_ids +indeterminate: missing_value +optional: tolerance original_name history comment +ignored: positive +! +!============ +subroutine_entry: cmor_write +!============ +! +required: var_id data +indeterminate: ntimes_passed time_vals time_bnds store_with +optional: file_suffix +! +! +!*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*# +! +! AXIS INFORMATION +! +!*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*# +! +! ??? what about climatology??? +! ??? what about model level data??? +! +! +! TEMPLATE FOR AXES +! +!============ +!axis_entry: ! (required) +!============ +! +! Override default argument specifications for cmor_axis +!------------ +! acceptable arguments include units length coord_vals cell_bounds interval +!required: ! (default: table axis_name units length +! coord_vals cell_bounds) +!indeterminate: +!optional: +!ignored: ! (default: interval) +!forbidden: +!------------ +! +! Axis attributes: +!---------------------------------- +!standard_name: ! (required) +!units: ! (required) +!axis: ! X, Y, Z, T (default: undeclared) +!positive: ! up or down (default: undeclared) +!long_name: ! (default: undeclared) +!---------------------------------- +! +! Additional axis information: +!---------------------------------- +!out_name: ! (default: same as axis_entry) +!type: ! double (default), real, character, integer +!stored_direction: ! increasing (default) or decreasing +!valid_min: ! type: double precision (default: no check performed +!valid_max: ! type: double precision (default: no check performed +!requested: ! space-separated list of requested coordinates + ! (default: undeclared) +!bounds_requested: ! space-separated list of requested coordinate bounds + ! (default: undeclared) +!tol_on_requests: ! fractional tolerance for meeting request + ! (default=1.e-3, which is used in the formula: + ! eps = MIN(( tol*interval between grid-points) + ! and (1.e-3*tol*coordinate value))) +!value: ! of scalar (singleton) dimension +!bounds_values: ! of scalar (singleton) dimension bounds +!---------------------------------- +! +! +! TEMPLATE FOR VARIABLES +! +! +!============ +!variable_entry: ! (required) +!============ +! +! Override default argument specifications for cmor_variable +!------------ +! acceptable arguments include file_suffix missing_value tolerance +! original_name history comment positive +!required: ! (default: table table_entry units axis_ids) +!indeterminate: ! (default: file_suffix missing_value) +!optional: ! (default: original_name history comment) +!ignored: ! (default: positive) +!forbidden: +!------------ +! +! Variable attributes: +!---------------------------------- +!standard_name: ! (required) +!units: ! (required) +!cell_methods: ! (default: undeclared) +!long_name: ! (default: undeclared) +!comment: ! (default: undeclared) +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +!dimensions: ! (required) (scalar dimension(s) should appear + ! last in list) +!out_name: ! (default: variable_entry) +!type: ! real (default), double, integer +!positive: ! up or down (default: undeclared) +!valid_min: ! type: real (default: no check performed) +!valid_max: ! type: real (default: no check performed) +!ok_min_mean_abs: ! type: real (default: no check performed) +!ok_max_mean_abs: ! type: real (default: no check performed) +!---------------------------------- + +!============ +axis_entry: longitude +!============ +! +! Override default argument specifications for cmor_axis +!------------ +optional: cell_bounds +!------------ +! +! Axis attributes: +!---------------------------------- +standard_name: longitude +units: degree_east +axis: X +long_name: longitude +!---------------------------------- +! +! Additional axis information: +!---------------------------------- +out_name: lon +valid_min: 0. ! CMOR will add n*360 to input values + ! (where n is an integer) to ensure + ! longitudes are in proper range. The + ! data will also be rearranged + ! appropriately. +valid_max: 360. ! see above comment. +!---------------------------------- + +!============= +axis_entry: latitude +!============= +! +! Override default argument specifications for cmor_axis +!------------ +optional: cell_bounds +!------------ +! +! Axis attributes: +!---------------------------------- +standard_name: latitude +units: degree_north +axis: Y +long_name: latitude +!---------------------------------- +! +! Additional axis information: +!---------------------------------- +out_name: lat +valid_min: -90. +valid_max: 90. +!---------------------------------- + +! ??? What about climatological data??? + +!============ +axis_entry: time +!============ +! +! Override default argument specifications for cmor_axis +!------------ +optional: interval length +indeterminate: coord_vals cell_bounds +!------------ +! +! Axis attributes: +!---------------------------------- +standard_name: time +units: days since ? +axis: T +long_name: time +!---------------------------------- + +!============ +axis_entry: pressure +!============ +! +! Override default argument specifications for cmor_axis +!------------ +ignored: cell_bounds +!------------ +! +! Axis attributes: +!---------------------------------- +standard_name: air_pressure +units: Pa +axis: Z +positive: down +long_name: pressure +!---------------------------------- +! +! Additional axis information: +!---------------------------------- +out_name: plev +stored_direction: decreasing +valid_min: 0. +valid_max: 110000. +requested: 100000. 92500. 85000. 70000. 60000. 50000. 40000. +requested: 30000. 25000. 20000. 15000. 10000. 7000. 5000. +requested: 3000. 2000. 1000. +!---------------------------------- + +!============ +axis_entry: height_forc +!============ +! +! Override default argument specifications for cmor_axis +!------------ +ignored: cell_bounds +!------------ +! +! Axis attributes: +!---------------------------------- +standard_name: height +units: m +axis: Z +positive: up +long_name: Atmospheric forcing height +!---------------------------------- +! +! Additional axis information: +!---------------------------------- +out_name: height +value: 30. +!---------------------------------- + +!============ +axis_entry: height_2m +!============ +! +! Override default argument specifications for cmor_axis +!------------ +optional: cell_bounds +!------------ +! +! Axis attributes: +!---------------------------------- +standard_name: height +units: m +axis: Z +positive: up +long_name: 2m height +!---------------------------------- +! +! Additional axis information: +!---------------------------------- +out_name: height +value: 2. +!---------------------------------- + +!============ +axis_entry: depth_soil +!============ +! +! Override default argument specifications for cmor_axis +!------------ +optional: cell_bounds +!------------ +! +! Axis attributes: +!---------------------------------- +standard_name: depth +units: m +axis: Z +positive: down +long_name: Soil depth +!---------------------------------- +! +! Additional axis information: +!---------------------------------- +out_name: depth +requested: 0.007100635 0.027925 0.06225858 0.1188651 0.2121934 +requested: 0.3660658 0.6197585 1.038027 1.727635 2.864607 +!---------------------------------- + +!============ +axis_entry: land_cover_type +!============ +! +! Override default argument specifications for cmor_axis +!------------ +ignored: cell_bounds +!------------ +! +! Axis attributes: +!---------------------------------- +standard_name: land_cover_type +units: 1 +long_name: Land cover type +!---------------------------------- +! +! Additional axis information: +!---------------------------------- +type: integer +!---------------------------------- + +!============ +axis_entry: max_len_lcn +!============ +! +!------------ +! +! Axis attributes: +!---------------------------------- +standard_name: max_len_lcn +units: 1 +long_name: String length of land cover name +!---------------------------------- +! +! Additional axis information: +!---------------------------------- +type: integer +value: 128 +!---------------------------------- + +! +! +!============ +axis_entry: standard_hybrid_sigma +!============ +! +! Override default argument specifications for cmor_axis +!------------ +optional: units +!------------ +! +! Axis attributes: +!---------------------------------- +standard_name: atmosphere_hybrid_sigma_pressure_coordinate +units: 1 +axis: Z +positive: down +long_name: hybrid sigma pressure coordinate +!---------------------------------- +! +! Additional axis information: +!---------------------------------- +out_name: lev +stored_direction: decreasing +valid_min: 0.0 +valid_max: 1.0 +formula: p(n,k,j,i) = a(k)*p0 + b(k)*ps(n,j,i) +z_factors: p0: p0 a: a b: b ps: ps +z_bounds_factors: p0: p0 a: a_bnds b: b_bnds ps: ps +!---------------------------------- +! +! +! +!*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*# +! +! VARIABLE INFORMATION +! +!*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*# +! +! +! +! *************************************************************** +! +! Vertical dimensionless coordinate variables: +! +! *************************************************************** +! +! +! +!============ +variable_entry: p0 +!============ +! +! Override default argument specifications for cmor_variable +!------------ +ignored: axis_ids +!------------ +! +! Variable attributes: +!---------------------------------- +long_name: reference pressure for hybrid sigma coordinate +units: Pa +!---------------------------------- +! +! +!============ +variable_entry: ptop +!============ +! +! Override default argument specifications for cmor_variable +!------------ +ignored: axis_ids +!------------ +! +! Variable attributes: +!---------------------------------- +long_name: pressure at top of model +units: Pa +!---------------------------------- +! +! +!============ +variable_entry: sigma +!============ +! +! Override default argument specifications for cmor_variable +!------------ +optional: units +!------------ +! +! Variable attributes: +!---------------------------------- +long_name: sigma coordinate +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- +! +! +!============ +variable_entry: sigma_bnds +!============ +!IPCC_table_A1 +! Override default argument specifications for cmor_variable +!------------ +optional: units +!------------ +! +! Variable attributes: +!---------------------------------- +long_name: sigma coordinate for layer bounds +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- +! +! +!============ +variable_entry: a +!============ +! +! Override default argument specifications for cmor_variable +!------------ +optional: units +!------------ +! +! Variable attributes: +!---------------------------------- +long_name: hybrid sigma coordinate A coefficient for layer +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- +! +! +!============ +variable_entry: b +!============ +! +! Override default argument specifications for cmor_variable +!------------ +optional: units +!------------ +! +! Variable attributes: +!---------------------------------- +long_name: hybrid sigma coordinate B coefficient for layer +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- +! +! +!============ +variable_entry: a_bnds +!============ +! +! Override default argument specifications for cmor_variable +!------------ +optional: units +!------------ +! +! Variable attributes: +!---------------------------------- +long_name: hybrid sigma coordinate A coefficient for layer bounds +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- +! +! +!============ +variable_entry: b_bnds +!============ +! +! Override default argument specifications for cmor_variable +!------------ +optional: units +!------------ +! +! Variable attributes: +!---------------------------------- +long_name: hybrid sigma coordinate B coefficient for layer bounds +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- +! +! +!============ +variable_entry: ap +!============ +! +! Variable attributes: +!---------------------------------- +long_name: alternate hybrid sigma coordinate A coefficient for layer +units: Pa +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- +! +! +!============ +variable_entry: ap_bnds +!============ +! +! Variable attributes: +!---------------------------------- +long_name: alternate hybrid sigma coordinate A coefficient for layer bounds +units: Pa +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- +! +! +!============ +variable_entry: az +!============ +! +! +! Variable attributes: +!---------------------------------- +long_name: hybrid height coordinate A coefficient for layer +units: m +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- +! +! +!============ +variable_entry: bz +!============ +! +! Override default argument specifications for cmor_variable +!------------ +optional: units +!------------ +! +! Variable attributes: +!---------------------------------- +long_name: hybrid height coordinate B coefficient for layer +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- +! +! +!============ +variable_entry: az_bnds +!============ +! +! Variable attributes: +!---------------------------------- +long_name: hybrid sigma coordinate A coefficient for layer bounds +units: m +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- +! +! +!============ +variable_entry: bz_bnds +!============ +! +! Override default argument specifications for cmor_variable +!------------ +optional: units +!------------ +! +! Variable attributes: +!---------------------------------- +long_name: hybrid sigma coordinate B coefficient for layer bounds +!---------------------------------- +! +! Additional variable information: +!---------------------------------- +dimensions: zlevel +type: double +!---------------------------------- + + +! *************************************************************** +! Atmospheric forcing +! *************************************************************** + +!============ +variable_entry: husf +!============ +! Variable attributes: +!---------------------------------- +standard_name: specific_humidity +units: kg kg-1 +cell_methods: time: mean +long_name: Specific humidity at atmospheric forcing height +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time height_forc +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: prra +!============ +! Variable attributes: +!---------------------------------- +standard_name: rainfall_precipitation_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Rainfall precipitation flux +comment: Rainfall includes all liquid types (rain, large-scale, convective, etc.) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +valid_max: 1.e-3 +ok_min_mean_abs: 1.e-6 +ok_max_mean_abs: 5.e-5 +!---------------------------------- + +!============ +variable_entry: prsn +!============ +! Variable attributes: +!---------------------------------- +standard_name: snowfall_precipitation_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Snowfall precipitation flux +comment: Snowfall includes all frozen types (snow, hail, ice, etc.) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +valid_max: 1.e-3 +ok_min_mean_abs: 1.e-6 +ok_max_mean_abs: 5.e-5 +!---------------------------------- + + +! *************************************************************** +! Biogeochemistry +! *************************************************************** + +!============ +variable_entry: agbc +!============ +! Variable attributes: +!---------------------------------- +standard_name: above_ground_biomass_carbon_content +units: kg m-2 +cell_methods: time: mean +long_name: Above-ground biomass carbon +comment: Total carbon content in above-ground live and dead carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: aglbc +!============ +! Variable attributes: +!---------------------------------- +standard_name: above_ground_live_biomass_carbon_content +units: kg m-2 +cell_methods: time: mean +long_name: Above-ground live biomass carbon +comment: Total carbon content in above-ground live carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: agnpp +!============ +! Variable attributes: +!---------------------------------- +standard_name: above_ground_net_primary_productivity_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Above-ground net primary production +comment: Component of net primary production attributable to above-ground live biomass +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: ar +!============ +! Variable attributes: +!---------------------------------- +! This standard_name already exists: +!standard_name: plant_respiration_carbon_flux +! but this standard_name is preferable: +standard_name: autotrophic_respiration_carbon_flux +! so one should be proposed as an alias to the other. +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Autotrophic respiration +comment: Sum of maintenance respiration and growth respiration of vegetation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: bco +!============ +! Variable attributes: +!---------------------------------- +standard_name: biogenic_carbon_monoxide_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Biogenic carbon monoxide flux +comment: Total biogenic carbon monoxide flux out of biosphere +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: bgbc +!============ +! Variable attributes: +!---------------------------------- +standard_name: below_ground_biomass_carbon_content +units: kg m-2 +cell_methods: time: mean +long_name: Below-ground biomass carbon +comment: Total carbon content in below-ground live and dead carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: bgnpp +!============ +! Variable attributes: +!---------------------------------- +standard_name: below_ground_net_primary_productivity_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Below-ground net primary production +comment: Component of net primary production attributable to below-ground live biomass +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: bipn +!============ +! Variable attributes: +!---------------------------------- +standard_name: biogenic_isoprene_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Biogenic isoprene flux +comment: Total biogenic isoprene flux out of biosphere +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: bmtpn +!============ +! Variable attributes: +!---------------------------------- +standard_name: biogenic_monoterpene_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Biogenic monoterpene flux +comment: Total biogenic monoterpene flux out of biosphere +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: borvoc +!============ +! Variable attributes: +!---------------------------------- +standard_name: biogenic_other_reactive_volatile_organic_compound_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Biogenic other reactive volatile organic compound flux +comment: Total biogenic other reactive volatile organic compound flux out of biosphere +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: bovoc +!============ +! Variable attributes: +!---------------------------------- +standard_name: biogenic_other_volatile_organic_compound_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Biogenic other volatile organic compound flux +comment: Total biogenic other volatile organic compound flux out of biosphere +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: cwdc +!============ +! Variable attributes: +!---------------------------------- +standard_name: coarse_woody_debris_carbon_content +units: kg m-2 +cell_methods: time: mean +long_name: Coarse woody debris carbon +comment: Total carbon content in the coarse woody debris carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: cwdc_hr +!============ +! Variable attributes: +!---------------------------------- +standard_name: coarse_woody_debris_heterotrophic_respiration_carbon_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Coarse woody debris heterotrophic respiration +comment: Carbon flux out of coarse woody debris carbon pool(s) attributable to decomposition +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: cwdc_loss +!============ +! Variable attributes: +!---------------------------------- +standard_name: coarse_woody_debris_carbon_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Coarse woody debris carbon loss +comment: Total carbon transfer out of coarse woody debris carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: froot_litterc +!============ +! Variable attributes: +!---------------------------------- +standard_name: fine_root_litter_carbon_content +units: kg m-2 +cell_methods: time: mean +long_name: Fine root litter carbon +comment: Total carbon content in fine root litter carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: froot_litterc_hr +!============ +! Variable attributes: +!---------------------------------- +standard_name: fine_root_litter_heterotrophic_respiration_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Fine root litter heterotrophic respiration +comment: Carbon flux out of fine root litter carbon pool(s) attributable to decomposition +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: froot_litterc_loss +!============ +! Variable attributes: +!---------------------------------- +standard_name: fine_root_litter_carbon_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Fine root litter carbon loss +comment: Total carbon transfer out of fine root litter carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: frootc +!============ +! Variable attributes: +!---------------------------------- +standard_name: fine_root_carbon_content +units: kg m-2 +cell_methods: time: mean +long_name: Fine root carbon +comment: Total carbon content in fine root carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: frootc_alloc +!============ +! Variable attributes: +!---------------------------------- +standard_name: fine_root_allocation_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Fine root carbon allocation +comment: Carbon flux into fine root carbon pool(s) through allocation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: frootc_loss +!============ +! Variable attributes: +!---------------------------------- +standard_name: fine_root_carbon_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Fine root carbon loss +comment: Total carbon transfer out of fine root carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: gpp +!============ +! Variable attributes: +!---------------------------------- +standard_name: gross_primary_productivity_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Gross primary production +comment: Total assimilation of carbon into biosphere +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: gnmin +!============ +! Variable attributes: +!---------------------------------- +standard_name: gross_mineralization_of_nitrogen +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Gross nitrogen mineralization +comment: Gross rate of nitrogen mineralization in soil +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: hr +!============ +! Variable attributes: +!---------------------------------- +standard_name: heterotrophic_respiration_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Heterotrophic respiration +comment: Total carbon transfer out of biosphere attributable to decomposition of organic matter +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: leaf_litterc +!============ +! Variable attributes: +!---------------------------------- +standard_name: leaf_litter_carbon_content +units: kg m-2 +cell_methods: time: mean +long_name: Leaf litter carbon +comment: Total carbon content in leaf litter carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: leaf_litterc_hr +!============ +! Variable attributes: +!---------------------------------- +standard_name: leaf_litter_heterotrophic_respiration_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Leaf litter heterotrophic respiration +comment: Carbon flux out of leaf litter carbon pool(s) attributable to decomposition +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: leaf_litterc_loss +!============ +! Variable attributes: +!---------------------------------- +standard_name: leaf_litter_carbon_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Leaf litter carbon loss +comment: Total carbon transfer out of leaf litter carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: leafc +!============ +! Variable attributes: +!---------------------------------- +standard_name: leaf_carbon_content +units: kg m-2 +cell_methods: time: mean +long_name: Leaf carbon +comment: Total carbon content in leaf carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: leafc_alloc +!============ +! Variable attributes: +!---------------------------------- +standard_name: leaf_allocation_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Leaf carbon allocation +comment: Carbon flux into leaf carbon pool(s) through allocation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: leafc_loss +!============ +! Variable attributes: +!---------------------------------- +standard_name: leaf_carbon_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Leaf carbon loss +comment: Total carbon transfer out of leaf carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: litterc +!============ +! Variable attributes: +!---------------------------------- +standard_name: litter_carbon_content +units: kg m-2 +cell_methods: time: mean +long_name: Litter carbon +comment: Total carbon content in litter carbon pool(s), excluding the coarse woody debris +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: litterc_hr +!============ +! Variable attributes: +!---------------------------------- +standard_name: litter_heterotrophic_respiration_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Litter heterotrophic respiration +comment: Carbon flux out of litter carbon pool(s) attributable to decomposition of litter, excluding coarse woody debris +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: litterc_loss +!============ +! Variable attributes: +!---------------------------------- +standard_name: litter_carbon_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Litter carbon loss +comment: Total carbon transfer out of litter carbon pool(s), excluding coarse woody debris +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: nee +!============ +! Variable attributes: +!---------------------------------- +standard_name: net_ecosystem_exchange_of_carbon_out_of_biosphere +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Net ecosystem exchange +comment: Sum of all carbon fluxes out of biosphere including gross primary production, ecosystem respiration, and fire +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +!---------------------------------- + +!============ +variable_entry: nep +!============ +! Variable attributes: +!---------------------------------- +standard_name: net_ecosystem_productivity_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Net ecosystem production +comment: Sum of carbon fluxes into the biosphere, excluding fire, including gross primary production and ecosystem respiration +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +!---------------------------------- + +!============ +variable_entry: nnmin +!============ +! Variable attributes: +!---------------------------------- +standard_name: net_mineralization_of_nitrogen +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Net nitrogen mineralization +comment: Net rate of nitrogen mineralization in soil +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +!---------------------------------- + +!============ +variable_entry: npp +!============ +!------------ +! Variable attributes: +!---------------------------------- +standard_name: net_primary_productivity_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Net primary production +comment: Total net primary production of above-ground and below-ground biomass +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +! Some models produce negative NPPs, so do not restrict it to positive values +!valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: soilc +!============ +! Variable attributes: +!---------------------------------- +standard_name: soil_carbon_content +units: kg m-2 +cell_methods: time: mean +long_name: Soil carbon +comment: Total carbon content in soil carbon pool(s), excluding coarse woody debris and litter +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: soilc_hr +!============ +! Variable attributes: +!---------------------------------- +standard_name: soil_heterotrophic_respiration_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Soil heterotrophic respiration +comment: Carbon flux out of soil carbon pool(s) attributable to decomposition, excluding coarse woody debris and litter +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: soilc_loss +!============ +! Variable attributes: +!---------------------------------- +standard_name: soil_carbon_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Soil carbon loss +comment: Total carbon transfer out of soil carbon pool(s), excluding coarse woody debris and litter +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: tbvoc +!============ +! Variable attributes: +!---------------------------------- +standard_name: total_biogenic_volatile_organic_compound_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Total biogenic volatile organic compound flux +comment: Total biogenic volatile organic compound flux out of biosphere +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: woodc +!============ +! Variable attributes: +!---------------------------------- +standard_name: wood_carbon_content +units: kg m-2 +cell_methods: time: mean +long_name: Wood carbon +comment: Total carbon content in wood carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: woodc_alloc +!============ +! Variable attributes: +!---------------------------------- +standard_name: wood_allocation_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Wood carbon allocation +comment: Carbon flux into wood carbon pool(s) through allocation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + +!============ +variable_entry: woodc_loss +!============ +! Variable attributes: +!---------------------------------- +standard_name: wood_carbon_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Wood carbon loss +comment: Total carbon transfer out of wood carbon pool(s) +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0.0 +!---------------------------------- + + +! *************************************************************** +! Energy +! *************************************************************** + +!============ +variable_entry: hfg +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: downward_heat_flux_at_ground_level_in_soil +units: W m-2 +cell_methods: time: mean +long_name: Surface heat flux into soil +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: down +!---------------------------------- + +!============ +variable_entry: hfls +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_upward_latent_heat_flux +units: W m-2 +cell_methods: time: mean +long_name: Surface latent heat flux +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: up +valid_min: -120 +valid_max: 900. +ok_min_mean_abs: 50. +ok_max_mean_abs: 120. +!---------------------------------- + +!============ +variable_entry: hfss +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_upward_sensible_heat_flux +units: W m-2 +cell_methods: time: mean +long_name: Surface sensible heat flux +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: up +!---------------------------------- + +!============ +variable_entry: hfssg +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_upward_sensible_heat_flux_from_ground +units: W m-2 +cell_methods: time: mean +long_name: Surface sensible heat flux from ground +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: up +!---------------------------------- + +!============ +variable_entry: hfssv +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_upward_sensible_heat_flux_from_vegetation +units: W m-2 +cell_methods: time: mean +long_name: Surface sensible heat flux from vegetation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: up +!---------------------------------- + + +! *************************************************************** +! Grid +! *************************************************************** + +!============ +variable_entry: gca +!============ +! Variable attributes: +!---------------------------------- +standard_name: area +units: m2 +long_name: Grid cell area +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: lbm +!============ +! Variable attributes: +!---------------------------------- +standard_name: land_binary_mask +units: 1 +long_name: Land mask +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude +type: integer +!---------------------------------- + +!============ +variable_entry: lcf +!============ +! Variable attributes: +!---------------------------------- +standard_name: land_cover_fraction +units: % +cell_methods: time: mean +long_name: Land cover fraction +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude land_cover_type +valid_min: 0. +valid_max: 100. +!---------------------------------- + +!============ +variable_entry: lcn +!============ +! Variable attributes: +!---------------------------------- +standard_name: land_cover_name +units: none +long_name: Land cover name +!---------------------------------- +! Additional variable information: +!---------------------------------- +type: character +dimensions: land_cover_type max_len_lcn +!---------------------------------- + +!============ +variable_entry: orog +!============ +! Variable attributes: +!---------------------------------- +standard_name: surface_altitude +units: m +long_name: Surface altitude +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude +valid_min: -500. +valid_max: 12000. +ok_min_mean_abs: 0. +ok_max_mean_abs: 2000. +!---------------------------------- + +!============ +variable_entry: sftlf +!============ +! Variable attributes: +!---------------------------------- +standard_name: land_area_fraction +units: 1 +long_name: Land area fraction +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude +valid_min: 0. +valid_max: 1. +!---------------------------------- + + +! *************************************************************** +! Humidity +! *************************************************************** + +!============ +variable_entry: hur2m +!============ +! Variable attributes: +!---------------------------------- +standard_name: relative_humidity +units: % +cell_methods: time: mean +long_name: Relative humidity at 2m above surface +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time height_2m +valid_min: 0. +valid_max: 100. +ok_min_mean_abs: 1. +ok_max_mean_abs: 99. +!---------------------------------- + +!============ +variable_entry: hus2m +!============ +! Variable attributes: +!---------------------------------- +standard_name: specific_humidity +units: kg kg-1 +cell_methods: time: mean +long_name: Specific humidity at 2m above surface +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time height_2m +valid_min: 0.0 +!---------------------------------- + + +! *************************************************************** +! Hydrology +! *************************************************************** + +!============ +variable_entry: btran +!============ +! Variable attributes: +!---------------------------------- +standard_name: transpiration_beta_factor +units: 1 +cell_methods: time: mean +long_name: Transpiration beta factor +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +valid_max: 1. +ok_min_mean_abs: 0.1 +ok_max_mean_abs: 0.9 +!---------------------------------- + +!============ +variable_entry: et +!============ +! Variable attributes: +!---------------------------------- +standard_name: water_evapotranspiration_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Evapotranspiration +comment: The total water loss from vegetation due to the combined effects of canopy evaporation and transpiration +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +!---------------------------------- + +!============ +variable_entry: evspsblsoi +!============ +! Variable attributes: +!---------------------------------- +standard_name: water_evaporation_flux_from_soil +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Soil evaporation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +!---------------------------------- + +!============ +variable_entry: evspsblveg +!============ +! Variable attributes: +!---------------------------------- +standard_name: water_evaporation_flux_from_canopy +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Evaporation from vegetation canopy +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +!---------------------------------- + +!============ +variable_entry: mrfsl +!============ +! Variable attributes: +!---------------------------------- +standard_name: frozen_water_content_of_soil_layer +units: kg m-2 +cell_methods: time: mean +long_name: Soil frozen water content in each soil layer +comment: Soil frozen water content in each soil layer, excluding surface snow and ice +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude depth_soil time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: mrfso +!============ +! Variable attributes: +!---------------------------------- +standard_name: soil_frozen_water_content +units: kg m-2 +cell_methods: time: mean +long_name: Soil frozen water content +comment: Soil frozen water content, excluding surface snow and ice +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: mrlsl +!============ +! Variable attributes: +!---------------------------------- +standard_name: liquid_water_content_of_soil_layer +units: kg m-2 +cell_methods: time: mean +long_name: Soil liquid water content in each soil layer +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude depth_soil time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: mrlso +!============ +! Variable attributes: +!---------------------------------- +standard_name: soil_liquid_water_content +units: kg m-2 +cell_methods: time: mean +long_name: Soil liquid water content +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: mrros +!============ +! Variable attributes: +!---------------------------------- +standard_name: surface_runoff_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Surface runoff +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: mrross +!============ +! Variable attributes: +!---------------------------------- +standard_name: subsurface_runoff_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Subsurface drainage +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +!---------------------------------- + +!============ +variable_entry: prveg +!============ +! Variable attributes: +!---------------------------------- +standard_name: precipitation_flux_onto_canopy +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Canopy interception +comment: Precipitation that does not reach the ground because it is intercepted by the vegetation canopy +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: snd +!============ +! Variable attributes: +!---------------------------------- +standard_name: surface_snow_thickness +units: m +cell_methods: time: mean +long_name: Snow depth +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: tran +!============ +! Variable attributes: +!---------------------------------- +standard_name: transpiration_flux +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Transpiration +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: vfwsl +!============ +! Variable attributes: +!---------------------------------- +standard_name: volume_fraction_of_water_in_soil_layer +units: m3 m-3 +cell_methods: time: mean +long_name: Volumetric soil water in each soil layer +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude depth_soil time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: wpsl +!============ +! Variable attributes: +!---------------------------------- +standard_name: water_potential_of_soil_layer +units: Pa +cell_methods: time: mean +long_name: Soil water potential in each soil layer +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude depth_soil time +!---------------------------------- + + +! *************************************************************** +! Radiation +! *************************************************************** + +!============ +variable_entry: alsas +!============ +! Variable attributes: +!---------------------------------- +standard_name: surface_all_sky_albedo +units: 1 +cell_methods: time: mean +long_name: Surface all sky albedo +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +valid_max: 1. +!---------------------------------- + +!============ +variable_entry: alsbs +!============ +! Variable attributes: +!---------------------------------- +standard_name: surface_black_sky_albedo +units: 1 +cell_methods: time: mean +long_name: Surface black sky albedo +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +valid_max: 1. +!---------------------------------- + +!============ +variable_entry: laisha +!============ +! Variable attributes: +!---------------------------------- +standard_name: shaded_projected_leaf_area_index +units: m2 m-2 +cell_methods: time: mean +long_name: Shaded projected leaf area index +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: laisun +!============ +! Variable attributes: +!---------------------------------- +standard_name: sunlit_projected_leaf_area_index +units: m2 m-2 +cell_methods: time: mean +long_name: Sunlit projected leaf area index +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: rlds +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_downwelling_longwave_flux_in_air +units: W m-2 +cell_methods: time: mean +long_name: Surface downwelling longwave radiation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: down +valid_min: 20. +valid_max: 600. +ok_min_mean_abs: 300. +ok_max_mean_abs: 370. +!---------------------------------- + +!============ +variable_entry: rls +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_net_downward_longwave_flux +units: W m-2 +cell_methods: time: mean +long_name: Surface net downward longwave radiation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: down +!---------------------------------- + +!============ +variable_entry: rlus +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_upwelling_longwave_flux_in_air +units: W m-2 +cell_methods: time: mean +long_name: Surface upwelling longwave radiation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: up +valid_min: 50. +valid_max: 750. +ok_min_mean_abs: 250. +ok_max_mean_abs: 450. +!---------------------------------- + +!============ +variable_entry: rs +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_net_downward_radiative_flux +units: W m-2 +cell_methods: time: mean +long_name: Surface net downward radiation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: down +!---------------------------------- + +!============ +variable_entry: rsas +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_absorbed_shortwave_flux +units: W m-2 +cell_methods: time: mean +long_name: Surface absorbed shortwave radiation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: down +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: rsasg +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_absorbed_shortwave_flux_in_soil +units: W m-2 +cell_methods: time: mean +long_name: Surface absorbed shortwave radiation in soil +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: down +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: rsasv +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_absorbed_shortwave_flux_in_vegetation +units: W m-2 +cell_methods: time: mean +long_name: Surface absorbed shortwave radiation in vegetation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: down +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: rsds +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_downwelling_shortwave_flux_in_air +units: W m-2 +cell_methods: time: mean +long_name: Surface downwelling shortwave radiation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: down +valid_min: 0. +valid_max: 550. +ok_min_mean_abs: 150. +ok_max_mean_abs: 220. +!---------------------------------- + +!============ +variable_entry: rsus +!============ +!------------ +required: positive +!------------ +! Variable attributes: +!---------------------------------- +standard_name: surface_upwelling_shortwave_flux_in_air +units: W m-2 +cell_methods: time: mean +long_name: Surface upwelling shortwave radiation +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +positive: up +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: snc +!============ +! Variable attributes: +!---------------------------------- +standard_name: surface_snow_area_fraction +units: 1 +cell_methods: time: mean +long_name: Snow area fraction +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +valid_max: 100. +!---------------------------------- + + +! *************************************************************** +! Temperature +! *************************************************************** + +!============ +variable_entry: degday +!============ +! Variable attributes: +!---------------------------------- +standard_name: accumulated_degree_days +units: K +cell_methods: time: mean +long_name: Accumulated degree days +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: ta2m +!============ +! Variable attributes: +!---------------------------------- +standard_name: air_temperature +units: K +cell_methods: time: mean +long_name: Air temperature at 2m above surface +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time height_2m +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: ta2mdmax +!============ +! Variable attributes: +!---------------------------------- +standard_name: air_temperature +units: K +cell_methods: time: mean +long_name: Daily maximum of average air temperature at 2m above surface +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time height_2m +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: ta2mdmin +!============ +! Variable attributes: +!---------------------------------- +standard_name: air_temperature +units: K +cell_methods: time: mean +long_name: Daily minimum of average air temperature at 2m above surface +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time height_2m +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: tsl +!============ +! Variable attributes: +!---------------------------------- +standard_name: temperature_of_soil_layer +units: K +cell_methods: time: mean +long_name: Temperature of each soil layer +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude depth_soil time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: tv +!============ +! Variable attributes: +!---------------------------------- +standard_name: vegetation_temperature +units: K +cell_methods: time: mean +long_name: Vegetation temperature +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + + +! *************************************************************** +! Vegetation Phenology +! *************************************************************** + +!============ +variable_entry: laiexp +!============ +! Variable attributes: +!---------------------------------- +standard_name: exposed_one_sided_leaf_area_index +units: m2 m-2 +cell_methods: time: mean +long_name: Exposed one-sided leaf area index +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: laitot +!============ +! Variable attributes: +!---------------------------------- +standard_name: total_one_sided_leaf_area_index +units: m2 m-2 +cell_methods: time: mean +long_name: Total one-sided leaf area index +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: saiexp +!============ +! Variable attributes: +!---------------------------------- +standard_name: exposed_one_sided_stem_area_index +units: m2 m-2 +cell_methods: time: mean +long_name: Exposed one-sided stem area index +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: saitot +!============ +! Variable attributes: +!---------------------------------- +standard_name: total_one_sided_stem_area_index +units: m2 m-2 +cell_methods: time: mean +long_name: Total one-sided stem area index +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + + +! *************************************************************** +! Vegetation Physiology +! *************************************************************** + +!============ +variable_entry: psn +!============ +! Variable attributes: +!---------------------------------- +standard_name: photosynthesis_of_carbon +units: kg m-2 s-1 +cell_methods: time: mean +long_name: Photosynthesis +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: rssha +!============ +! Variable attributes: +!---------------------------------- +standard_name: shaded_leaf_stomatal_resistance +units: s m-1 +cell_methods: time: mean +long_name: Shaded leaf stomatal resistance +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- + +!============ +variable_entry: rssun +!============ +! Variable attributes: +!---------------------------------- +standard_name: sunlit_leaf_stomatal_resistance +units: s m-1 +cell_methods: time: mean +long_name: Sunlit leaf stomatal resistance +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: longitude latitude time +valid_min: 0. +!---------------------------------- +