Fraction of downwelling irradiance transmitted across the water surface.
Source:R/optical_properties.R
surface_transmittance.RdThe fraction of above-surface downwelling irradiance that enters the water after Fresnel reflection at a flat air-water interface — the surface term of an above-vs-below-water light budget: \(E_{\text{below}} \approx \tau\,E_{\text{above}}\) (Johnsen 2012, ch. 5).
Usage
surface_transmittance(angle = NULL, n = 1.333, source = c("direct", "diffuse"))Details
For a "direct" (collimated, e.g. solar-beam) source at a given
incidence angle, \(\tau = 1 - R(\theta)\). For a "diffuse" (isotropic
sky) source it is the cosine-weighted hemispherical average of
\(1 - R(\theta)\), about 0.93 for seawater (i.e. ~7% is reflected). This is
the planar-irradiance transmittance; in-water radiance is additionally
boosted by \(n^2\) because the refracted beam is compressed into
snells_window.