Reservoir Life Cycle Query HIP-RA #263
-
The input “reservoir life cycle” in HIP-RA is not clear as to the meaning. It has a very large effect on the output. The impact of the variable “Reservoir Life Cycle” is huge and counterintuitive for me. I get less Producible Electricity as I enter a larger number for the Reservoir Life Cycle input…… |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
@malcolm-dsider Can you comment on this? |
Beta Was this translation helpful? Give feedback.
-
Starting it GitHub, I searched for “Reservoir Life Cycle,” and I see that it leads to a variable called
I then searched for “self.reservoir_life_cycle,” and find that it leads to just one line of source code:
So that tells me how it is used. It is useful to know what
So Note: formatting lightly edited with code links and for readability by @softwareengineerprogrammer |
Beta Was this translation helpful? Give feedback.
-
You responded via email with: I found all that and will post up as you ask. My question was not worded well. I am working on a prediction of the size of the prize for a project along the Texas GC. One piece of a larger area shows ~20MW electricity via Geophires. The larger areal extent would equate to ~400MW proportionally I would assume just working the area differences….. Maybe I don’t understand the intent of HIP-RA. I was thinking that I could use it to show a similar value via a different means. The impact of the variable “Reservoir Life Cycle” is huge and counterintuitive for me. I get less Producible Electricity as I enter larger number for the Reservoir Life Cycle input…… |
Beta Was this translation helpful? Give feedback.
-
This is working as expected - it is not possible, nor is it intended, that you can get to a similar value using different means (GEOPHIRES vs HIP-RA). I think of HIP-RA as a top-down assessment that calculates all the possible heat energy that it is present in the entire reservoir, and GEOPHIRES is a bottom-up calculation of what is possible to be recovered; the two are always going to be far apart, as it is not possible to recover anywhere near 100% of the heat in the entire reservoir. In your case, the recovery seems to be about 5% (20 MS vs 400 MW). |
Beta Was this translation helpful? Give feedback.
Starting it GitHub, I searched for “Reservoir Life Cycle,” and I see that it leads to a variable called
self.reservoir_life_cycle
in hip_ra_x.py:I then searched for “self.rese…