Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 14 Feb 06:48
· 199 commits to main since this release
cb098d8

Breeze v0.3.2

Diff since v0.3.1

Merged pull requests:

  • [examples] Tropical Cyclone World via Cronin and Chavas (2019) (#100) (@glwagner)
  • Refactor microphysics interface and implement ParcelDynamics (#405) (@glwagner)
  • CCN activation for 2M microphysics (#420) (@kaiyuan-cheng)
  • Add a precipitating microphysics case to the cloudy thermal bubble example (#424) (@jtbuch)
  • Use new, cleaner interpolate syntax for parcel simulations (#425) (@glwagner)
  • Add a benchmarking subpackage (#426) (@glwagner)
  • Enable Reactant compilation of + tracing through Breeze timestepping (#429) (@dkytezab)
  • [CI] Minor improvements to the whitespace workflow (#430) (@giordano)
  • Add default_included_properties for AtmosphereModel (#432) (@glwagner)
  • Fix definition of virtual potential temperature (#438) (@glwagner)
  • Update CloudMicrophysics requirement from 0.29.0 to 0.29.0, 0.30 (#442) (@dependabot[bot])
  • Enable ParcelDynamics to support microphysics_model_update (#445) (@kaiyuan-cheng)
  • Add dew point calculation (#446) (@kaiyuan-cheng)
  • Change link from ClimaOcean to NumericalEarth in README (#447) (@glwagner)
  • Add pre-commit hook and explain how to use it (#449) (@giordano)
  • [CI] Use benchmarking Docker image for benchmarking job (#450) (@giordano)
  • Use kernels for ParcelModel (#455) (@kaiyuan-cheng)
  • [CI] Run tests with -O0 (#457) (@giordano)
  • Change kernel launching to :xyz to support further Reactant integration (#461) (@dkytezab)
  • [CI] Disable GPU support for Reactant until we actually start using it (#464) (@giordano)
  • Update Slack invite link in README.md (#465) (@glwagner)
  • Fix Slack link in index.md (#466) (@glwagner)
  • Test Reactant construction + compilation of models w/ WENO (#468) (@dkytezab)
  • Show forcing and thermodynamic constants in AtmosphereModel display (#469) (@bischtob)
  • Wind and stability-dependent bulk transfer coefficients (#471) (@glwagner)
  • [test] Make all Simulations quiet (#472) (@giordano)
  • Fix quality of BreezeReactantExt extension (#474) (@giordano)
  • Fix typo in index.md (#475) (@navidcy)

Closed issues:

  • Add ParcelModel mode (#180)
  • A reference state close to the initial condition (#234)
  • Better README gallery? (#320)
  • 2M microphysics lacks aerosol activation for cloud water number concentration (#416)
  • Reactant tracing through variable length simulations (#428)
  • Problem reading FieldTimeSeries KeyError: key "serialized" not found (#431)
  • ParcelDynamics does not support microphysics_model_update! (#434)
  • VirtualPotentialTemperature diagnostic looks ...unexpected? for BOMEX (#436)
  • Include dewpoint temperature as a diagnostic for data assimilation (#444)
  • Use kernels not nested loops for ParcelModel setting (#454)