Clare Singer

Results 26 comments of Clare Singer

@trontrytel @slayoo @abulenok Fantastic work! This is very exciting. One step closer to having a `PySDMachine` superdroplet LES!

Hi. I'm having some trouble getting NCDatasets to work on my M1 MacBook air. When I `add NCDatasets` it does not use the latest versions of NETCDF_jll and HDF5_jll, which...

> As a test (or work-around) can you install version 0.11.9 of NCDatasets? > > ```julia > ]add [email protected] > ``` > > Does this work? Yes thank you, this...

> A draft version of the python script is up now: https://github.com/fsavje/math-with-slack/tree/v3 It should work with both Python 2.7 and 3. It has, however, not been tested on Windows or...

> * [ ] how to set rng seed > * [ ] how to override a constant value (e.g., gravitational accel.) > * [ ] how to enable dimensional...

@slayoo agreed - maybe rather than "how to define a new collision kernel" the tutorial can be on "how the collision kernel definition effects the droplet size distribution evolution" and...

> and as I mentioned above, rather than "how to override a constant value (e.g., gravitational accel.)" we can have a tutorial on "microphysics on Titan (and other planetary atmospheres)"...

Wonderful! Definitely agreed that starting from an example where only a few parameters are changed will be easier. Ideally the software is written generally enough that a user could define...

For the ARG example this should be pretty simple. The same figures from the original paper are generated in the `CloudMicrophysics.jl` [docs](https://clima.github.io/CloudMicrophysics.jl/dev/AerosolActivation/) on the fly. The Julia scripts to make...

There is one formulation currently for shortwave CRE (#1256 ). So next steps include: 1. Implementing the SWCRE formula used in Hoffmann and Feingold 2021 that involves direct integration over...