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.
! Define beam fraction, fbeam:
RadFbeam(:,1) = spitter(mp, cpi, real(metDoy), coszen, SW_down(:,1))
RadfBeam(:,2) = spitter(mp, cpi, real(metDoy), coszen, SW_down(:,2))
! coszen is set during met data read in.
WHERE (coszen < Ccoszen_tols_huge ) RadFbeam(:,1) = 0.0 RadFbeam(:,2) = 0.0 END WHERE