NCAR / wrf-python

A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.
https://wrf-python.readthedocs.io
Apache License 2.0
411 stars 155 forks source link

High level summary of vertical interpolation approach? #102

Open moptis opened 4 years ago

moptis commented 4 years ago

Hello, not sure if this is the best place for this question, but I'm wondering if there is any documentation on the basic approach used to interpret WRF model level output to a given height. Is it linear? Exponential? Log pressure level? I'm trying to read through the wrf_vinterp.f90 source code but can't quite piece it together.

Thanks!