ARTS built-in documentation server

Workspace Method pnd_fieldCalcFrompnd_field_raw

Description

Interpolation of particle number density fields to calculation grid
inside cloudbox.

This method interpolates the particle number density field
from the raw data pnd_field_raw to obtain pnd_field.
For 1D cases, where internally GriddedFieldPRegrid and
GriddedFieldLatLonRegrid are applied, *zeropadding*=1 sets the
pnd_field at pressure levels levels exceeding pnd_field_raw's
pressure grid to 0 (not implemented for 2D and 3D yet). Default:
zeropadding=0, which throws an error if the calculation pressure grid
p_grid is not completely covered by pnd_field_raw's pressure grid.

Authors: Sreerekha T.R., Claudia Emde, Oliver Lemke

Synopsis

pnd_fieldCalcFrompnd_field_raw( pnd_field, dpnd_field_dx, p_grid, lat_grid, lon_grid, pnd_field_raw, atmosphere_dim, cloudbox_limits, jacobian_quantities, zeropadding )

Variables

OUTpnd_field(Tensor4)Particle number density field.
OUTdpnd_field_dx(ArrayOfTensor4)Partial derivatives of pnd_field.
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INpnd_field_raw(ArrayOfGriddedField3)The particle number density field raw data.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INcloudbox_limits(ArrayOfIndex)The limits of the cloud box.
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
GINzeropadding(Index, Default: 0)Allow zeropadding of pnd_field.