From f5a7a9c289f9d544859c6435d8bc4e0b87a46b46 Mon Sep 17 00:00:00 2001 From: sbiri <sbiri@noc.ac.uk> Date: Fri, 5 Mar 2021 14:11:47 +0000 Subject: [PATCH] Update flux_subs.py --- flux_subs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux_subs.py b/flux_subs.py index c15ea25..24fe5a6 100755 --- a/flux_subs.py +++ b/flux_subs.py @@ -43,7 +43,7 @@ def cdn_calc(u10n, Ta, Tp, lat, meth="S80"): (0.60 + 0.070*u10n)*0.001, np.power((0.10038+u10n*2.17e-3 + np.power(u10n, 2)*2.78e-3 - - np.power(u10n, 3)*4e-5)/u10n, 2))) + np.power(u10n, 3)*4.4e-5)/u10n, 2))) elif (meth == "LY04"): cdn = np.where(u10n >= 0.5, (0.142+(2.7/u10n)+(u10n/13.09))*0.001, -- GitLab