abs_cia_dataAddCIARecord

Workspace.abs_cia_dataAddCIARecord(self: pyarts.arts._Workspace, abs_cia_data: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfCIARecord]] = self.abs_cia_data, cia_record: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.CIARecord], clobber: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]] = 0, verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None

Takes CIARecord as input and appends the results in the appropriate place.

If CIARecord has same species as species in abs_cia_data, then the array position is used to append all of the CIARecord into the array. If clobber evaluates as true, cia_record overwrites the appropriate abs_cia_data. If species in cia_record are not in abs_cia_data, the CIARecord is pushed back.

Author(s): Richard Larsson

Parameters:
  • abs_cia_data (ArrayOfCIARecord, optional) – HITRAN Collision Induced Absorption (CIA) Data. See abs_cia_data, defaults to self.abs_cia_data [INOUT]

  • cia_record (CIARecord) – CIA record to append to abs_cia_data. [IN]

  • clobber (Index, optional) – If true, the new input clobbers the old cia data. Defaults to 0 [IN]

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