We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Same calc used for diffuse/direct components.
DO i = 1,mp DO b = 1, 2 IF( mask(i) ) then
! Calculate effective beam reflectance (fraction):
EffRefl(i,b) = CanopyRefl(i,b) ( AlbSnow(i,b) - CanopyRefl(i,b) ) * CanopyTransmit(i,b)^2 endif
END DO END DO