From f604b551050dea707796d9f075be06286861f193 Mon Sep 17 00:00:00 2001 From: xieyupku Date: Tue, 28 Mar 2023 14:57:20 -0600 Subject: [PATCH] FARMS-DNI --- farms/farms_dni.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/farms/farms_dni.py b/farms/farms_dni.py index 69fe628..2628f09 100644 --- a/farms/farms_dni.py +++ b/farms/farms_dni.py @@ -30,7 +30,7 @@ def TDD2(Z, Ftotal, F1): A parameterization of Eq. (S4) in Xie et al (2020) is used. All arrays should have the same shape (n_times) or - (n_times,n_lats,n_lons) + (n_times, n_lats, n_lons) Parameters ----------- @@ -64,7 +64,7 @@ def TDDP(Z, tau, De, phase1, phase2): More details can be found in Xie et al. (2020) All arrays should have the same shape (n_times) or - (n_times,n_lats,n_lons) + (n_times, n_lats, n_lons) Parameters ----------- @@ -101,7 +101,7 @@ def Pwater(Z, tau, De): The cloud transmittance is parameterized by Yang et al. (2022) All arrays should have the same shape (n_times) or - (n_times,n_lats,n_lons) + (n_times, n_lats, n_lons) Parameters -----------