propmat_clearsky_agendaSet
- Workspace.propmat_clearsky_agendaSet(self: pyarts.arts._Workspace, propmat_clearsky_agenda: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Agenda]] = self.propmat_clearsky_agenda, option: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Sets
propmat_clearsky_agenda
to a default valuePlease consider using
propmat_clearsky_agendaAuto()
instead of one of these options as it will ensure you have the best coverage of use cases. The options below are available for feature testingOptions are:
"Empty"
:Uses
propmat_clearskyInit()
to setpropmat_clearsky
,nlte_source
,dpropmat_clearsky_dx
, anddnlte_source_dx
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]option (String) – Default agenda option (see description). [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]