propmat_clearsky_agendaAuto
- Workspace.propmat_clearsky_agendaAuto(self: pyarts.arts._Workspace, propmat_clearsky_agenda: pyarts.arts.WorkspaceVariable | pyarts.arts.Agenda | None = self.propmat_clearsky_agenda, propmat_clearsky_agenda_checked: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.propmat_clearsky_agenda_checked, abs_species: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfArrayOfSpeciesTag | None = self.abs_species, abs_lines_per_species: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfArrayOfAbsorptionLines | None = self.abs_lines_per_species, H: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 1.0, T_extrapolfac: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 0.5, eta: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 0.0, extpolfac: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 0.5, force_p: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = -1, force_t: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = -1, ignore_errors: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = 0, lines_sparse_df: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 0, lines_sparse_lim: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 0, lines_speedup_option: pyarts.arts.WorkspaceVariable | pyarts.arts.String | None = 'None', manual_mag_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = 0, no_negatives: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = 1, theta: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 0.0, use_abs_as_ext: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = 1, use_abs_lookup: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = 0, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Sets the
propmat_clearsky_agenda
automaticallyThis method introspects the input and uses it for generating the
propmat_clearsky_agenda
automatically. Ifuse_abs_lookup
, all methods that can be used to generate the absorption lookup table are ignored and instead the calculations from the absorption lookup are used.- The following methods are considered for addition:
- To perform absorption lookupo table calculation, call:
propmat_clearsky_agendaAuto()
(use_abs_lookup=1)Perform other calculations
Author(s): Richard Larsson
- Parameters:
propmat_clearsky_agenda (Agenda, optional) – Calculate the absorption coefficient matrix. See
propmat_clearsky_agenda
, defaults toself.propmat_clearsky_agenda
[OUT]propmat_clearsky_agenda_checked (Index, optional) – OK-flag for
propmat_clearsky_agenda
. Seepropmat_clearsky_agenda_checked
, defaults toself.propmat_clearsky_agenda_checked
[OUT]abs_species (ArrayOfArrayOfSpeciesTag, optional) – Tag groups for gas absorption. See
abs_species
, defaults toself.abs_species
[IN]abs_lines_per_species (ArrayOfArrayOfAbsorptionLines, optional) – A list of spectral line data for each tag. See
abs_lines_per_species
, defaults toself.abs_lines_per_species
[IN]H (Numeric, optional) – See
propmat_clearskyAddZeeman()
. Defaults to1.0
[IN]T_extrapolfac (Numeric, optional) – See
propmat_clearskyAddCIA()
. Defaults to0.5
[IN]eta (Numeric, optional) – See
propmat_clearskyAddZeeman()
. Defaults to0.0
[IN]extpolfac (Numeric, optional) – See
propmat_clearskyAddFromLookup()
. Defaults to0.5
[IN]force_p (Numeric, optional) – See
propmat_clearskyAddXsecFit()
. Defaults to-1
[IN]force_t (Numeric, optional) – See
propmat_clearskyAddXsecFit()
. Defaults to-1
[IN]ignore_errors (Index, optional) – See
propmat_clearskyAddCIA()
. Defaults to0
[IN]lines_sparse_df (Numeric, optional) – See
propmat_clearskyAddLines()
. Defaults to0
[IN]lines_sparse_lim (Numeric, optional) – See
propmat_clearskyAddLines()
. Defaults to0
[IN]lines_speedup_option (String, optional) – See
propmat_clearskyAddLines()
. Defaults to"None"
[IN]manual_mag_field (Index, optional) – See
propmat_clearskyAddZeeman()
. Defaults to0
[IN]no_negatives (Index, optional) – See
propmat_clearskyAddLines()
; Seepropmat_clearskyAddFromLookup()
. Defaults to1
[IN]theta (Numeric, optional) – See
propmat_clearskyAddZeeman()
. Defaults to0.0
[IN]use_abs_as_ext (Index, optional) – See
propmat_clearskyAddParticles()
. Defaults to1
[IN]use_abs_lookup (Index, optional) – Uses lookup calculations if true, ignores methods that can be part of the lookup table. Defaults to
0
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]