Skip to content
Started 6 days 4 hr ago
Took 24 min
Failed

Build #516 (Oct 2, 2025, 3:46:07 AM)

Changes
  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. (details / githubweb)

Started by an SCM change

Revision: 32e7d4adf103e76b7fe05242a69588eb5a6fa296
Repository: https://github.com/larson-group/cam.git
  • refs/remotes/origin/clubb_silhs_devel