vmr_fieldSetRh
- Workspace.vmr_fieldSetRh(self: pyarts.arts._Workspace, vmr_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor4 | None = self.vmr_field, abs_species: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfArrayOfSpeciesTag | None = self.abs_species, t_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor3 | None = self.t_field, p_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.p_grid, water_p_eq_agenda: pyarts.arts.WorkspaceVariable | pyarts.arts.Agenda | None = self.water_p_eq_agenda, rh: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 1.0, vmr_threshold: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 15.0e-6, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Sets the first H2O species to have a constant relative humidity (RH).
The water vapour saturation pressure is obtained by
water_p_eq_agenda
and the setytings in this agenda determines if the RH is e.g. defined with respect to liquid, or a combination of liquid and ice.Only the first H2O species is modified.
The default value of
vmr_threshold
aims at avoiding changing VMRs above the tropopause.Author(s): Patrick Eriksson
- Parameters:
vmr_field (Tensor4, optional) – VMR field. See
vmr_field
, defaults toself.vmr_field
[INOUT]abs_species (ArrayOfArrayOfSpeciesTag, optional) – Tag groups for gas absorption. See
abs_species
, defaults toself.abs_species
[IN]t_field (Tensor3, optional) – The field of atmospheric temperatures. See
t_field
, defaults toself.t_field
[IN]p_grid (Vector, optional) – The pressure grid. See
p_grid
, defaults toself.p_grid
[IN]water_p_eq_agenda (Agenda, optional) – Calculation of the saturation pressure of water. See
water_p_eq_agenda
, defaults toself.water_p_eq_agenda
[IN]rh (Numeric, optional) – Relative humidity to set. Defaults to
1.0
[IN]vmr_threshold (Numeric, optional) – Don’t change H2O VMR values below this value. Defaults to
15.0e-6
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]