Commit 06469c60 authored by sbiri's avatar sbiri
Browse files

Update AirSeaFluxCode.py

parent bc7bd74a
......@@ -10,7 +10,7 @@ from cs_wl_subs import *
class S88:
def _wind_iterate(self, ind):
if self.gust[0] in range(1, 5):
if self.gust[0] in range(1, 6):
self.wind[ind] = np.sqrt(np.power(np.copy(self.spd[ind]), 2) +
np.power(get_gust(self.gust[1],
self.theta[ind],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment