spectral_surf_reflTessem
- Workspace.spectral_surf_reflTessem(self, spectral_surf_refl: pyarts3.arts.MuelmatVector | None = None, spectral_surf_refl_jac: pyarts3.arts.MuelmatMatrix | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, ray_point: pyarts3.arts.PropagationPathPoint | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, tessem_neth: pyarts3.arts.TessemNN | None = None, tessem_netv: pyarts3.arts.TessemNN | None = None) None
Compute polarized specular ocean reflectance with TESSEM2.
The method reads surface temperature from the canonical
tentry and the properties"wind speed"[m/s] and"salinity"[kg/kg] fromsurf_field. Spatially varying fields and surface Jacobian targets for all three inputs are supported. Kirchhoff-consistent emission is supplied by the closed-surface agenda used byspectral_radSurfaceReflectance().Author: The ARTS developers
- Parameters:
spectral_surf_refl (MuelmatVector, optional) – Spectral surface reflectance. See
spectral_surf_refl, defaults toself.spectral_surf_refl[OUT]spectral_surf_refl_jac (MuelmatMatrix, optional) – Spectral surface reflectance jacobian. See
spectral_surf_refl_jac, defaults toself.spectral_surf_refl_jac[OUT]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]surf_field (SurfaceField, optional) – The surface field. See
surf_field, defaults toself.surf_field[IN]ray_point (PropagationPathPoint, optional) – A single path point. See
ray_point, defaults toself.ray_point[IN]jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[IN]tessem_neth (TessemNN, optional) – TESSEM neural network for horizontal-polarization emissivity. See
tessem_neth, defaults toself.tessem_neth[IN]tessem_netv (TessemNN, optional) – TESSEM neural network for vertical-polarization emissivity. See
tessem_netv, defaults toself.tessem_netv[IN]