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

Cluster identification combines cloud of differnt days #112

Open nilsnevertree opened 6 days ago

nilsnevertree commented 6 days ago

The method of selecting individual clouds is purely based on the consecuativity of measurement in memory space, so along the integer index and not the dimension values. This is due to the underlying function being created for boolean mask arrays with constant spacing.

But it does not take the true dimensional distance between measurements into account. A better solution is necessary to have full flexibility.

Two things need to be fixed!