Releases: compdyn/partmc
Release list
Version 2.9.0
What's Changed
For a curated summary of changes in 2.9.0, see ChangeLog.md. The list below includes all merged PRs since 2.8.0.
- Fix setting
aero_particle%least_create_timeby @jcurtis2 in #197 - Restructure reading of simulation input by @jcurtis2 in #188
- Add missing weighting tests to make test by @jcurtis2 in #201
- Allow coefficient for additive coag kernel to be set from spec file by @zdaq12 in #187
- Support for TChem-atm in PartMC (gas phase) by @jcurtis2 in #198
- Add write format specifier in
extract_aero_particleto be consistent with other extract_aero programs to avoid problems withifxby @jcurtis2 in #209 - Add code coverage analysis using
codecov.ioby @slayoo in #212 - codecov: fix build-vs-src locations and limit analysis to
srcsubfolder by @slayoo in #214 - Add codecov badge to README.md by @slayoo in #215
- Automated doxygen documenation to github pages (with
README.mdas homepage) by @jcurtis2 in #217 - Change from root-relative to absolute path for documentation in
README.md. Update link for CI status badge by @jcurtis2 in #220 - Add immersion freezing by @tangwhiap in #205
- Update CI workflows and add codecov.yml to avoid flaky dips in coverage by @jcurtis2 in #224
- Fix
--outvs--outputmismatch in extract program help text by @jcurtis2 in #222 - Improve performance in frequently called weighting functions by @jcurtis2 in #221
- Update info for Version 2.9.0 by @jcurtis2 in #225
New Contributors
- @zdaq12 made their first contribution in #187
- @tangwhiap made their first contribution in #205
Full Changelog: 2.8.0...2.9.0
Version 2.8.0
-
Add
aero_componentfor tracking particle source information (Jeff Curtis). -
Add weight class selection for each aerosol source to group multiple sources in a
single weight class (Jeff Curtis). -
Add option to avoid sampling particles that are a certain number of
standard deviations from the mean using a sampling timescale
(Jeff Curtis). -
Add preprocessor flag for WRF-PartMC specific variables and code
(PMC_USE_WRF) (Jeff Curtis). -
Fix MPI bug causing CI failure (Sylwester Arabas and Jeff Curtis).
-
Fix particle reweighting when using CAMP (Jeff Curtis).
Version 2.7.0
-
Add support for SUNDIALS 6+ (Alex Hirzel).
-
Add wrapper around stop (Sylwester Arabas).
-
Change timestepping structure in run_part (Jeff Curtis).
-
Update kappa value of NaCl (Jeff Curtis).
-
Remove optional communicator in photolysis.F90 (Jeff Curtis).
-
Use relative tolerance for comparing water properties (Jeff Curtis).
Version 2.6.1
What's Changed
- Update to support SUNDIALS version 5.8.0 (Sylwester Arabas).