ARTS built-in documentation server
Workspace Method cloudboxSetManuallyAltitude
Description
Sets the cloud box to encompass the given positions. As cloudboxSetManually but uses altitudes instead of pressure. The given altitude points can be outside the range of z_field. The altitude limit is then set to the end point of p_grid.
Authors: Claudia Emde
Synopsis
cloudboxSetManuallyAltitude( | cloudbox_on, cloudbox_limits, atmosphere_dim, z_field, lat_grid, lon_grid, z1, z2, lat1, lat2, lon1, lon2 ) |
Variables
OUT | cloudbox_on | (Index) | Flag to activate the cloud box. |
OUT | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
GIN | z1 | (Numeric) | Lower altitude point. |
GIN | z2 | (Numeric) | Upper altitude point. |
GIN | lat1 | (Numeric) | Lower latitude point. |
GIN | lat2 | (Numeric) | Upper latitude point. |
GIN | lon1 | (Numeric) | Lower longitude point. |
GIN | lon2 | (Numeric) | Upper longitude point. |