Project HOTSPOT: Kimama Well Borehole Geophysics Database
Department of Energy
@usgov.doe_gov_project_hotspot_kimama_well_borehole_geophysic_de821110
Department of Energy
@usgov.doe_gov_project_hotspot_kimama_well_borehole_geophysic_de821110
The Snake River Plain (SRP), Idaho, hosts potential geothermal resources due to elevated groundwater temperatures associated with the thermal anomaly Yellowstone-Snake River hotspot. Project HOTSPOT has coordinated international institutions and organizations to understand subsurface stratigraphy and assess geothermal potential. Over 5.9km of core were drilled from three boreholes within the SRP in an attempt to acquire continuous core documenting the volcanic and sedimentary record of the hotspot: (1) Kimama, (2) Kimberly, and (3) Mountain Home. The Kimama drill site was set up to acquire a continuous
record of basaltic volcanism along the central volcanic axis and to test the extent of geothermal resources beneath the Snake River aquifer.
Data submitted by project collaborator Doug Schmitt, University of Alberta
Organization: Department of Energy
Last updated: 2025-01-11T21:48:49.225904
Tags: borehole, borehole-geophysics, borehole-log, downhole, downhole-geophysics, gamma-ray, geopysics, geothermal, idaho, image-log, kimama, magnetic-susceptibility, neutron, pressure, project-hotspot, resistivity, seismic, snake-river-plain, sonic, srp, temperature, well-data, yellowstone-hotspot
CREATE TABLE dipmeter_measurements_kimama_rad (
"depth" VARCHAR,
"rad_0" VARCHAR,
"rad_1" VARCHAR,
"rad_2" VARCHAR,
"rad_3" VARCHAR
);CREATE TABLE gamma_ray_measurements (
"depth" VARCHAR,
"gamma_ray" VARCHAR
);CREATE TABLE kimama_cal (
"depth" VARCHAR,
"cal_1" VARCHAR,
"cal_2" VARCHAR,
"cal_3" VARCHAR
);CREATE TABLE magnetic_susceptibility (
"depth" VARCHAR,
"ms" VARCHAR
);CREATE TABLE neutron_measurements (
"depth" VARCHAR,
"neutron" VARCHAR
);CREATE TABLE pressure_data (
"depth" VARCHAR,
"p" VARCHAR
);CREATE TABLE sonic_data (
"depth" VARCHAR,
"rd" VARCHAR,
"rs" VARCHAR
);CREATE TABLE temperature_data (
"depth" VARCHAR,
"temp" VARCHAR
);Anyone who has the link will be able to view this.