ESCOMP / CTSM

Community Terrestrial Systems Model (includes the Community Land Model of CESM)
http://www.cesm.ucar.edu/models/cesm2.0/land/
Other
295 stars 298 forks source link

Start using "submodule" rather than "external" in the code (with the git fleximod update) #2591

Closed ekluzek closed 3 days ago

ekluzek commented 3 weeks ago

With manage_externals we referred to other components maintained as part of CTSM as "externals". However, now with git fleximod externals isn't accurate as they are now managed using "git submodule". So using the term "submodule" is more accurate. We should start using it when we refer to components that are part of the CTSM checkout and we should replace the word external in the code documentation with submodule to reflect the new more accurate language at this point.

ekluzek commented 3 days ago

Fixed in #2577