Skip to content
Builds

Loading builds...

Changes

#42 (Sep 5, 2026, 10:13:25 PM)

  1. A little more restoration, maybe unnecceary — Gunther Huebler / githubweb

#41 (Sep 5, 2026, 9:29:09 PM)

  1. Removing unneccesary single col versions of lots of things — Gunther Huebler / githubweb
  2. Restoring some comments and formatting — Gunther Huebler / githubweb

#40 (Sep 4, 2026, 4:25:36 PM)

  1. Adding acc fixes for microphys stuff - the 2D versions called are GPUized, so they need acc data statements surrounding them — Gunther Huebler / githubweb

#39 (Sep 4, 2026, 3:38:58 PM)

  1. Clubb JAX (#1351) — noreply / githubweb
  2. Pushing loop into advance_microphys — Gunther Huebler / githubweb
  3. Little more loop push — Gunther Huebler / githubweb
  4. More basic loop pushing — Gunther Huebler / githubweb
  5. More loop pushing, also found what seems to be a bug with additional columns, theres code that uses only the first one. Im leaving this in for now to maintain BFBness, but labeled the problem areas with TODOs — Gunther Huebler / githubweb
  6. Potentially final batch of loop pushes — Gunther Huebler / githubweb

#37 (Aug 28, 2026, 7:40:51 PM)

  1. Adding -debug to branch vs master bindiff test, this is to turn off compiler optimizations that can cause innocent changes to cause tiny differences — Gunther Huebler / githubweb

#36 (Aug 28, 2026, 2:13:45 PM)

  1. Move readiopdata_core_module.F90 to a subdirectory for use with git-subtree — isenfireldc / githubweb
  2. Updates to readiopdata_core and corresponding calls (#178) — noreply / githubweb
  3. Removing unused dependency that can cause compilation to fail - seems compiler/build system dependent — Gunther Huebler / githubweb
  4. Removed readiopdata_core to prepare for git subtrees — Trevor Hancock / githubweb
  5. Add blank line to trigger gitUpdateScripts — noreply / githubweb
  6. Remove blank line to trigger nightly tests and gitUpdateScripts — noreply / githubweb
  7. Fixed clubb python (#1346) — noreply / githubweb
  8. Remove a blank line in order to trigger nightly tests — noreply / githubweb
  9. Adding 'bomex_5day_4scam' to MIN_CASES for Jenkins clubb_BFB_gfortran_test. This is BIT_CHANGING. — Trevor Hancock / githubweb
  10. Added blank line in order to run Jenkins test — Trevor Hancock / githubweb
  11. Add blank line in order to trigger Jenkins tests — noreply / githubweb
  12. Bug fix: the i in rho is the column dimension, not time dimension. Since this fixes a bug, it is technically BIT_CHANGING — Gunther Huebler / githubweb
  13. Attempted fix for Jenkins clubb_BFB_gfortran_test to include "bomex_5day_4scam" (#1349) — Trevor Hancock / githubweb
  14. Tiny changes to restore BFBness — Gunther Huebler / githubweb

#33 (Aug 20, 2026, 3:51:23 PM)

  1. Replacing scipy usage in the adam initial point choosing with numpy — Gunther Huebler / githubweb
  2. Removing l_rtm_nudge from flag set file used by run_bindiff_w_flags tests. This is technically a model_setting, so it shouldn't be here, and is already enabled by cgils_s12, so will remain tested in at least one case. — Gunther Huebler / githubweb

#29 (Aug 4, 2026, 12:24:22 PM)

  1. Harden Dash runtime and Plot MCP integration — Gunther Huebler / githubweb
  2. Ignore local session worklog — Gunther Huebler / githubweb
  3. Improvements to LLM_prompts/update_host_models_after_clubb_changes.md — Gunther Huebler / githubweb
  4. Formatting for logical statements, better a3_coef bounds, and lmin now checked where calculated so we don't have to pass it through arg lists. — Gunther Huebler / githubweb

#28 (Aug 3, 2026, 3:29:27 PM)

  1. Bug fix for python_api — Gunther Huebler / githubweb
  2. Dash pruning and cleanup — Gunther Huebler / githubweb
  3. Clean up Dash agent integration and stabilize MCP — Gunther Huebler / githubweb
  4. Add typed Plot card management and GPTL compile option — Gunther Huebler / githubweb
  5. Restore benchmark symlink and remove worklog — Gunther Huebler / githubweb
  6. Fix broker MCP endpoint owner timestamp — Gunther Huebler / githubweb
  7. Unify Dash output discovery and batch MCP runs — Gunther Huebler / githubweb
  8. Various cleanup and robustness updates — Gunther Huebler / githubweb

#22 (Jul 2, 2026, 10:37:59 PM)

  1. Fixing little netcdf version issue and adding new test for loss metrics consistency check — Gunther Huebler / githubweb
  2. Renaming tunable_parameters to parameter_and_flag_configs, also adding -config example to run_scripts README — Gunther Huebler / githubweb

#20 (Jun 25, 2026, 8:50:32 PM)

  1. A little cleanup and better READMEs for run_scripts and tests — Gunther Huebler / githubweb

#18 (Jun 17, 2026, 10:31:19 PM)

  1. Consolidating stats time setting — Gunther Huebler / githubweb

#17 (Jun 17, 2026, 8:59:26 PM)

  1. Slight improvement to stats_api — Gunther Huebler / githubweb
  2. Small bug fix — Gunther Huebler / githubweb

#16 (Jun 17, 2026, 7:27:29 PM)

  1. Adding some README entries for the dash app and a python requirements file — Gunther Huebler / githubweb
  2. Adding comments and little bug fix to dash app — Gunther Huebler / githubweb
  3. Update to loss consistency test, making it simpler since stats consistency test covers most things. Also adding it to the stats consistency jenkins test since it is still similar — Gunther Huebler / githubweb
  4. Cleanup and code consolidation, new jenkins test for tuner — Gunther Huebler / githubweb
  5. Adding comments — Gunther Huebler / githubweb
  6. Fixing little bugs — Gunther Huebler / githubweb

#14 (Jun 16, 2026, 10:07:55 PM)

  1. Making jenkins test use standard stats, and fixing tiny bug that caused error running with debug+no rcp2 stats — Gunther Huebler / githubweb
  2. Adding gate around bindiff, there's an edge case where a cosmetic diff can trigger a full-diff even in a failed case, which should otherwise be considered BFB and skipped. — Gunther Huebler / githubweb

#9 (May 30, 2026, 11:40:58 PM)

  1. Changing name of compute_xp3 to diagnose_xp3 and moving a1_coef and a3_coef calculation back into advance routines — Gunther Huebler / githubweb
  2. Fixes for GPU code — Gunther Huebler / githubweb

#6 (May 15, 2026, 12:45:37 AM)

  1. Fixing python API and updating prompt — Gunther Huebler / githubweb

#4 (May 13, 2026, 2:18:33 PM)

  1. Little consolidation of code in pdf_closure_driver — Gunther Huebler / githubweb

#3 (May 13, 2026, 12:14:27 AM)

  1. Making run_clubb_w_varying_flags.py not remove output, it's just unneccesary — Gunther Huebler / githubweb
  2. Simplifying script changes — Gunther Huebler / githubweb
  3. Jenkins script update — Gunther Huebler / githubweb

#2 (May 12, 2026, 4:50:51 PM)

  1. Restoring BFBness when using l_lmm_stepping=.true. by reimplementing an existing bug... — Gunther Huebler / githubweb