Skip to content

Commit 6cd7180

Browse files
Increase max allowed surface plant cost to $10B
1 parent 5008d0a commit 6cd7180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/geophires_x/Economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ def __init__(self, model: Model):
760760
"Surface Plant Capital Cost",
761761
DefaultValue=-1.0,
762762
Min=0,
763-
Max=1000,
763+
Max=10000,
764764
UnitType=Units.CURRENCY,
765765
PreferredUnits=CurrencyUnit.MDOLLARS,
766766
CurrentUnits=CurrencyUnit.MDOLLARS,

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@
15101510
"category": "Economics",
15111511
"default": -1.0,
15121512
"minimum": 0,
1513-
"maximum": 1000
1513+
"maximum": 10000
15141514
},
15151515
"Surface Plant Capital Cost Adjustment Factor": {
15161516
"description": "Multiplier for built-in surface plant capital cost correlation",

0 commit comments

Comments
 (0)