Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #377. Split Ocean Grid Comp into new repo #379

Merged
merged 7 commits into from
Mar 18, 2022

Conversation

mathomp4
Copy link
Member

@mathomp4 mathomp4 commented Feb 22, 2022

Okay. GEOS_OceanGridComp was split into a new repo following:

mkdir MakeNewOceanGridComp
cd MakeNewOceanGridComp
git clone git@github.com:GEOS-ESM/GEOSgcm_GridComp.git
cd GEOSgcm_GridComp/
git filter-repo --subdirectory-filter GEOSogcm_GridComp/GEOS_OceanGridComp
git reset --hard
git gc --aggressive
git prune
git clean -fd
git remote add origin git@github.com:GEOS-ESM/GEOS_OceanGridComp.git
git branch -M main
git push -u origin main

I'm still testing this, but so far so good. Will of course require a PR to GEOSgcm_GridComp and new tag.

Depends on: GEOS-ESM/GEOSgcm_GridComp#551

@mathomp4 mathomp4 added the 0 diff structural Structural changes to repository that are zero-diff label Feb 22, 2022
@mathomp4 mathomp4 self-assigned this Feb 22, 2022
@mathomp4 mathomp4 linked an issue Feb 22, 2022 that may be closed by this pull request
@mathomp4 mathomp4 added the Contingent - DNA These changes are contingent on other PRs label Feb 22, 2022
@mathomp4 mathomp4 marked this pull request as ready for review February 25, 2022 17:17
@mathomp4 mathomp4 requested a review from a team as a code owner February 25, 2022 17:17
@mathomp4
Copy link
Member Author

My tests show that the split-off ocean is zero-diff.

@mathomp4 mathomp4 mentioned this pull request Mar 2, 2022
@mathomp4 mathomp4 removed the Contingent - DNA These changes are contingent on other PRs label Mar 18, 2022
@mathomp4 mathomp4 added 0 diff trivial The changes in this pull request are trivially zero-diff (documentation, build failure, &c.) 0 diff The changes in this pull request have verified to be zero-diff with the target branch. labels Mar 18, 2022
@mathomp4 mathomp4 merged commit 0605d22 into main Mar 18, 2022
@mathomp4 mathomp4 deleted the feature/mathomp4/#377-split-ocean-gridcomp branch March 18, 2022 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 diff structural Structural changes to repository that are zero-diff 0 diff trivial The changes in this pull request are trivially zero-diff (documentation, build failure, &c.) 0 diff The changes in this pull request have verified to be zero-diff with the target branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A separate repository for GEOS_OceanGridComp
2 participants