actris-cloudnet / cloudnetpy

Python package for Cloudnet data processing
MIT License
34 stars 26 forks source link

Question regarding interpolation of met fields #92

Closed HolgerPollyNet closed 10 months ago

HolgerPollyNet commented 10 months 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 10 months 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!