Skip to content
Failed

Changes

Summary

  1. Making a change to the l_C2_cloud_frac option with advance_xp2_xpyp. (details)
  2. Fixing bug. qclvar copying is handled by the api, but we were deleting it with an unstructured data statement. I added this due as a fix before thinking qclvar was a local variable, which happened because I mixed up the CLUBB_CAM and CLUBBND_CAM flags. https://github.com/larson-group/cam/issues/175 (details)
Commit 8f1115676aa257869d00331d0355159754208e1e by bmg2
Making a change to the l_C2_cloud_frac option with advance_xp2_xpyp.
Cloud fraction needed to be interpolated to momentum levels for
proper use in the code.

Since this code change does not change CLUBB's default configuration,
results are bit-for-bit for the default configuration.
The file was modified src/CLUBB_core/advance_xp2_xpyp_module.F90 (diff)
Commit a67d637da217289ec8a0ddd2ea464d782b9ca79c by Gunther Huebler
Fixing bug. qclvar copying is handled by the api, but we were deleting it with an unstructured data statement. I added this due as a fix before thinking qclvar was a local variable, which happened because I mixed up the CLUBB_CAM and CLUBBND_CAM flags. https://github.com/larson-group/cam/issues/175
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)