Skip to content
Success

Changes

Summary

  1. It was discovered that the location where the ghost point values (details)
  2. I accidentally committed a couple things in the previous commit (details)
  3. Pushing loop into calc_ref_z_linear_thvm to prevent erroneous inlining optimizations by nvfortran. This is BFB on nvhpc 24.3 with -O0 and BFB on nvhpc 22.5 with -O2. https://github.com/larson-group/clubb/issues/1148 (details)
  4. Making commit to test jenkins. (details)
Commit 5e8d77d91747026bab725541591873b57d68e430 by bmg2
It was discovered that the location where the ghost point values
of um and vm were set equal to their respective values at the first
thermodynamic level above the surface was not ideal. Their
assignment occurred before the love nudge (l_uv_nudge). Then,
the love nudge came along and altered their values so that
um(1) no longer equaled um(2) -- and analogous for vm(1) and vm(2) --
for a half dozen cases. In addition to making the code inconsistent,
it also caused bit-for-bitness differences between the master
and clubb_ghost_exorcism branches. For those reasons, this
BIT_CHANGING commit is being made.
The file was modified input/tunable_parameters/configurable_model_flags.in (diff)
The file was modified src/CLUBB_core/advance_windm_edsclrm_module.F90 (diff)
The file was modified input/case_setups/lba_model.in (diff)
Commit a492228d3adfed56f8777d12176fcd7d165260f6 by bmg2
I accidentally committed a couple things in the previous commit
that weren't supposed to be committed, so I am undoing that immediately
The file was modified input/case_setups/lba_model.in (diff)
The file was modified input/tunable_parameters/configurable_model_flags.in (diff)
Commit eb12d64551ab8a400cc2c876fa8c5af4d395b05e by Gunther Huebler
Pushing loop into calc_ref_z_linear_thvm to prevent erroneous inlining optimizations by nvfortran. This is BFB on nvhpc 24.3 with -O0 and BFB on nvhpc 22.5 with -O2. https://github.com/larson-group/clubb/issues/1148
The file was modified src/hydrostatic_module.F90 (diff)
Commit 3d47f2c171172eb9d99fc8c0abf747d8ec4106ce by Gunther Huebler
Making commit to test jenkins.
The file was modified README (diff)