Skip to content

Commit 2a57ae3

Browse files
committed
relax upper bounds for rof ocn mapping smoothing params
1 parent b29c1e2 commit 2a57ae3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

visualCaseGen/specs/relational_constraints.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,11 @@ def get_relational_constraints(cvars):
191191
ROF_OCN_MAPPING_FOLD > 0:
192192
"ROF_OCN_MAPPING_FOLD must be a positive number.",
193193

194-
ROF_OCN_MAPPING_RMAX <= 1000:
195-
"ROF_OCN_MAPPING_RMAX must be less than or equal to 1000 km.",
194+
ROF_OCN_MAPPING_RMAX <= 4000:
195+
"ROF_OCN_MAPPING_RMAX must be less than or equal to 4000 km.",
196196

197-
ROF_OCN_MAPPING_FOLD <= 1000:
198-
"ROF_OCN_MAPPING_FOLD must be less than or equal to 1000 km.",
197+
ROF_OCN_MAPPING_FOLD <= 8000:
198+
"ROF_OCN_MAPPING_FOLD must be less than or equal to 4000 km.",
199199

200200
#### Assertions to stress-test the CSP solver
201201

0 commit comments

Comments
 (0)