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
CREATE TABLE predicted_relative_yield_loss_at_aspen_face (
"type" VARCHAR,
"w126" DOUBLE,
"prbl" DOUBLE
);
CREATE TABLE observed_biomass_at_aspen_face (
"treat" BIGINT,
"year" BIGINT,
"n__freq" BIGINT,
"biomass_mean" DOUBLE
);
CREATE TABLE o3_exposure_at_aspen_face (
"year" BIGINT,
"trt" VARCHAR,
"w126" DOUBLE,
"type" VARCHAR
);
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
);
Anyone who has the link will be able to view this.