Skip to content
Success

Changes

Summary

  1. Making linear_interpolated_azt_2D and linear_interpolated_azm_2D subroutines just to avoid a needless data copy. (details)
  2. Making update_xp2_mc 2D and creating interface for 1D calls. (details)
  3. Making use of new 2D call to update_xp2_mc (details)
  4. Declaring local variables with state%ncol rather than pcols. This avoid occasional slicing and other complications. Also making everything in clubb_tend_cam follow the same indentation scheme. (details)
Commit add842c9f5797774559dce57ce5f51a506523344 by 37674341+huebleruwm
Making linear_interpolated_azt_2D and linear_interpolated_azm_2D subroutines just to avoid a needless data copy.
The file was modified grid_class.F90 (diff)
Commit dc9e57ed7bdf35c97640ff0ddc87e39a6a51897b by 37674341+huebleruwm
Making update_xp2_mc 2D and creating interface for 1D calls.
The file was modified advance_xp2_xpyp_module.F90 (diff)
The file was modified clubb_api_module.F90 (diff)
Commit ee9f159addb28e0141c270d26d21157868f25be4 by Gunther Huebler
Making use of new 2D call to update_xp2_mc
The file was modified src/physics/cam/clubb_intr.F90 (diff)
Commit 909e5aed7dc150bc2899b8fa379916a5eb947576 by Gunther Huebler
Declaring local variables with state%ncol rather than pcols. This avoid occasional slicing and other complications. Also making everything in clubb_tend_cam follow the same indentation scheme.
The file was modified src/physics/cam/clubb_intr.F90 (diff)