Ozone Exposure Observed And Predicted Biomass At Aspen FACE
U.S. Environmental Protection Agency
@usgov.epa_gov_ozone_exposure_observed_and_predicted_biomass__0f66e6d9
U.S. Environmental Protection Agency
@usgov.epa_gov_ozone_exposure_observed_and_predicted_biomass__0f66e6d9
Data for the tables and figures for Herrick et al. 2024.
This dataset is associated with the following publication:
Herrick, J.D., S.D. Kaylor, and J.B. Dubois. Predicting the Effects of Ozone on Long-Term Growth of Aspen Trees Using Response Functions Developed From Seedlings Grown in Field Chambers. GLOBAL CHANGE BIOLOGY. Blackwell Publishing, Malden, MA, USA, 30(12): e70003, (2024).
Organization: U.S. Environmental Protection Agency
Last updated: 2025-02-11T02:20:19.091891
Tags: aspen-face-otc
CREATE TABLE individual_tree_face_biomass (
"community" VARCHAR,
"rep" BIGINT,
"treat" BIGINT,
"biomass" DOUBLE,
"year" BIGINT
);CREATE TABLE n_12_hr_o3_at_face_1996_to_2009 (
"year" BIGINT,
"rep" BIGINT,
"treat" DOUBLE,
"date" VARCHAR,
"n_12hrw126" DOUBLE -- 12hrW126
);CREATE TABLE o3_exposure_at_aspen_face (
"year" BIGINT,
"trt" VARCHAR,
"w126" DOUBLE,
"type" VARCHAR
);CREATE TABLE observed_biomass_at_aspen_face (
"treat" BIGINT,
"year" BIGINT,
"n__freq" BIGINT -- FREQ,
"biomass_mean" DOUBLE
);Anyone who has the link will be able to view this.