Definitions: raise parameter limit: cumulative fluxes can easily reach the value +1e12

This commit is contained in:
Shahram Najm 2020-12-01 09:39:55 +00:00
parent 1da9a4e0f0
commit 26fdc3b425
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
constant default_min_val = -1e9 : double_type, hidden;
constant default_max_val = +1e9 : double_type, hidden;
constant default_max_val = +1e13 : double_type, hidden;
concept param_value_min(default_min_val) {
-150 = { paramId=165; }