https://github.com/e3sm-project/cimemctdriver
Repo containing the code from cime/src/drivers/mct. Used only for moving from cime submodule to directory in E3SM.
https://github.com/e3sm-project/cimemctdriver
Last synced: 5 months ago
JSON representation
Repo containing the code from cime/src/drivers/mct. Used only for moving from cime submodule to directory in E3SM.
- Host: GitHub
- URL: https://github.com/e3sm-project/cimemctdriver
- Owner: E3SM-Project
- Created: 2021-04-14T00:46:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T19:18:35.000Z (about 5 years ago)
- Last Synced: 2025-02-01T08:23:22.183Z (over 1 year ago)
- Language: Fortran
- Homepage:
- Size: 4.52 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cimemctdriver
Repo containing the code from cime/src/drivers/mct. Used only for moving from cime submodule to directory in E3SM.
How it was made:
git clone --no-tags git@github.com:ESMCI/cime.git (Used hash f5433921b2d3330290773aa3553e5c5514ece3dc from April 10, 2021.)
cd cime
git filter-repo --path-rename driver_cpl:driver-mct src/mct/driver:driver-mct (this takes the code in driver_cpl and its renamed path src/mct/driver and rewrites history so all files are in driver-mct)
git filter-repo --path driver-mct (this removes all code except driver-mct leaving a commit history for just the code in driver-mct)
git remote add mctdriver (this repo)
git push mctdriver master