atm_fieldInit
- Workspace.atm_fieldInit(self, atm_field: pyarts3.arts.AtmField | None = None, toa: pyarts3.arts.Numeric | None = None, default_isotopologue: pyarts3.arts.String | None = None) None
Initialize the atmospheric field with some altitude and isotopologue ratios
See
IsoRatioOptionfor validdefault_isotopologue.Author: Richard Larsson
Used by wrapper method
atm_fieldRead()
- Parameters:
atm_field (AtmField, optional) – An atmospheric field in ARTS, this is the main atmospheric data structure in ARTS. See
atm_field, defaults toself.atm_field[OUT]toa (Numeric) – Top of atmosphere altitude [m]. [IN]
default_isotopologue (String, optional) – Default option for the isotopologue ratios. Defaults to
"Builtin"[IN]