nilsnevertree / sdm-eurec4a

Using Super-Droplet-Model and EUREC4A data to simulate rain evaporation below cloud base.
GNU General Public License v3.0
0 stars 1 forks source link

LWC of CLEO initialisation is too small compared to observations #107

Open nilsnevertree opened 2 weeks ago

nilsnevertree commented 2 weeks ago

The liquid water content used in CLEO is to low compared to the observations by the ATR from the cloud composite dataset.

This is due to the interplay of two things:

  1. Overestimation of LWC by the double log-normal fit which we use, becuase we omit 0 values in the fit for larger droplets
  2. Underestimation of the LWC when used in CLEO
nilsnevertree commented 6 days ago

There are multiple important things which need to be considered while fitting the cloud composite input data

We can find, that a single LnNormal fit gives reasonable results to this. If we consider variance of the data to be $\sigma = 0.01 \cdot y$.

The gamma distributin is harder to fit to the input data, but can give good results for individual clouds.

nilsnevertree commented 6 days ago

Really good results can be seen when using:

Results in :

Bottom left panel

image

nilsnevertree commented 6 days ago

image