File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ def __init__(self):
206206 self .upper_bc = True
207207 self .lower_bc = True
208208 self .roi = 1000.0
209+ self .above = 2.0
209210 self .frz = 4500.0
210211 self .Nfeval = 0.0
211212 self .engine = "scipy"
@@ -257,10 +258,11 @@ def _get_dd_wind_field_scipy(
257258 leise_nstep = 1 ,
258259 min_bca = 30.0 ,
259260 max_bca = 150.0 ,
260- upper_bc = True ,
261+ upper_bc = 1 ,
261262 model_fields = None ,
262263 output_cost_functions = True ,
263264 roi = 1000.0 ,
265+ above = 2.0 ,
264266 wind_tol = 0.1 ,
265267 tolerance = 1e-8 ,
266268 const_boundary_cond = False ,
Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ def __init__(self):
206206 self .upper_bc = True
207207 self .lower_bc = True
208208 self .roi = 1000.0
209+ self .above = 2.0
209210 self .frz = 4500.0
210211 self .Nfeval = 0.0
211212 self .engine = "scipy"
@@ -257,10 +258,11 @@ def _get_dd_wind_field_scipy(
257258 leise_nstep = 1 ,
258259 min_bca = 30.0 ,
259260 max_bca = 150.0 ,
260- upper_bc = True ,
261+ upper_bc = 1 ,
261262 model_fields = None ,
262263 output_cost_functions = True ,
263264 roi = 1000.0 ,
265+ above = 2.0 ,
264266 wind_tol = 0.1 ,
265267 tolerance = 1e-8 ,
266268 const_boundary_cond = False ,
You can’t perform that action at this time.
0 commit comments