Paleo-Dendrochronological "Tree-Ring" Hyrdoclimatic Reconstructions For Northern And Southern California River Basins
State of California
@usgov.ca_gov_paleo_dendrochronological_tree_ring_hyrdoclimat_84f322a8
State of California
@usgov.ca_gov_paleo_dendrochronological_tree_ring_hyrdoclimat_84f322a8
CREATE TABLE southern_california_nested_reconstructions (
"year" BIGINT,
"arroyo_seco_reconstruction_flow_taf" DOUBLE,
"arroyo_seco_lower_50percent_flow_taf" DOUBLE,
"arroyo_seco_flow_upper_50percent_flow_taf" DOUBLE,
"sangab_reconstruction_precip_inches" DOUBLE,
"sangab_flow_lower_50percent_precip_inches" DOUBLE,
"sangab_flow_upper_50percent_precip_inches" DOUBLE,
"santaana_reconstruction_flow_taf" DOUBLE,
"santaana_lower_50percent_flow_taf" DOUBLE,
"santaana_upper_50percent_flow_taf" DOUBLE,
"lakearrow_reconstruction_precip_inches" DOUBLE,
"lakearrow_lower_50percent_precip_inches" DOUBLE,
"lakearrow_upper_50percent_precip_inches" DOUBLE,
"ojai_reconstruction_precip_inches" DOUBLE,
"ojai_lower_50percent_precip_inches" DOUBLE,
"ojai_upper_50percent_precip_inches" DOUBLE,
"cuyam_reconstruction_precip_inches" DOUBLE,
"cuyam_lower_50percent_precip_inches" DOUBLE,
"cuyam_upper_50percent_precip_inches" DOUBLE,
"kern_reconstruction_flow_taf" DOUBLE,
"kern_lower_50percent_flow_taf" DOUBLE,
"kern_upper_50percent_flow_taf" DOUBLE,
"colo_reconstruction_flow_taf" DOUBLE,
"colo_lower_50percent_confidence_flow_taf" DOUBLE,
"colo_upper_50percent_confidence_flow_taf" DOUBLE
);
CREATE TABLE northern_california_nested_reconstructions (
"year" BIGINT,
"klk_reconstruction_flow_af" BIGINT,
"klk_lower_50_percent_flow_af" BIGINT,
"klk_upper_50_percent_flow_af" BIGINT,
"trn_reconstruction_flow_af" BIGINT,
"trn_lower_50_percent_flow_af" BIGINT,
"trn_upper_50_percent_flow_af" BIGINT,
"kfl_reconstruction_precip_inches" DOUBLE,
"kfl_lower_50_percent_precip_inches" DOUBLE,
"kfl_upper_50_percent_precip_inches" DOUBLE,
"kfs_reconstruction_precip_inches" DOUBLE,
"kfs_lower_50_percent_precip_inches" DOUBLE,
"kfs_upper_50_percent_precip_inches" DOUBLE,
"wea_reconstruction_precip_inches" DOUBLE,
"wea_lower_50_percent_precip_inches" DOUBLE,
"wea_upper_50_percent_precip_inches" DOUBLE,
"yrk_reconstruction_precip_inches" DOUBLE,
"yrk_lower_50_percent_precip_inches" DOUBLE,
"yrk_upper_50_percent_precip_inches" DOUBLE,
"fto_reconstruction_flow_af" BIGINT,
"fto_lower_50_percent_flow_af" BIGINT,
"fto_upper_50_percent_flow_af" BIGINT,
"yrs_reconstruction_flow_af" BIGINT,
"yrs_lower_50_percent_flow_af" BIGINT,
"yrs_upper_50_percent_flow_af" BIGINT,
"amf_reconstruction_flow_af" BIGINT,
"amf_lower_50_percent_flow_af" DOUBLE,
"amf_upper_50_percent_flow_af" BIGINT,
"sbb_reconstruction_flow_af" BIGINT,
"sbb_lower_50_percent_flow_af" BIGINT,
"sbb_upper_50_percent_flow_af" BIGINT,
"sac4_reconstruction_flow_af" BIGINT,
"sac4_lower_50_percent_flow_af" BIGINT,
"sac4_upper_50_percent_flow_af" BIGINT,
"sns_reconstruction_flow_af" BIGINT,
"sns_lower_50_percent_flow_af" BIGINT,
"sns_upper_50_percent_flow_af" BIGINT,
"tlg_reconstruction_flow_af" BIGINT,
"tlg_lower_50_percent_flow_af" BIGINT,
"tlg_upper_50_percent_flow_af" BIGINT,
"mrc_reconstruction_flow_af" BIGINT,
"mrc_lower_50_percent_flow_af" BIGINT,
"mrc_upper_50_percent_flow_af" BIGINT,
"sjf_reconstruction_flow_af" BIGINT,
"sjf_lower_50_percent_flow_af" BIGINT,
"sjf_upper_50_percent_flow_af" BIGINT,
"sjq4_reconstruction_flow_af" BIGINT,
"sjq4_lower_50_percent_flow_af" BIGINT,
"sjq4_upper_50_percent_flow_af" BIGINT
);
Anyone who has the link will be able to view this.