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.
- Host: GitHub
- URL: https://github.com/e3sm-project/cimemctcomps
- Owner: E3SM-Project
- Created: 2021-04-15T23:54:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T21:53:48.000Z (about 5 years ago)
- Last Synced: 2025-03-27T02:46:02.295Z (about 1 year ago)
- Language: Fortran
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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