Skip to content

Commit

Permalink
FARMS-DNI
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyupku committed Mar 28, 2023
1 parent bb61547 commit f604b55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions farms/farms_dni.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down Expand Up @@ -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
-----------
Expand Down Expand Up @@ -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
-----------
Expand Down

0 comments on commit f604b55

Please sign in to comment.