refr_index_airInfraredEarth

Workspace.refr_index_airInfraredEarth(self: pyarts.arts._Workspace, refr_index_air: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = self.refr_index_air, refr_index_air_group: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = self.refr_index_air_group, rtp_pressure: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = self.rtp_pressure, rtp_temperature: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = self.rtp_temperature, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Calculates the IR refractive index due to gases in the Earth’s atmosphere.

Only refractivity of dry air is considered. The formula used is contributed by Michael Hoepfner, Forschungszentrum Karlsruhe.

The refractivity of dry air is added to refr_index_air. To obtain the complete value, refr_index_air should be set to 1 before calling this WSM. This applies also to refr_index_air_group.

The expression used is non-dispersive. Hence, refr_index_air and refr_index_air_group are identical.

Author(s): Mattias Ekstrom

Parameters:
  • refr_index_air (Numeric, optional) – Real part of the refractive index of air. See refr_index_air, defaults to self.refr_index_air [INOUT]

  • refr_index_air_group (Numeric, optional) – Group index of refractivity. See refr_index_air_group, defaults to self.refr_index_air_group [INOUT]

  • 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]

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