get.rho550 | R Documentation |
Interpolate within a 4D look-up-table (LUT) of the sea-surface reflectance computed by Curt Mobley (Mobley, 1999, 2015).
thetaV |
is the viewing zenith angle |
delta.phi |
is the sensor azimuth angle relative to the sun |
windspeed |
is the wind speed in m/s. |
thetaS |
is the sun zenith angle |
The function performs a linear interpolation in a 4D LUT.
It uses the approx3d
function from the oce package.
The current LUT is decribed in details in Mobley, App. Opt (1999), which was updated by
Mobley, App. Opt (2015) to include improve sea surface wave statistic and polarisation
Simon Bélanger
get.rho550(thetaV=35, delta.phi=120, windspeed=5.5, thetaS=55)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.