Skip to content
Success

Changes

Summary

  1. Fixing bug. See https://github.com/larson-group/clubb/issues/1139 (details)
  2. Fixing tridiag solver bug. See https://github.com/larson-group/clubb/issues/1139 (details)
  3. Slight rework to acc data statements. This allows us to use return calls in advance_clubb_core again. See https://github.com/larson-group/clubb/issues/1139 (details)
  4. Fixing small GPU stats bug (details)
  5. Changing xm to out in mono flux solver. There is no need for it to be inout, and it confused me for a bit so I'm fixing it. (details)
Commit be2fe61a1e5897d417ae01cf335caa727a85c7fe by Gunther Huebler
Fixing bug. See https://github.com/larson-group/clubb/issues/1139
The file was modified src/clubb_driver.F90 (diff)
Commit cad1c8b0360b5beaef4648ef0d755818e0823e89 by Gunther Huebler
Fixing tridiag solver bug. See https://github.com/larson-group/clubb/issues/1139
The file was modified src/CLUBB_core/tridiag_lu_solver.F90 (diff)
Commit f28975376d58c19257922a4cca10ae07ff251d05 by Gunther Huebler
Slight rework to acc data statements. This allows us to use return calls in advance_clubb_core again. See https://github.com/larson-group/clubb/issues/1139
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
Commit ec65c38de8cd427398f788dfdfc3537434a15dd7 by Gunther Huebler
Fixing small GPU stats bug
The file was modified src/CLUBB_core/mixing_length.F90 (diff)
Commit 23fa7789cb8cb963c4536910b97b0c48d6f105c2 by Gunther Huebler
Changing xm to out in mono flux solver. There is no need for it to be inout, and it confused me for a bit so I'm fixing it.
The file was modified src/CLUBB_core/mono_flux_limiter.F90 (diff)