PySDM icon indicating copy to clipboard operation
PySDM copied to clipboard

Barahona and Nenes 2007 entraining parcel example (code independent of PySDM, in fact a parcel-model theory tutorial)

Open pb475 opened this issue 1 year ago • 5 comments

pb475 avatar Nov 23 '24 18:11 pb475

@pb475, the notebook committed here is an older version, not the one we cleaned up on Nov 23. Could you please commit and push the latest version, thanks!

slayoo avatar Nov 25 '24 21:11 slayoo

Thanks for the spot, must have committed an older version. See recent version for up-to-date code.

pb475 avatar Nov 26 '24 09:11 pb475

Thanks!

BTW, here's a simplified version of the notebook I've prepared for students (monodisperse case, without Koehler curve, based on Rogers 1975): #1441

slayoo avatar Nov 26 '24 09:11 slayoo

I've added badges at the top of the notebook that will worked when merged (obligatory first cell in .ipynb files). Second cell should be a theoretical description of example (now it's as TODO #1417).

In the third cell we have installation of PySDM-example package for Colab. But here it is not needed. Maybe we should exclude this file from checking it?

AgnieszkaZaba avatar Nov 27 '24 21:11 AgnieszkaZaba

I've added badges at the top of the notebook that will worked when merged (obligatory first cell in .ipynb files). Second cell should be a theoretical description of example (now it's as TODO #1417).

Thank you!

In the third cell we have installation of PySDM-example package for Colab. But here it is not needed. Maybe we should exclude this file from checking it?

I'd keep it for simplicity (i.e., no need to change the test), but also envisaging that we might actually intend to grab some constants values from PySDM.physics and put some of the boilerplate code in .py file for this example, what requires importing from PySDM_examples.Barahona_and_Nenes_2007.

slayoo avatar Nov 28 '24 09:11 slayoo