gas_scattering_coefAirSimple

Workspace.gas_scattering_coefAirSimple(self: pyarts.arts._Workspace, gas_scattering_coef: pyarts.arts.WorkspaceVariable | pyarts.arts.PropagationMatrix | None = self.gas_scattering_coef, f_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.f_grid, rtp_pressure: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = self.rtp_pressure, rtp_temperature: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = self.rtp_temperature, stokes_dim: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.stokes_dim, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Calculates of scattering coefficient matrix for air.

This function calculates the scattering coefficient for air using a fitted version from Stamnes et al., 2017 of the numerical results of Bates, 1984. Internally it calculates the spectrum of scattering coefficient matrices from the spectrum of scattering cross section matrices, atmospheric pressure, temperature for one point in the atmosphere. The function multiplies the cross sections with the number density of gas molecules under the assumption of an ideal gas to get the coefficients. The result is returned in gas_scattering_coef. The atmospheric pressure and temperature state has to be specified by rtp_pressure, rtp_temperature. The formula is accurate to 0.3 percent for wavelengths between 0.205 and 1.05 micrometer.

Author(s): Jon Petersen

Parameters:
  • gas_scattering_coef (PropagationMatrix, optional) – Spectrum of scattering coefficient matrices. See gas_scattering_coef, defaults to self.gas_scattering_coef [OUT]

  • f_grid (Vector, optional) – The frequency grid for monochromatic pencil beam calculations. See f_grid, defaults to self.f_grid [IN]

  • rtp_pressure (Numeric, optional) – Pressure at a radiative transfer point. See rtp_pressure, defaults to self.rtp_pressure [IN]

  • rtp_temperature (Numeric, optional) – Temperature at a radiative transfer point. See rtp_temperature, defaults to self.rtp_temperature [IN]

  • stokes_dim (Index, optional) – The dimensionality of the Stokes vector (1-4). See stokes_dim, defaults to self.stokes_dim [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]