Skip to content
Changes
- 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
- SILHS reproducibility (#1258)
—
noreply /
githubweb
- Change tolerance in way that affects only single precision builds (#1256)
—
noreply /
githubweb
- Remove module vars from grid_adaptation_module (#1255)
—
noreply /
githubweb
- Precip frac fix (#1254)
—
noreply /
githubweb
- The cmake update (#1253)
—
noreply /
githubweb
- The cmake update (#1253)
—
noreply /
githubweb
- Adding expldiff budget terms for thlm and rtm (#1252)
—
noreply /
githubweb
- I am officially setting l_ascending_grid to false in CAM-CLUBB, meaning
—
bmg2 /
githubweb
- 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
- I've got the magic fix
—
bmg2 /
githubweb
- Merge grid adaptation implementation (#1249)
—
noreply /
githubweb
- zm and zt were mixed up in the error prints argument list.
—
bmg2 /
githubweb
- Bug fix to dimensions that was causing crashes. This is technically BIT_CHANGING.
—
Gunther Huebler /
githubweb