From 88663524d51005cd4b1c872c355b7508a3f075d7 Mon Sep 17 00:00:00 2001 From: sbiri <sbiri@noc.ac.uk> Date: Thu, 26 Aug 2021 10:50:37 +0100 Subject: [PATCH] set gustiness on for YT96 --- get_init.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/get_init.py b/get_init.py index feb8336..144714c 100644 --- a/get_init.py +++ b/get_init.py @@ -139,8 +139,6 @@ def get_init(spd, T, SST, lat, hum, P, Rl, Rs, cskin, skin, wl, gust, L, tol, elif (np.all(gust == None) and (meth == "UA" or meth == "ecmwf" or meth == "Beljaars")): gust = [1, 1, 1000] - elif (np.all(gust == None) and (meth == "YT96")): - gust = [0, 0, 0] elif np.all(gust == None): gust = [1, 1.2, 800] elif ((np.size(gust) < 3) and (gust == 0)): -- GitLab