An open API service indexing awesome lists of open source software.

https://github.com/e3sm-project/cimemctcomps

Repo containing code from cime/src/components. The data, stub and xcpl models. Used only for introducing E3SM versions of this code.
https://github.com/e3sm-project/cimemctcomps

Last synced: 4 months ago
JSON representation

Repo containing code from cime/src/components. The data, stub and xcpl models. Used only for introducing E3SM versions of this code.

Awesome Lists containing this project

README

          

# cimemctcomps

Repo containt code from https://github.com/ESMCI/cime only the directories
src/components/data_comps_mct
src/components/stub_comps_mct
src/components/xcpl_comps_mct

Made with the following commands:

git filter-repo --path-rename src/components/data_comps_mct:components/data_comps --path-rename components/data_comps:components/data_comps
git filter-repo --path-rename src/components/stub_comps_mct:components/stub_comps --path-rename components/stub_comps:components/stub_comps
git filter-repo --path-rename src/components/xcpl_comps_mct:components/xcpl_comps --path-rename components/xcpl_comps:components/xcpl_comps

git filter-repo --path components/data_comps --path components/stub_comps --path components/xcpl_comps

git remote add mctcomps (this repo)
git push mctcomps master

Includes changes up to CIME f5433921, April 10, 2021