Skip to content

Changes

#31 (Oct 5, 2025, 9:55:43 PM)

  1. Clubb driver upgrades part2 (#1257) — noreply / githubweb
  2. Clubb driver upgrades part2 (#1257) — noreply / githubweb
  3. Changes needed for compatibility with clubb_driver_upgrades_part2, from PR https://github.com/larson-group/clubb/pull/1257 (#204) — noreply / githubweb

#30 (Oct 3, 2025, 3:47:08 AM)

  1. Adding variables to openacc data statements. Without this, the code crashes when using the GPU with l_godunov_upwind_xpyp_ta=.true. — Gunther Huebler / githubweb
  2. thlm_ed and rtm_ed caused GPU errors since those variables were added to a acc loop, but never added to the acc data statement. This change makes it so they're only calculated on the CPU, since they are only used for stats, fixing the issue without adding the GPU memory footprint. — Gunther Huebler / githubweb
  3. Clubb intr revert (#203) — noreply / githubweb

#29 (Oct 2, 2025, 3:47:07 AM)

  1. Making the l_random_k_lh_start set the random generator seed before generating a random. This should fix the generalized grid test, which failed for the only flag set that turned on l_random_k_lh_start. Before, the test passed because we used the same random seed for all timesteps, preventing differences in the random call. But now we use a different seed each timestep, causing differences. To ensure reproducibility, we use the seed each timestep to generate rand_pool, which is an effective solution, but we need to do that for the rand_integer_in_range call in the l_random_k_lh_start code for the same reason. Since this does change the random that comes out, this is BIT_CHANGING, but only for runs using both SILHS and l_random_k_lh_start=.true. — Gunther Huebler / githubweb

#28 (Oct 1, 2025, 3:47:07 AM)

  1. SILHS reproducibility (#1258) — noreply / githubweb

#27 (Sep 28, 2025, 3:47:08 AM)

  1. Change tolerance in way that affects only single precision builds (#1256) — noreply / githubweb

#26 (Sep 27, 2025, 3:47:08 AM)

  1. Remove module vars from grid_adaptation_module (#1255) — noreply / githubweb

#25 (Sep 26, 2025, 3:47:09 AM)

  1. Precip frac fix (#1254) — noreply / githubweb

#24 (Sep 25, 2025, 3:47:09 AM)

  1. The cmake update (#1253) — noreply / githubweb
  2. The cmake update (#1253) — noreply / githubweb

#23 (Sep 24, 2025, 3:47:08 AM)

  1. Adding expldiff budget terms for thlm and rtm (#1252) — noreply / githubweb

#22 (May 23, 2025, 5:07:02 PM)

  1. I am officially setting l_ascending_grid to false in CAM-CLUBB, meaning — bmg2 / githubweb

#21 (May 23, 2025, 3:47:08 AM)

  1. fix precision error of reals — noreply / githubweb
  2. rename grid_adaptation and remapping modules — 0-freundlich-adenin / githubweb
  3. add fix for grid generalization — 0-freundlich-adenin / githubweb

#20 (May 22, 2025, 8:04:14 PM)

  1. I've got the magic fix — bmg2 / githubweb

#19 (May 22, 2025, 3:47:09 AM)

  1. Merge grid adaptation implementation (#1249) — noreply / githubweb

#18 (May 21, 2025, 3:47:09 AM)

  1. zm and zt were mixed up in the error prints argument list. — bmg2 / githubweb

#17 (May 20, 2025, 3:47:10 AM)

  1. Bug fix to dimensions that was causing crashes. This is technically BIT_CHANGING. — Gunther Huebler / githubweb

#16 (May 17, 2025, 3:47:08 AM)

  1. Cam clubb silhs rev dir (#196) — noreply / githubweb

#15 (May 14, 2025, 12:48:57 PM)

  1. Our little problem of having CLUBB's zm stats not match at boundaries — bmg2 / githubweb
  2. Cam clubb error handling jenkins test (#195) — noreply / githubweb

#14 (May 14, 2025, 3:47:11 AM)

  1. Update clubb_intr.F90 — noreply / githubweb
  2. Removed simple wrappers from clubb_api_module (#1245) — noreply / githubweb
  3. Removed simple wrappers from clubb_api_module (#1245) — noreply / githubweb

#12 (May 13, 2025, 3:47:06 AM)

  1. Using a CLUBB function to do a linear interpolation. It's possible that — bmg2 / githubweb

#11 (May 10, 2025, 3:47:10 AM)

  1. Cam clubb error handling jenkins test (#194) — noreply / githubweb
  2. Fixed and equalized NaN checks in lapack_wrap (#1246) — noreply / githubweb

#10 (May 8, 2025, 3:47:07 AM)

  1. Update clubb_intr.F90 — noreply / githubweb

#9 (May 7, 2025, 10:47:54 AM)

  1. Cam clubb error handling jenkins test (#193) — noreply / githubweb

#8 (May 7, 2025, 3:47:08 AM)

  1. Cleaning up some grid generalization issues that were found within — bmg2 / githubweb