Brady's Geothermal Field - Analysis Of Pressure Data
Department of Energy
@usgov.doe_gov_bradys_geothermal_field_analysis_of_pressure_data_a791d
Department of Energy
@usgov.doe_gov_bradys_geothermal_field_analysis_of_pressure_data_a791d
This submission provides corrections to GDR Submissions 844 and 845
Poroelastic Tomography (PoroTomo) by Adjoint Inverse Modeling of Data from Hydrology.
The 3 *csv files containing pressure data are the corrected versions of the pressure dataset found in Submission 844. The dataset has been corrected in the sense that the atmospheric pressure has been subtracted from the total pressure measured in the well. Also, the transducers used at wells 56A-1 and SP-2 are sensitive to surface temperature fluctuations. These temperature effects have been removed from the corrected datasets.
The 4th *csv file contains corrected version of the pumping data found in Submission 845. The data has been corrected in the sense that the data from several wells that were used during the PoroTomo deployment pumping tests that were not included in the original dataset has been added. In addition, several other minor changes have been made to the pumping records due to flow rate instrument calibration issues that were discovered.
Organization: Department of Energy
Last updated: 2025-01-11T22:27:40.420435
Tags: borehole, brady, brady-hot-springs, bradys-geothermal-field, deployment-data, downhole, egs, energy, engineered-geothermal-systems, enhanced-geothermal-systems, flow-rate, geothermal, hydrogeology, hydrology, injection-flow-rate-data, observation-well, observation-wells, poroelastic-tomography, porotomo, pressure, pressure-data, pressure-sensor, production-flow-rate-data, pumping-test, water-pressure, well-data
CREATE TABLE corrected_deployment_data (
"full_utc_date_time" VARCHAR,
"ms" BIGINT,
"well_48a_1_extraction_flow_gpm" BIGINT -- Well 48A-1 Extraction Flow [gpm],
"well_47c_1_extraction_flow_gpm" BIGINT -- Well 47C-1 Extraction Flow [gpm],
"well_18_1_extraction_flow_gpm" BIGINT -- Well 18-1 Extraction Flow [gpm],
"well_27_1_extraction_flow_gpm" BIGINT -- Well 27-1 Extraction Flow [gpm],
"well_82a_11_extraction_flow_gpm" BIGINT -- Well 82A-11 Extraction Flow [gpm],
"well_18d_31_injection_flow_gpm" DOUBLE -- Well 18D-31 Injection Flow [gpm],
"well_18b_31_injection_flow_gpm" DOUBLE -- Well 18B-31 Injection Flow [gpm],
"well_81a_1_injection_flow_gpm" BIGINT -- Well 81A-1 Injection Flow [gpm],
"well_73_25_injection_flow_gpm" BIGINT -- Well 73-25 Injection Flow [gpm],
"well_82a_11_downhole_pressure_psi" VARCHAR -- Well 82A-11 Downhole Pressure [PSI],
"well_27_1_downhole_pressure_psi" VARCHAR -- Well 27-1 Downhole Pressure [PSI],
"well_18_1_downhole_pressure_psi" VARCHAR -- Well 18-1 Downhole Pressure [PSI],
"well_48a_1_downhole_pressure_psi" VARCHAR -- Well 48A-1 Downhole Pressure [PSI],
"well_47c_1_downhole_pressure_psi" VARCHAR -- Well 47C-1 Downhole Pressure [PSI],
"unnamed_16" VARCHAR -- Unnamed: 16,
"unnamed_17" VARCHAR -- Unnamed: 17,
"unnamed_18" VARCHAR -- Unnamed: 18
);CREATE TABLE n_56a_1_analyzed_pressure_data (
"full_utc_date_time" VARCHAR,
"year_utc" BIGINT -- Year (UTC),
"month_utc" BIGINT -- Month (UTC),
"day_utc" BIGINT -- Day (UTC),
"hour_utc" BIGINT -- Hour (UTC),
"minute" BIGINT,
"second" BIGINT,
"temperature_deg_c" DOUBLE -- Temperature (deg C),
"pressure_kpa" DOUBLE -- Pressure (kPa),
"land_surface_m_above_wgs84_ellipsoid" DOUBLE -- Land Surface (m Above WGS84 Ellipsoid),
"sensor_depth_from_land_surface_m" DOUBLE -- Sensor Depth From Land Surface (m),
"hydraulic_head_assuming_lower_water_density_m_above_ellipsoid" DOUBLE -- Hydraulic Head, Assuming Lower Water Density (m Above Ellipsoid),
"hydraulic_head_assuming_water_density_at_standard_temp_9cee41b9" DOUBLE -- Hydraulic Head, Assuming Water Density At Standard Temp And Pressure (m Above Ellipsoid),
"water_density_bounds_top_is_from_engineering_toolbox_a_e8bf4a34" DOUBLE -- Water Density Bounds. Top Is From Engineering Toolbox At 1000 PSI And 300 Deg F (6800 KPa & 150 DegC). Lower Is From Water At Standard Temp & Pressure,
"unnamed_14" VARCHAR -- Unnamed: 14,
"kpa_m" DOUBLE,
"unnamed_16" VARCHAR -- Unnamed: 16
);CREATE TABLE n_81b_1_analyzed_pressure_data (
"full_utc_date_time" VARCHAR,
"year_utc" BIGINT -- Year (UTC),
"month_utc" BIGINT -- Month (UTC),
"day_utc" BIGINT -- Day (UTC),
"hour_utc" BIGINT -- Hour (UTC),
"minute" BIGINT,
"second" BIGINT,
"temperature_deg_c" DOUBLE -- Temperature (deg C),
"pressure_kpa" DOUBLE -- Pressure (kPa),
"land_surface_m_above_wgs84_ellipsoid" DOUBLE -- Land Surface (m Above WGS84 Ellipsoid),
"sensor_depth_from_land_surface_m" DOUBLE -- Sensor Depth From Land Surface (m),
"hydraulic_head_assuming_lower_water_density_m_above_ellipsoid" DOUBLE -- Hydraulic Head, Assuming Lower Water Density (m Above Ellipsoid),
"hydraulic_head_assuming_water_density_at_standard_temp_9cee41b9" DOUBLE -- Hydraulic Head, Assuming Water Density At Standard Temp And Pressure (m Above Ellipsoid),
"water_density_bounds_top_is_from_engineering_toolbox_a_e8bf4a34" DOUBLE -- Water Density Bounds. Top Is From Engineering Toolbox At 1000 PSI And 300 Deg F (6800 KPa & 150 DegC). Lower Is From Water At Standard Temp & Pressure,
"unnamed_14" VARCHAR -- Unnamed: 14,
"kpa_m" DOUBLE,
"unnamed_16" VARCHAR -- Unnamed: 16
);Anyone who has the link will be able to view this.