actris-cloudnet / cloudnetpy

Python package for Cloudnet data processing
MIT License
39 stars 28 forks source link

Question regarding interpolation of met fields #92

Closed HolgerPollyNet closed 1 year ago

HolgerPollyNet commented 1 year ago

Quick question:

When you interpolate the model meteorological fields to the dense cloudnet grid (vertical and time), you use linear interpolation, even for pressure, right?

swr99ejo commented 1 year ago

We use linear interpolation for all fields. I agree that pressure could be interpolated in log space, but the current vertical resolution of (most) model grids means that the difference is not significant for our purposes. This may not be true for all use-cases!