ARTS built-in documentation server
Workspace Method jacobianAddWind
Description
Includes one atmospheric wind component in the Jacobian. The method follows the pattern of other Jacobian methods. The calculations can only be performed by analytic expressions. As mentioned, the wind components are assumed to be retrieved separately, and, hence, the argument *component* can be "u", "v" or "w".
Authors: Patrick Eriksson
Synopsis
jacobianAddWind( | jacobian_quantities, jacobian_agenda, atmosphere_dim, p_grid, lat_grid, lon_grid, g1, g2, g3, component ) |
Variables
OUT+IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
OUT+IN | jacobian_agenda | (Agenda) | See agendas.cc. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
GIN | g1 | (Vector) | Pressure retrieval grid. |
GIN | g2 | (Vector) | Latitude retrieval grid. |
GIN | g3 | (Vector) | Longitude retreival grid. |
GIN | component | (String, Default: "v") | Wind component to retrieve |