ARTS built-in documentation server

Workspace Method SurfaceDummy

Description

Dummy method for iy_surface_agenda.

If you don't make use of surface_props_data and associated
variables, include this method iy_surface_agenda. The method
just checks that the variables of concern are set to be empty,
and you don't need to include calls of Ignore and Touch in
the agenda.

Authors: Patrick Eriksson

Synopsis

SurfaceDummy( dsurface_rmatrix_dx, dsurface_emission_dx, atmosphere_dim, lat_grid, lon_grid, surface_props_data, surface_props_names, dsurface_names, jacobian_do )

Variables

OUT+INdsurface_rmatrix_dx(ArrayOfTensor4)The derivative of surface_rmatrix with respect to quantities listed in dsurface_names.
OUT+INdsurface_emission_dx(ArrayOfMatrix)The derivative of surface_emission with respect to quantities listed in dsurface_names.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INsurface_props_data(Tensor3)Various surface properties.
INsurface_props_names(ArrayOfString)Name on surface properties found in surface_props_data.
INdsurface_names(ArrayOfString)Name of surface retrieval quantities.
INjacobian_do(Index)Flag to activate (clear-sky) Jacobian calculations.