Skip to content

Commit 5bc8665

Browse files
committed
Updated the initial_guess_TR_SS maximum value in default_parameters.json
1 parent 1a943f4 commit 5bc8665

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ogcore/default_parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4435,7 +4435,7 @@
44354435
},
44364436
"initial_guess_TR_SS": {
44374437
"title": "Initial guess of TR for the SS solution",
4438-
"description": "Initial guess of TR for the SS solution.",
4438+
"description": "Initial guess of TR for the SS solution. This value is in model units and can therefore be any large positive number. We may have to adjust the maximum for this parameter from time to time.",
44394439
"section_1": "Model Solution Parameters",
44404440
"notes": "",
44414441
"type": "float",
@@ -4447,7 +4447,7 @@
44474447
"validators": {
44484448
"range": {
44494449
"min": 0.0,
4450-
"max": 0.2
4450+
"max": 2.5
44514451
}
44524452
}
44534453
},

0 commit comments

Comments
 (0)