Skip to content

Commit

Permalink
Represent stimulation cost correctly by adjusting max allowed value
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer committed Nov 12, 2024
1 parent 5d38eec commit 6797e33
Showing 3 changed files with 95 additions and 79 deletions.
2 changes: 1 addition & 1 deletion src/geophires_x/Economics.py
Original file line number Diff line number Diff line change
@@ -579,7 +579,7 @@ def __init__(self, model: Model):
"Reservoir Stimulation Capital Cost",
DefaultValue=-1.0,
Min=0,
Max=100,
Max=1000,
UnitType=Units.CURRENCY,
PreferredUnits=CurrencyUnit.MDOLLARS,
CurrentUnits=CurrencyUnit.MDOLLARS,
Loading
Oops, something went wrong.

0 comments on commit 6797e33

Please sign in to comment.