surface_rtpropFromTypesManual
- Workspace.surface_rtpropFromTypesManual(self: pyarts.arts._Workspace, surface_type_mix: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.surface_type_mix, surface_skin_t: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric]] = self.surface_skin_t, surface_los: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Matrix]] = self.surface_los, surface_rmatrix: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Tensor4]] = self.surface_rmatrix, surface_emission: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Matrix]] = self.surface_emission, f_grid: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.f_grid, rtp_pos: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.rtp_pos, rtp_los: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.rtp_los, surface_rtprop_agenda_array: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfAgenda]] = self.surface_rtprop_agenda_array, surface_type: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Extracts surface RT properties by manual selection of surface type.
The surface type to apply is selected by the GIN argument.
Author(s): Patrick Eriksson
- Parameters:
surface_type_mix (Vector, optional) – Gives the fraction of different surface types. See
surface_type_mix, defaults toself.surface_type_mix[OUT]surface_skin_t (Numeric, optional) – Surface skin temperature. See
surface_skin_t, defaults toself.surface_skin_t[OUT]surface_los (Matrix, optional) – Downwelling radiation directions to consider in surface reflection. See
surface_los, defaults toself.surface_los[OUT]surface_rmatrix (Tensor4, optional) – The reflection coefficients for the directions given by. See
surface_rmatrix, defaults toself.surface_rmatrix[OUT]surface_emission (Matrix, optional) – The emission from the surface. See
surface_emission, defaults toself.surface_emission[OUT]f_grid (Vector, optional) – The frequency grid for monochromatic pencil beam calculations. See
f_grid, defaults toself.f_grid[IN]rtp_pos (Vector, optional) – Position of a radiative transfer point. See
rtp_pos, defaults toself.rtp_pos[IN]rtp_los (Vector, optional) – Line-of-sight at a radiative transfer point. See
rtp_los, defaults toself.rtp_los[IN]surface_rtprop_agenda_array (ArrayOfAgenda, optional) – Description of surface radiative properties, for each surface type. See
surface_rtprop_agenda_array, defaults toself.surface_rtprop_agenda_array[IN]surface_type (Index) – Selected surface type. [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity, defaults toself.verbosity[IN]