forked from ESCOMP/CAM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'my.cam6_3_134.newclubb' into my.cam6_3_136.newclubb
- Loading branch information
Showing
9 changed files
with
1,003 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/bin/bash | ||
# | ||
|
||
# intended to delete all externals so you can start with a | ||
# clean slate after checking out a new tag | ||
|
||
rm -rf ccs_config | ||
rm -rf chem_proc | ||
rm -rf cime | ||
rm -rf components | ||
rm -rf libraries | ||
rm -rf share | ||
rm -rf post | ||
rm -rf src/atmos_phys | ||
rm -rf src/hemco | ||
rm -rf src/physics/ali_arms | ||
rm -rf clubb | ||
rm -rf pumas | ||
rm -rf pumas-frozen | ||
rm -rf silhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The first thing is to update the tags: | ||
|
||
git remote add ESCOMP https://github.com/ESCOMP/CAM | ||
git fetch --tags ESCOMP | ||
|
||
Then you can switch to whatever tag you want, say the latest cam_development tag. | ||
Then merge in your previous branch. | ||
|
||
git merge my_cam_117, etc. |
Oops, something went wrong.