Skip to content
Builds

Loading builds...

Changes

#182 (Sep 25, 2026, 3:04:08 AM)

  1. lil cleanup without directory refactoring done (#1364) — noreply / githubweb

#181 (Sep 24, 2026, 3:04:07 AM)

  1. Adding a stage in the jax test to just do a basic run with standard_stats — Gunther Huebler / githubweb

#180 (Sep 23, 2026, 3:04:08 AM)

  1. F90 fix multicol+l add dycore grid (#1363) — noreply / githubweb
  2. Delete utilities/check_division.py — noreply / githubweb

#179 (Sep 19, 2026, 3:04:06 AM)

  1. Dash Improvements (#1360) — noreply / githubweb
  2. Improving README section for column mirror test — Gunther Huebler / githubweb
  3. Making certain things differentiation safe, various parts had issues with sqrt or divisions that needed clipping for reverse mode calcualtions. Lot's of code sections seemed to already have worked around this with a safe_sqrt method (or some variation) that I standardized and put in advance_helper. (#1361) — noreply / githubweb

#178 (Sep 18, 2026, 3:04:07 AM)

  1. Jax integration (#1356) — noreply / githubweb

#177 (Sep 17, 2026, 3:04:06 AM)

  1. Test different f90 vs jax flags (#1357) — noreply / githubweb
  2. Consolidating column mirror test functionality into the test script itself - now the script does it all, no need to configure/build/run anymore. Also hugely improving comments and explainations — Gunther Huebler / githubweb

#176 (Sep 15, 2026, 9:11:59 PM)

  1. Fixing microphys bug that has been around for quite a while. This happened when making clubb standalone use multiple columns, and only affects columns other than the first. This is BIT_CHANGING, but only for microphysics cases using multiple columns (#1358) — noreply / githubweb

#175 (Sep 15, 2026, 8:37:20 PM)

  1. Making column mirror test use CPU. This makes it much faster and doesn't change the test at all - not sure why I made it use GPU originally. — Gunther Huebler / githubweb