Summary
- Adding variables to openacc data statements. Without this, the code crashes when using the GPU with l_godunov_upwind_xpyp_ta=.true. (details)
- thlm_ed and rtm_ed caused GPU errors since those variables were added to a acc loop, but never added to the acc data statement. This change makes it so they're only calculated on the CPU, since they are only used for stats, fixing the issue without adding the GPU memory footprint. (details)
- Clubb intr revert (#203) (details)
The file was modified | advance_xp2_xpyp_module.F90 (diff) |
The file was modified | advance_clubb_core_module.F90 (diff) |
The file was modified | src/physics/cam/clubb_intr.F90 (diff) |
The file was removed | run_scripts/run_generalized_grid_scam_test.bash |
The file was removed | jenkins_tests/cam_clubb_generalized_grid_scam_test/Jenkinsfile |
The file was modified | src/physics/cam/subcol_SILHS.F90 (diff) |