ARTS built-in documentation server

Workspace Method p_gridDensify

Description

A simple way to make p_grid more dense.

The method includes new values in p_grid. For each intermediate
pressure range, *nfill* points are added. That is, setting *nfill*
to zero returns an unmodified p_grid. The number of elements of
the new p_grid is (n0-1)*(1+nfill)+1, where n0 is the original
length.

The new points are distributed equidistant in log(p).

Authors: Patrick Eriksson

Synopsis

p_gridDensify( p_grid, nfill )

Variables

OUT+INp_grid(Vector)The pressure grid.
GINnfill(Index, Default: -1)Number of points to add between adjacent pressure points.The default value (-1) results in an error.