Adding source modules

TCNasa

Tom Caldwell
Member
I may need to add a new module to CESM source code for accessing my data. Do I add it to SourceMods for the case? Will the build include it there?
 

mlevy

Michael Levy
CSEG and Liaisons
Staff member
Yes, you should be able to add a new module to SourceMods. Note that there are several subdirectories of $CASE/SourceMods/, so you want to put the file in the directory associated with the component that you are modifying. For example, you would put a new CAM file in $CASE/SourceMods/src.cam but a new CICE file in $CASE/SourceMods/src.cice.
 
Back
Top