ARTS built-in documentation server
Workspace Method AtmFieldsRefinePgrid
Description
Refines the pressure grid and regrids the clearsky atmospheric
fields accordingly.
This method is, e.g., used for absorption lookup table testing. It
can also be used to refine the p_grid and atmospheric fields from
compact state atmospheres.
It adds additional vertical grid points to the atmospheric fields, by
interpolating them in the usual ARTS way (linear in log pressure).
How fine the new grid will be is determined by the keyword parameter
p_step. The definition of p_step, and the default interpolation
behavior, is consistent with abs_lookupSetup and
abs_lookupSetupBatch (new points are added between the original
ones, so that the spacing is always below p_step.)
Internally, AtmFieldsRefinePgrid applies p_gridRefine and
AtmFieldPRegrid to the clearsky atmospheric fields (T, z, vmr).
Atmospheric field related check WSV are reset to 0 (unchecked),
i.e., the corresponding checkedCalc methods have to be performed
(again) before yCalc or similar methods can be executed.
Authors: Stefan Buehler
Synopsis
AtmFieldsRefinePgrid( | p_grid, t_field, z_field, vmr_field, atmfields_checked, atmgeom_checked, cloudbox_checked, lat_grid, lon_grid, atmosphere_dim, p_step, interp_order ) |
Variables