Skip to content
Success

Changes

Summary

  1. Namelists need to be closed with a '/', and omitting it will break many tests. (details)
  2. Making save variables in the multicol code threadprivate, this fixes the openmp test. Also changing the way we name and save the multicol output, this allows the parallel run to run with multiple columns. I've reflected the changes in comments where relevant. larson-group/clubb#1033 (details)
  3. Adds commented-out line that prevents the monotonic flux (details)
Commit 946dda9c077bd1889644cf8933d6469cffa517d1 by Gunther Huebler
Namelists need to be closed with a '/', and omitting it will break many tests.
The file was modified input/tunable_parameters/configurable_model_flags.in (diff)
Commit 73e61e51337b34e2a9c651fc61c7600a1bf6702e by Gunther Huebler
Making save variables in the multicol code threadprivate, this fixes the openmp test. Also changing the way we name and save the multicol output, this allows the parallel run to run with multiple columns. I've reflected the changes in comments where relevant. larson-group/clubb#1033
The file was modified src/clubb_driver.F90 (diff)
The file was modified input/tunable_parameters/configurable_model_flags.in (diff)
The file was modified run_scripts/check_multicol_error.py (diff)
Commit ee00186816ceb16bee810c897fabe4deb660fcc3 by noreply
Adds commented-out line that prevents the monotonic flux

limiter from acting on rtm.  The comments are included to remind us of how to do this in case we choose to do so in the future.
The file was modified src/CLUBB_core/advance_xm_wpxp_module.F90 (diff)