CAM
CAM copied to clipboard
cplsec.F90 needs to be in a module
Issue Type
Code Clean-up
Issue Description
I recently discovered that cpslec.F90 is not a module. It should be placed in a module and the routine can be "use"d in cam_diagnostics.F90.
BTW, I did check all of the other routines in src/physics/cam, and this is the only one which is not encapsulated in a module.
Will this change answers?
No
Will you be implementing this yourself?
Any CAM SE can do this