ARTS built-in documentation server
Workspace Method p_gridRefine
Description
Provides refined pressure grid.
Created new pressure grid has (log10) spacings below a given
threshold.
For safety, new grid and old grid Vectors are not allowed to be the
same variable (both will be needed later on for regridding of the
atmospheric fields), and atmospheric field related *checked WSV are
reset to 0 (unchecked).
Authors: Stefan Buehler, Jana Mendrok
Synopsis
Variables
OUT | p_grid | (Vector) | The pressure grid. |
OUT | atmfields_checked | (Index) | OK-flag for atmospheric grids and (physical) fields. |
OUT | atmgeom_checked | (Index) | OK-flag for the geometry of the model atmosphere. |
OUT | cloudbox_checked | (Index) | OK-flag for variables associated with the cloudbox. |
GIN | p_grid_old | (Vector) | A copy of the current (the old) p_grid. Not allowed to be the same variable as the output p_grid. |
GIN | p_step | (Numeric) | Maximum step in log10(p[Pa]). If the pressure grid is coarser than this, additional points are added until each log step is smaller than this. |