Skip to content
Failed

Changes

Summary

  1. I changed the variable type within grid function flip from dp to (details)
  2. Fixed a compiling issue with CAM-CLUBB. (details)
  3. Hopefully this helps the cpu vs. gpu tests. (details)
Commit 1c06485d4a34378726c7734f4d34bce3b294695d by bmg2
I changed the variable type within grid function flip from dp to
core_rknd. I then needed to make some changes to BUGSrad driver
to compensate. The "dp" issue was discovered when WRF-CLUBB
wouldn't compile because of it (discrepancy between dp and core_rknd
in WRF-CLUBB that caused compilation errors for calls to flip
from advance_xm_wpxp, etc.)
The file was modified src/CLUBB_core/grid_class.F90 (diff)
The file was modified src/bugsrad_driver.F90 (diff)
Commit 0f3bc9f46f93fdd7932e6b047510c77a1c719b17 by bmg2
Fixed a compiling issue with CAM-CLUBB.
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
Commit 4c5fa8ce8f53dd868b93cd477e50d8f23bfd9fd8 by bmg2
Hopefully this helps the cpu vs. gpu tests.
The file was modified src/CLUBB_core/saturation.F90 (diff)