single_dispersionAddGasMicrowavesGeneral
- Workspace.single_dispersionAddGasMicrowavesGeneral(self, single_dispersion: pyarts3.arts.Numeric | None = None, atm_point: pyarts3.arts.AtmPoint | None = None) None
Add microwave gas refractivity for a planetary atmosphere.
This is the non-dispersive Newell and Baird (1965) mixture model used by ARTS 2. It supports N2, O2, CO2, H2, He, and H2O. Every species is optional: only supported species present in
atm_pointcontribute. Their VMRs are normalized by the sum of the supported VMRs that are present. If none are present, the method adds zero refractivity.Reference refractivities are scaled from 273.15 K and 760 Torr to the pressure and temperature in
atm_point. The added value is \(n-1\), matching the convention consumed byray_point_back_propagation_agendawith itsRefractiveStepwiseoption.This method contributes refractivity only. It does not add absorption to
single_propmator derivatives tosingle_dispersion_jac.Authors: Jana Mendrok, Richard Larsson