surface_rtprop_agendaSet
- Workspace.surface_rtprop_agendaSet(self: pyarts.arts._Workspace, surface_rtprop_agenda: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Agenda]] = self.surface_rtprop_agenda, option: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Sets
surface_rtprop_agenda
to a default valueOptions are:
"Blackbody_SurfTFromt_surface"
:Uses
InterpSurfaceFieldToPosition()
using out=:attr:~pyarts.workspace.Workspace.surface_skin_t, and field=:attr:~pyarts.workspace.Workspace.t_surfaceUses
surfaceBlackbody()
to setsurface_los
,surface_rmatrix
, andsurface_emission
, and also to modifydsurface_rmatrix_dx
, anddsurface_emission_dx
"Blackbody_SurfTFromt_field"
:Uses
InterpAtmFieldToPosition()
using out=:attr:~pyarts.workspace.Workspace.surface_skin_t, and field=:attr:~pyarts.workspace.Workspace.t_fieldUses
surfaceBlackbody()
to setsurface_los
,surface_rmatrix
, andsurface_emission
, and also to modifydsurface_rmatrix_dx
, anddsurface_emission_dx
"Specular_NoPol_ReflFix_SurfTFromt_surface"
:Uses
specular_losCalc()
to setspecular_los
, andsurface_normal
Uses
InterpSurfaceFieldToPosition()
using out=:attr:~pyarts.workspace.Workspace.surface_skin_t, and field=:attr:~pyarts.workspace.Workspace.t_surfaceUses
surfaceFlatScalarReflectivity()
to setsurface_los
,surface_rmatrix
, andsurface_emission
, and also to modifydsurface_rmatrix_dx
, anddsurface_emission_dx
"Specular_NoPol_ReflFix_SurfTFromt_field"
:Uses
specular_losCalc()
to setspecular_los
, andsurface_normal
Uses
InterpAtmFieldToPosition()
using out=:attr:~pyarts.workspace.Workspace.surface_skin_t, and field=:attr:~pyarts.workspace.Workspace.t_fieldUses
surfaceFlatScalarReflectivity()
to setsurface_los
,surface_rmatrix
, andsurface_emission
, and also to modifydsurface_rmatrix_dx
, anddsurface_emission_dx
"Specular_WithPol_ReflFix_SurfTFromt_surface"
:Uses
specular_losCalc()
to setspecular_los
, andsurface_normal
Uses
InterpSurfaceFieldToPosition()
using out=:attr:~pyarts.workspace.Workspace.surface_skin_t, and field=:attr:~pyarts.workspace.Workspace.t_surfaceUses
surfaceFlatReflectivity()
to setsurface_los
,surface_rmatrix
, andsurface_emission
"lambertian_ReflFix_SurfTFromt_surface"
:Uses
specular_losCalc()
to setspecular_los
, andsurface_normal
Uses
InterpSurfaceFieldToPosition()
using out=:attr:~pyarts.workspace.Workspace.surface_skin_t, and field=:attr:~pyarts.workspace.Workspace.t_surfaceUses
surfaceLambertianSimple()
to setsurface_los
,surface_rmatrix
, andsurface_emission
"lambertian_ReflFix_SurfTFromt_field"
:Uses
specular_losCalc()
to setspecular_los
, andsurface_normal
Uses
InterpAtmFieldToPosition()
using out=:attr:~pyarts.workspace.Workspace.surface_skin_t, and field=:attr:~pyarts.workspace.Workspace.t_fieldUses
surfaceLambertianSimple()
to setsurface_los
,surface_rmatrix
, andsurface_emission
Author(s): Richard Larsson
- Parameters:
surface_rtprop_agenda (Agenda, optional) – Provides radiative properties of the surface. . See
surface_rtprop_agenda
, defaults toself.surface_rtprop_agenda
[OUT]option (String) – Default agenda option (see description). [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]