Skip to content

Commit e6e33cd

Browse files
authored
Replace sweep3 function with sweep function
1 parent 2bc9516 commit e6e33cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aeolis/model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,8 +1706,7 @@ def solve_SS(self, alpha:float=0., beta:float=1.) -> dict:
17061706
Ct[0,:,0] = -2
17071707
Ct[-1,:,0] = -2
17081708

1709-
# Ct, pickup = sweep(s['Cu'].copy(), s['mass'].copy(), self.dt, p['T'], s['ds'], s['dn'], s['us'], s['un'] )
1710-
Ct, pickup = sweep3(Ct, s['Cu'].copy(), s['mass'].copy(), self.dt, p['T'], s['ds'], s['dn'], s['us'], s['un'],w)
1709+
Ct, pickup = sweep(Ct, s['Cu'].copy(), s['mass'].copy(), self.dt, p['T'], s['ds'], s['dn'], s['us'], s['un'],w)
17111710

17121711
if 0:
17131712
#define 4 quadrants based on wind directions

0 commit comments

Comments
 (0)