v1.4 #572
slayoo
started this conversation in
Show and tell
v1.4
#572
Replies: 1 comment
-
@atmos-cloud-sim-uj/pysdm-users we've just released PySDM v1.4 with many new features summarised above. Feedback very welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TOP 5:
condensation on GPU (and required updates to FakeThrust, e.g.
extract_struct_defs()
); parcel and 1d-kinematic examples work now OK on both CPU and GPU; kudos to @piotrbartmannumerous cleanups and fixes in aqueous chemistry code, incl. rewrite of pH handling (HydrogenIonConcentration attribute), options to calculate both volume-weighted and number-weighted pH, calculation of dry radius based on actual amounts of chemical compounds; several figures from Kreidenweis et al. 2003 and Jaruga and Pawlowska 2018 reproduced successfully; kudos to @trontrytel
VTK exporter for attributes (files readily usable with Paraview for visualisation of particle attributes); kudos to @abulenok
brand new
PySDM.physics
infrastructure enabling common physics code for CPU and GPU backends (c_inline
) and enabling user-facing control over the choice of physical formulae (e.g., condensation solver coordinate, saturation vapour pressure approximation, temperature dependence in diffusion coefficients, etc), JIT options and random seed through theFormulae.__init__()
arguments; backend are now instantiated by the Builder;Julia and Matlab (in addition to Python) example code in the README file (box coalescence & parcel condensation).
Other news:
This discussion was created from the release v1.4.
Beta Was this translation helpful? Give feedback.
All reactions