This line is illegal since in cesm DEBUG is a defined macro https://github.com/NCAR/iCAM5_iHESP/blob/main/src/dynamics/fv/dyn_comp.F90#L115 after preprocessing you end up with ``` logical, parameter :: 1 = .true. ```
This line is illegal since in cesm DEBUG is a defined macro
https://github.com/NCAR/iCAM5_iHESP/blob/main/src/dynamics/fv/dyn_comp.F90#L115
after preprocessing you end up with