aitaten
aitaten
This is the idea behind the "Empirical distribution matching" (section 3.3) in this [paper](https://ui.adsabs.harvard.edu/link_gateway/2020MetZe..29..183A/doi:10.1127/metz/2020/1030). So in principle this part of the code can be included in the postprocessing folder? So...
Thanks @dnerini for the review. Including the other example was a mistake so I have removed the unwanted file from the PR (addressed in commit [3f0c4ed](https://github.com/pySTEPS/pysteps/pull/408/commits/3f0c4edc9e3a2eeece1b745738e5a101ec237c1f)). Sorry about that. I...
Hi!! As I mentioned yday ... I implemented in this example the INCA motion which uses the errors of previous nowcating to correct the latest kind-of-TREC motion vector computation. It...
> > Hi!! As I mentioned yday ... I implemented in this example the INCA motion which uses the errors of previous nowcating to correct the latest kind-of-TREC motion vector...
Hi!! So, this is the [link](https://colab.research.google.com/drive/1fGLMpH9eFLb8q2SWibV5oFvAnVK_0aax?usp=sharing) to the colab code. Can @dnerini tell me if I should link it in the repo or upload the notebook? And @sidekock, please have...
I did a small experiment to compare control run based on band depth, mean and median. I think the band depth looks realistic but still not that similar to the...
As @dnerini mentioned, the experiment I did used the band depth to rank the members, so yes ... we are getting the member closer to the mean/median as control-run (so...
I am not sure the blend without adding noise will keep the small scale structure. For me there is a bit of a contradiction in these two points: - The...
Given two 2D fields `nwc` and `nwp`, and weights `w1` and `w2 = 1 - w1`, the blended field is defined as: `blend = w1 * nwc + w2 *...