Summary
- Fixing bug. See https://github.com/larson-group/clubb/issues/1139 (details)
- Fixing tridiag solver bug. See https://github.com/larson-group/clubb/issues/1139 (details)
- 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)
- Fixing small GPU stats bug (details)
- 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)
The file was modified | src/clubb_driver.F90 (diff) |
The file was modified | src/CLUBB_core/tridiag_lu_solver.F90 (diff) |
The file was modified | src/CLUBB_core/advance_clubb_core_module.F90 (diff) |
The file was modified | src/CLUBB_core/clubb_api_module.F90 (diff) |
The file was modified | src/clubb_driver.F90 (diff) |
The file was modified | src/CLUBB_core/mixing_length.F90 (diff) |
The file was modified | src/CLUBB_core/mono_flux_limiter.F90 (diff) |