Skip to content

v0.69.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 11:34
· 5 commits to main since this release

v0.69.0 - 2026-08-25

Bug Fixes

  • bad const - (fd55e84) - clara.bayley
  • missing arguments - (b7226ad) - clara.bayley
  • missing type declarations - (26974ef) - clara.bayley

Features

  • number of superdroplets is allowed to change during microphysics - (6d2a825) - clara.bayley

Miscellaneous Chores

  • (version) v0.69.0 - (78c775e) - yoctoyotta1024
  • better note in configs - (cbb3f76) - clara.bayley
  • replace is_null boolean with number of oob supers - (2594a4f) - clara.bayley
  • is_null boolean to explicit words - (6f8ff5c) - clara.bayley
  • better comment - (d27154f) - clara.bayley
  • correct name of file - (4b2b420) - clara.bayley
  • better comments - (8bb53af) - clara.bayley
  • remove duplicated parameter - (d794d34) - clara.bayley

Refactoring

  • (as2017) add boolean for gen_config - (287436a) - clara.bayley
  • (as2017) remove hardcoded-values from as2017 inputfiles - (ea0d198) - clara.bayley
  • (breakup) remove hardcoded values from inputfiles - (cea0167) - clara.bayley
  • (breakup) add booleans for gen_config, gen_gbxs and gen_supers - (f0a646d) - clara.bayley
  • (constthermo2d) remove hardcoded values from inputfiles - (ea58b55) - clara.bayley
  • (constthermo2d) add booleans for gen_config, gen_gbxs, gen_supers and gen_thermo - (d191ecf) - clara.bayley
  • (cuspbifurc) remove hardcoded values from inputfiles - (6871e09) - clara.bayley
  • (cuspbifurc) add booleans for gen_config, gen_gbxs and gen_supers - (cfc222b) - clara.bayley
  • (divfree2d) remove hardcoded values from inputfiles - (d20ba9b) - clara.bayley
  • (divfree2d) add booleans for gen_config, gen_gbxs, gen_supers and gen_thermo - (0a10b89) - clara.bayley
  • (eurec4a1d) remove hardcoded values from inputfiles - (55f270d) - clara.bayley
  • (eurec4a1d) add booleans for gen_config, gen_gbxs, gen_supers and gen_thermo - (e918feb) - clara.bayley
  • (fromfile) remove hardcoded values from inputfiles - (7ed076b) - clara.bayley
  • (fromfile) add booleans for gen_config, gen_gbxs, gen_supers and gen_thermo - (474ab65) - clara.bayley
  • (fromfile_irreg) remove hardcoded values from inputfiles - (355ec4f) - clara.bayley
  • (fromfile_irreg) add booleans for gen_config, gen_gbxs, gen_supers and gen_thermo - (bb8db8b) - clara.bayley
  • (kokkostools) delete kokkostools example and associated bash scripts - (0b64f49) - clara.bayley
  • (python_bindings) remove hardcoded values from inputfiles - (9322765) - clara.bayley
  • (python_bindings) add booleans for gen_config, gen_gbxs and gen_supers - (d807073) - clara.bayley
  • (rainshaft1d) remove hardcoded values from inputfiles - (18980ce) - clara.bayley
  • (rainshaft1d) add booleans for gen_config, gen_gbxs, gen_supers and gen_thermo - (f18a74a) - clara.bayley
  • (shima2009) remove hardcoded values from inputfiles - (e3157f1) - clara.bayley
  • (shima2009) add booleans for gen_config, gen_gbxs and gen_supers - (36af451) - clara.bayley
  • sort superdroplets after null SD is detected and return modified supers - (112ac04) - clara.bayley
  • move superdroplet is_null chekc into superdrop struct - (2c9c1e5) - clara.bayley
  • set sgbxindex to oob if xi=0 - (fbf4b51) - clara.bayley
  • abort on is_any_null at end of collisions - (fc6aaff) - clara.bayley
  • calculate reduction over any null superdroplets during collisions - (d64e7f1) - clara.bayley
  • breakup returns is_null boolean - (0b2919e) - clara.bayley
  • replace abort in coalescence with true for null superdroplet case - (46b9ab0) - clara.bayley
  • return supers of a gridbox from microphysical process - (1347bb3) - clara.bayley