konrad.atmosphere.Atmosphere.refine_plev

Atmosphere.refine_plev(phlev, **kwargs)[source]

Refine the pressure grid of an atmosphere object.

Note

This method returns a new object, the original object is maintained!

Parameters
  • phlev (ndarray) – New half-level-pressure grid [Pa].

  • **kwargs – Additional keyword arguments are collected and passed to scipy.interpolate.interp1d()

Returns

Atmosphere – A new atmosphere object.