single_dispersionAddWaterVisibleNIRHarvey98
- Workspace.single_dispersionAddWaterVisibleNIRHarvey98(self, single_dispersion: pyarts3.arts.Numeric | None = None, freq: pyarts3.arts.Numeric | None = None, atm_point: pyarts3.arts.AtmPoint | None = None, water_mass_density: pyarts3.arts.Numeric | None = None, check_validity: pyarts3.arts.Index | None = None) None
Add the Harvey et al. (1998) water/steam refractivity to
single_dispersion.The model covers the real refractive index in the visible and near infrared. The added value is \(n-1\), matching the convention consumed by
ray_point_back_propagation_agendawhen it uses itsRefractiveStepwiseoption.By default, the water mass density is derived from the H2O VMR, pressure, temperature, and isotopologue masses in
atm_point. Setwater_mass_densityto a non-negative value to use an explicit density instead. An explicit value is useful for liquid-water calculations.This method only contributes refractivity. It does not add absorption to
single_propmator derivatives tosingle_dispersion_jac.Authors: Manfred Brath, Richard Larsson
- Parameters:
single_dispersion (Numeric, optional) – A dispersion at a single
freqpoint. Seesingle_dispersion, defaults toself.single_dispersion[INOUT]freq (Numeric, optional) – A single frequency. Unit: Hz. See
freq, defaults toself.freq[IN]atm_point (AtmPoint, optional) – An atmospheric point in ARTS. See
atm_point, defaults toself.atm_point[IN]water_mass_density (Numeric, optional) – Water mass density [kg/m3]. A negative value derives it from the H2O VMR in atm_point. Defaults to
-1[IN]check_validity (Index, optional) – Enforce the published temperature, density, and wavelength validity ranges. Defaults to
1[IN]