ARTS built-in documentation server

Workspace Method surfaceTessem

Description

TESSEM sea surface microwave emissivity parametrization.

This method computes surface emissivity and reflectivity matrices for
ocean surfaces using the TESSEM emissivity model: Prigent, C., et al.
Sea‐surface emissivity parametrization from microwaves to millimetre
waves, QJRMS, 2017, 143.702: 596-605.

The validity range of the parametrization of is 10 to 700 GHz, but for
some extra flexibility frequencies between 5 and 900 GHz are accepted.
The accepted temperaute range for surface_skin_t is [260.0 K, 373.0 K]

The model itself is represented by the neural networks in
tessem_neth and tessem_netv.

Authors: Simon Pfreundschuh

Synopsis

surfaceTessem( surface_los, surface_rmatrix, surface_emission, atmosphere_dim, stokes_dim, f_grid, rtp_pos, rtp_los, surface_skin_t, tessem_neth, tessem_netv, salinity, wind_speed )

Variables

OUTsurface_los(Matrix)Downwelling radiation directions to consider in surface reflection.
OUTsurface_rmatrix(Tensor4)The reflection coefficients for the directions given by surface_los to the direction of interest.
OUTsurface_emission(Matrix)The emission from the surface.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INrtp_pos(Vector)Position of a radiative transfer point.
INrtp_los(Vector)Line-of-sight at a radiative transfer point.
INsurface_skin_t(Numeric)Surface skin temperature.
INtessem_neth(TessemNN)TESSEM2 neural network parameters for horizontal polarization.
INtessem_netv(TessemNN)TESSEM2 neural network parameters for vertical polarization.
GINsalinity(Numeric, Default: 0.035)Salinity, 0-1. That is, 3% is given as 0.03.
GINwind_speed(Numeric)Wind speed.