ARTS built-in documentation server

Workspace Method p_gridFromZRaw

Description

Sets p_grid according to input atmosphere's raw z_field, derived
e.g. from AtmRawRead.
Attention: as default only pressure values for altitudes >= 0 are
extracted. If negative altitudes shall also be selected, set no_neg=0.

Authors: Claudia Emde, Jana Mendrok

Synopsis

p_gridFromZRaw( p_grid, z_field_raw, no_negZ )

Variables

OUTp_grid(Vector)The pressure grid.
INz_field_raw(GriddedField3)Raw data for geometrical altitudes.
GINno_negZ(Index, Default: 1)Exclude negative altitudes.