Changes
#31 (Oct 5, 2025, 9:55:43 PM)
- Clubb driver upgrades part2 (#1257) — noreply / githubweb
- Clubb driver upgrades part2 (#1257) — noreply / githubweb
- 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)
- 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
- 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
- Clubb intr revert (#203) — noreply / githubweb
#29 (Oct 2, 2025, 3:47:07 AM)
- 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)
#27 (Sep 28, 2025, 3:47:08 AM)
#26 (Sep 27, 2025, 3:47:08 AM)
#25 (Sep 26, 2025, 3:47:09 AM)
#24 (Sep 25, 2025, 3:47:09 AM)
#23 (Sep 24, 2025, 3:47:08 AM)
#22 (May 23, 2025, 5:07:02 PM)
#21 (May 23, 2025, 3:47:08 AM)
- fix precision error of reals — noreply / githubweb
- rename grid_adaptation and remapping modules — 0-freundlich-adenin / githubweb
- add fix for grid generalization — 0-freundlich-adenin / githubweb
#20 (May 22, 2025, 8:04:14 PM)
#19 (May 22, 2025, 3:47:09 AM)
#18 (May 21, 2025, 3:47:09 AM)
#17 (May 20, 2025, 3:47:10 AM)
- Bug fix to dimensions that was causing crashes. This is technically BIT_CHANGING. — Gunther Huebler / githubweb
#16 (May 17, 2025, 3:47:08 AM)
#15 (May 14, 2025, 12:48:57 PM)
- Our little problem of having CLUBB's zm stats not match at boundaries — bmg2 / githubweb
- Cam clubb error handling jenkins test (#195) — noreply / githubweb
#14 (May 14, 2025, 3:47:11 AM)
- Update clubb_intr.F90 — noreply / githubweb
- Removed simple wrappers from clubb_api_module (#1245) — noreply / githubweb
- Removed simple wrappers from clubb_api_module (#1245) — noreply / githubweb
#12 (May 13, 2025, 3:47:06 AM)
#11 (May 10, 2025, 3:47:10 AM)
- Cam clubb error handling jenkins test (#194) — noreply / githubweb
- Fixed and equalized NaN checks in lapack_wrap (#1246) — noreply / githubweb