propmat_clearskyInit
- Workspace.propmat_clearskyInit(self: pyarts.arts._Workspace, propmat_clearsky: pyarts.arts.WorkspaceVariable | pyarts.arts.PropagationMatrix | None = self.propmat_clearsky, nlte_source: pyarts.arts.WorkspaceVariable | pyarts.arts.StokesVector | None = self.nlte_source, dpropmat_clearsky_dx: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfPropagationMatrix | None = self.dpropmat_clearsky_dx, dnlte_source_dx: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfStokesVector | None = self.dnlte_source_dx, jacobian_quantities: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfRetrievalQuantity | None = self.jacobian_quantities, f_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.f_grid, stokes_dim: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.stokes_dim, propmat_clearsky_agenda_checked: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.propmat_clearsky_agenda_checked, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Initialize
propmat_clearsky,nlte_source, and their derivatives to zeroes.This method must be used inside
propmat_clearsky_agendaand then be called first.Author(s): Oliver Lemke, Richard Larsson
- Parameters:
propmat_clearsky (PropagationMatrix, optional) – This contains the absorption coefficients for one point in the atmosphere. See
propmat_clearsky, defaults toself.propmat_clearsky[OUT]nlte_source (StokesVector, optional) – Variable to contain the additional source function due to NLTE effects. See
nlte_source, defaults toself.nlte_source[OUT]dpropmat_clearsky_dx (ArrayOfPropagationMatrix, optional) – Partial derivative of absorption coefficients. See
dpropmat_clearsky_dx, defaults toself.dpropmat_clearsky_dx[OUT]dnlte_source_dx (ArrayOfStokesVector, optional) – NLTE partial derivatives output is two parts: S * dB/dx + dS/dx * B. See
dnlte_source_dx, defaults toself.dnlte_source_dx[OUT]jacobian_quantities (ArrayOfRetrievalQuantity, optional) – The retrieval quantities in the Jacobian matrix. See
jacobian_quantities, defaults toself.jacobian_quantities[IN]f_grid (Vector, optional) – The frequency grid for monochromatic pencil beam calculations. See
f_grid, defaults toself.f_grid[IN]stokes_dim (Index, optional) – The dimensionality of the Stokes vector (1-4). See
stokes_dim, defaults toself.stokes_dim[IN]propmat_clearsky_agenda_checked (Index, optional) – OK-flag for
propmat_clearsky_agenda. Seepropmat_clearsky_agenda_checked, defaults toself.propmat_clearsky_agenda_checked[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity, defaults toself.verbosity[IN]