DoitCalc
- Workspace.DoitCalc(self: pyarts.arts._Workspace, cloudbox_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor7 | None = self.cloudbox_field, atmfields_checked: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.atmfields_checked, atmgeom_checked: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.atmgeom_checked, cloudbox_checked: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.cloudbox_checked, scat_data_checked: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.scat_data_checked, cloudbox_on: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.cloudbox_on, f_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.f_grid, doit_mono_agenda: pyarts.arts.WorkspaceVariable | pyarts.arts.Agenda | None = self.doit_mono_agenda, doit_is_initialized: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.doit_is_initialized, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Main DOIT method.
This method executes
doit_mono_agendafor each frequency inf_grid. The output is the radiation field inside the cloudbox (cloudbox_field).Author(s): Claudia Emde
- Parameters:
cloudbox_field (Tensor7, optional) – The spectral radiance field inside the cloudbx. See
cloudbox_field, defaults toself.cloudbox_field[INOUT]atmfields_checked (Index, optional) – OK-flag for atmospheric grids and (physical) fields. See
atmfields_checked, defaults toself.atmfields_checked[IN]atmgeom_checked (Index, optional) – OK-flag for the geometry of the model atmosphere. See
atmgeom_checked, defaults toself.atmgeom_checked[IN]cloudbox_checked (Index, optional) – OK-flag for variables associated with the cloudbox. See
cloudbox_checked, defaults toself.cloudbox_checked[IN]scat_data_checked (Index, optional) – OK-flag for
scat_data. Seescat_data_checked, defaults toself.scat_data_checked[IN]cloudbox_on (Index, optional) – Flag to activate the cloud box. See
cloudbox_on, defaults toself.cloudbox_on[IN]f_grid (Vector, optional) – The frequency grid for monochromatic pencil beam calculations. See
f_grid, defaults toself.f_grid[IN]doit_mono_agenda (Agenda, optional) – Performs monochromatic DOIT calculation. See
doit_mono_agenda, defaults toself.doit_mono_agenda[IN]doit_is_initialized (Index, optional) – Flag to determine if
DoitInit()was called. Seedoit_is_initialized, defaults toself.doit_is_initialized[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity, defaults toself.verbosity[IN]