ARTS built-in documentation server

Workspace Method jacobianCalcTemperaturePerturbations

Description

Calculates atmospheric temperature jacobians by perturbations.

This function is added to jacobian_agenda by
jacobianAddTemperature and should normally not be called
by the user.

Authors: Mattias Ekstrom, Patrick Eriksson

Synopsis

jacobianCalcTemperaturePerturbations( jacobian, imblock, iyb, yb, atmosphere_dim, p_grid, lat_grid, lon_grid, t_field, z_field, vmr_field, abs_species, r_geoid, z_surface, cloudbox_on, stokes_dim, f_grid, sensor_pos, sensor_los, mblock_za_grid, mblock_aa_grid, antenna_dim, sensor_response, iy_clearsky_agenda, y_unit, p_hse, z_hse_accuracy, jacobian_quantities, jacobian_indices )

Variables

OUTjacobian(Matrix)The Jacobian matrix.
INjacobian(Matrix)The Jacobian matrix.
INimblock(Index)Measurement block index.
INiyb(Vector)Monochromatic pencil beam data for one measurement block.
INyb(Vector)The measurement vector for a single measurement block.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INt_field(Tensor3)The field of atmospheric temperatures.
INz_field(Tensor3)The field of geometrical altitudes.
INvmr_field(Tensor4)VMR field.
INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for scalar gas absorption.
INr_geoid(Matrix)Geoid radius.
INz_surface(Matrix)The surface altitude.
INcloudbox_on(Index)Flag to activate the cloud box.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INsensor_pos(Matrix)The sensor position for each measurement block.
INsensor_los(Matrix)The sensor line-of-sight (LOS) for each measurement block.
INmblock_za_grid(Vector)The zenith angle grid for each measurement block.
INmblock_aa_grid(Vector)The azimuthal angle grid for each measurement block.
INantenna_dim(Index)The dimensionality of the antenna pattern (1-2).
INsensor_response(Sparse)The matrix modelling the total sensor response.
INiy_clearsky_agenda(Agenda)See agendas.cc.
INy_unit(String)Unit for spectral values returned by radiative transfer methods.
INp_hse(Numeric)Reference pressure calculation of hydrostatic equilibrium.
INz_hse_accuracy(Numeric)Minimum accuracy for calculation of hydrostatic equilibrium.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
INjacobian_indices(ArrayOfArrayOfIndex)First and last column index in jacobian for each retrieval quantity.