SurfaceDummy
- Workspace.SurfaceDummy(self: pyarts.arts._Workspace, dsurface_rmatrix_dx: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfTensor4 | None = self.dsurface_rmatrix_dx, dsurface_emission_dx: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfMatrix | None = self.dsurface_emission_dx, atmosphere_dim: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.atmosphere_dim, lat_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.lat_grid, lon_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.lon_grid, surface_props_data: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor3 | None = self.surface_props_data, surface_props_names: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfString | None = self.surface_props_names, dsurface_names: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfString | None = self.dsurface_names, jacobian_do: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.jacobian_do, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Dummy method for
iy_surface_agenda
.If you don’t make use of
surface_props_data
and associated variables, include this methodiy_surface_agenda
. The method just checks that the variables of concern are set to be empty, and you don’t need to include calls ofIgnore()
andTouch()
in the agenda.If you use a method of SurfaceSomething type, you don’t need this one.
Author(s): Patrick Eriksson
- Parameters:
dsurface_rmatrix_dx (ArrayOfTensor4, optional) – The derivative of
surface_rmatrix
with respect to quantities. Seedsurface_rmatrix_dx
, defaults toself.dsurface_rmatrix_dx
[INOUT]dsurface_emission_dx (ArrayOfMatrix, optional) – The derivative of
surface_emission
with respect to quantities. Seedsurface_emission_dx
, defaults toself.dsurface_emission_dx
[INOUT]atmosphere_dim (Index, optional) – The atmospheric dimensionality (1-3). See
atmosphere_dim
, defaults toself.atmosphere_dim
[IN]lat_grid (Vector, optional) – The latitude grid. See
lat_grid
, defaults toself.lat_grid
[IN]lon_grid (Vector, optional) – The longitude grid. See
lon_grid
, defaults toself.lon_grid
[IN]surface_props_data (Tensor3, optional) – Various surface properties. See
surface_props_data
, defaults toself.surface_props_data
[IN]surface_props_names (ArrayOfString, optional) – Name on surface properties found in
surface_props_data
. Seesurface_props_names
, defaults toself.surface_props_names
[IN]dsurface_names (ArrayOfString, optional) – Name of surface retrieval quantities. See
dsurface_names
, defaults toself.dsurface_names
[IN]jacobian_do (Index, optional) – Flag to activate (clear-sky) Jacobian calculations. See
jacobian_do
, defaults toself.jacobian_do
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]