
What are Geothermal Power Plants?

Geology of Roosevelt Hot Springs Geothermal, Utah
Seismic sections from the Roosevelt Hot Springs Geothermal Area Utah are a major hydrothermal reservoir that is structurally dominated by a fault intersection. Two predominant structural features constrain the reservoir (i.e., the Opal Mound Fault and the Negro Mag Fault). The recorded flow of one of the hot springs in 1908 was 38 l/min with a temperature of 88°C. Measurements in 1950 produced a 4 l/min flow rate from the springs at a temperature of 85°C, and by 1957 the flow from the springs was minimal, with a recorded temperature of 55°C. By 1966 the springs had dried up. The proposed heat source for the Roosevelt geothermal area is a plume of partial melt material underlying the central to the western Mineral Mountains.How AI can help in detecting Geothermal reservoirs?
AI is used in automating seismic facies identification. The training process starts with annotating seismic images to generate labels and then training an ML model.Seismic Section Interpreted Seismic Horizons
Processed Seismic Data was annotated and segmented into 8 classes based on prominent horizons visible. Seismic Section of size 643X271Â and 250X271 was used to generate patches of size 40X40 with a stride of 10 instead of half the size of patch i.e., 20 in order to increase the number of training examples. Training set consists of Seismic data from inline 1 to 271 while seismic data from inline 272 to 321 was used as a test set. A total of 2407 patches were generated for the training set out of which 20% (482) was used as a validation set. Test Seismic Section of size 643X50 derived from inline 272 to 321 was used to generate 122 patches. Data Augmentation like Random rotation of patch with no more than 10 degrees, random noise addition, and random horizontal flip was used in the data. We used EarthAdaptNet (stay tuned for our upcoming paper that explains this state-of-the-art architecture)Â with Encoder-Decoder Pair Architecture to train our model. A batch size of 32 was used while training the model. The cross-Entropy was used as a cost function. Adam optimizer with a learning rate of 0.001 was used to optimize the parameters of the network. Training continued up till 50 epochs.
(a) Seismic Section (b) Interpreted Seismic Horizons (c) Predicted Seismic Horizons