ARTS built-in documentation server

Workspace Method PFromZSimple

Description

Simple conversion from altitude to pressure.

This function converts a vector of altitudes to an approximate vector
of corresponding pressures. The formula used to convert altitide z to height
 is:
p = 10.0^(5.0 - z / 1600)

Note that all altitude values in the vector must be less than 120 km, 
 otherwise an error will be thrown.

Authors: Simon Pfreundschuh

Synopsis

PFromZSimple( p_grid, z_grid )

Variables

GOUTp_grid(Vector)Approximate pressures of corresponding to given altitudes.
GINz_grid(Vector)Altitude grid.