Skip to content

Changes

#15 (Oct 2, 2025, 3:05:06 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

#14 (Oct 1, 2025, 3:05:06 AM)

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

#13 (Sep 28, 2025, 3:05:08 AM)

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

#12 (Sep 27, 2025, 3:05:08 AM)

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

#11 (Sep 26, 2025, 3:05:08 AM)

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

#10 (Sep 25, 2025, 3:05:08 AM)

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

#9 (Sep 24, 2025, 3:05:08 AM)

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

#8 (May 23, 2025, 5:07:00 PM)

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

#7 (May 23, 2025, 3:05:07 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

#6 (May 22, 2025, 6:53:10 PM)

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

#5 (May 22, 2025, 3:05:08 AM)

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

#4 (May 21, 2025, 3:05:09 AM)

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

#3 (May 20, 2025, 3:05:10 AM)

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