From 06469c600913c2b5b87d6b17d1842d402be9aa17 Mon Sep 17 00:00:00 2001 From: sbiri <sbiri@noc.ac.uk> Date: Tue, 1 Feb 2022 10:06:18 +0000 Subject: [PATCH] Update AirSeaFluxCode.py --- Code/AirSeaFluxCode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/AirSeaFluxCode.py b/Code/AirSeaFluxCode.py index 6d010d0..e11ee74 100644 --- a/Code/AirSeaFluxCode.py +++ b/Code/AirSeaFluxCode.py @@ -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], -- GitLab