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
OUT | p_grid | (Vector) | The pressure grid. |
IN | z_field_raw | (GriddedField3) | Raw data for geometrical altitudes. |
GIN | no_negZ | (Index, Default: 1) | Exclude negative altitudes. |