ARTS built-in documentation server

Workspace Method GriddedFieldZToPRegrid

Description

Interpolates the input field along the vertical dimension to p_grid.

This is done from z_field, and thus requires the atmosphere to be set 
beforehand.

The latitude and longitude grid of the input field must match lat_grid
and lon_grid for the method to work.

BETA mode.

Authors: Richard Larsson

Synopsis

GriddedFieldZToPRegrid( out, p_grid, lat_grid, lon_grid, z_field, in, interp_order, zeropadding )

Variables

GOUTout(GriddedField3)Regridded output; Pressure-gridded field.
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INz_field(Tensor3)The field of geometrical altitudes.
GINin(GriddedField3)Raw input; Altitude-gridded field.
GINinterp_order(Index, Default: 1)Interpolation order.
GINzeropadding(Index, Default: 0)Apply zero-padding.