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. If you use a method of SurfaceSomething type, you don't need this one.
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+IN | dsurface_rmatrix_dx | (ArrayOfTensor4) | The derivative of surface_rmatrix with respect to quantities listed in dsurface_names. |
OUT+IN | dsurface_emission_dx | (ArrayOfMatrix) | The derivative of surface_emission with respect to quantities listed in dsurface_names. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | surface_props_data | (Tensor3) | Various surface properties. |
IN | surface_props_names | (ArrayOfString) | Name on surface properties found in surface_props_data. |
IN | dsurface_names | (ArrayOfString) | Name of surface retrieval quantities. |
IN | jacobian_do | (Index) | Flag to activate (clear-sky) Jacobian calculations. |