Say I want to build the model with a modification to CAM in the file
src/physics/simple/physpkg.F90
How do I ensure that the model knows to modify this file rather than
src/physics/cam/physpkg.F90?
Should I insert this into SourceMods in the CIME case directory by replicating the directory structure of the source? That is what I thought was correct, but it seems that the mods are not being used at all in this case. How do I verify, via logs or otherwise, whether or not the SourceMods are being used?
Thanks!
src/physics/simple/physpkg.F90
How do I ensure that the model knows to modify this file rather than
src/physics/cam/physpkg.F90?
Should I insert this into SourceMods in the CIME case directory by replicating the directory structure of the source? That is what I thought was correct, but it seems that the mods are not being used at all in this case. How do I verify, via logs or otherwise, whether or not the SourceMods are being used?
Thanks!