Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This was done once.

ACME was freshly cloned and a connection was established to the cime fork(from Sept 3, 2015 head: https://github.com/ACME-Climate/ACME/commit/c2b9b202f95cba910b72a53acc4c747beac316a7 and a remote for the ACME cime fork was added:

git remote add -f --tags CIMEacme https://githubacmecime git@github.com/:ACME-Climate/cime

...

/cime

...

.

...

git
Cime was added with this command:
git read-treesubtree add --squash --prefix=cime/ -u acme-merge1

 "acme-merge1" is a tag in the fork of CIME.

...

merge2.1

Subsequent commits on the rljacob/cime-merge branch were todid the following:

  • move model components to their cime locations
  • add cime build capability
  • remove the models directory
  • add ability to build component models with cime.

...