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

Rme/cesm pop 2 1 20240202 #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# gitignore for POP2

# directories checked out by manage_externals, and other files created
# by manage_externals
manage_externals.log
externals/MARBL
externals/CVMix

# binary files
*.nc

Expand Down
14 changes: 14 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[submodule "CVMix"]
path = externals/CVMix
url = https://github.com/CVMix/CVMix-src
fxtag = v0.98-beta
fxurl = https://github.com/CVMix/CVMix-src
fxrequired = AlwaysRequired

[submodule "MARBL"]
path = externals/MARBL
url = https://github.com/marbl-ecosys/MARBL
fxtag = marbl0.43.0
fxurl = https://github.com/marbl-ecosys/MARBL
fxrequired = AlwaysRequired

8 changes: 0 additions & 8 deletions Externals.cfg

This file was deleted.

16 changes: 0 additions & 16 deletions Externals_POP.cfg

This file was deleted.

16 changes: 5 additions & 11 deletions README_EXTERNALS
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
POP is released via subversion, but it includes external code that is released
via git. Rather than relying on subversion's svn:externals property, POP now
uses the manage_externals utility from
POP contains external submodules for MARBL and CVMIX.
You can get these using the git-fleximod tool from
https://github.com/ESMCI/git-fleximod
or by using the
git submodule update --init

https://github.com/NCAR/manage_externals

Since this is not tied to subversion, after checking out POP users must run

$ ./externals/manage_externals/checkout_externals

Note that CESM also uses manage_externals and will run checkout_externals when
checking out POP, so this step is only necessary for non-CESM checkouts of POP.
1 change: 1 addition & 0 deletions externals/CVMix
Submodule CVMix added at 942319
1 change: 1 addition & 0 deletions externals/MARBL
Submodule MARBL added at 75827e
12 changes: 0 additions & 12 deletions externals/manage_externals/.dir_locals.el

This file was deleted.

6 changes: 0 additions & 6 deletions externals/manage_externals/.github/ISSUE_TEMPLATE.md

This file was deleted.

17 changes: 0 additions & 17 deletions externals/manage_externals/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

14 changes: 0 additions & 14 deletions externals/manage_externals/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions externals/manage_externals/.travis.yml

This file was deleted.

34 changes: 0 additions & 34 deletions externals/manage_externals/LICENSE.txt

This file was deleted.

Loading