Skip to content

Commit 534ab2c

Browse files
Increase max allowed exploration cost up to B (external case study has exploration cost of /bin/zsh.5B which could not be modeled by previous max of M)
1 parent 29122f2 commit 534ab2c

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
@@ -650,7 +650,7 @@ def __init__(self, model: Model):
650650
"Exploration Capital Cost",
651651
DefaultValue=-1.0,
652652
Min=0,
653-
Max=100,
653+
Max=1000,
654654
UnitType=Units.CURRENCY,
655655
PreferredUnits=CurrencyUnit.MDOLLARS,
656656
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
@@ -1438,7 +1438,7 @@
14381438
"category": "Economics",
14391439
"default": -1.0,
14401440
"minimum": 0,
1441-
"maximum": 100
1441+
"maximum": 1000
14421442
},
14431443
"Exploration Capital Cost Adjustment Factor": {
14441444
"description": "Multiplier for built-in exploration capital cost correlation",

0 commit comments

Comments
 (0)