Skip to content
Failed

Changes

Summary

  1. The variable gr now needs to be passed into subroutine pvertinterp (details)
Commit 0f48c1d2ef8ad61aaa74ce176dc62f589740d889 by bmg2
The variable gr now needs to be passed into subroutine pvertinterp
(which was formerly found in interpolation.F90) in order to generalize
the grid. This created a circular dependency, for grid_class references
interpolation, and now interpolation needed to reference grid_class
in order to use type grid. This road block prevented the model from
compiling. I moved subroutine pvertinterp to advance_clubb_core in
order to solve the problem.
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/CLUBB_core/interpolation.F90 (diff)