You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JhanSrbinovsky edited this page Mar 3, 2020
·
1 revision
Effective extinction co-efficients
DO i = 1,mp
DO b = 1, 2
!IF mask is present we are doing the beam component then:
if( present(mask)) then
!then ONLY IF it is sunlit and vegetated -else default
if( mask(i) ) Eff_ExtCoeff(i,b) = ExtCoeff(i) * c1(i,b)
else
Eff_ExtCoeff(i,b) = ExtCoeff(i) * c1(i,b)
endif