Versions Compared

Key

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

...

  1. Sign up for a free account at http://github.com
  2. Add your github user name to the "About Me" section in your Confluence profile.
  3. Email James Foucar (jgfouca@sandia.gov) and ask to be added to the ACME private organization on github.  Include your Confluence account name so he can verify you're a member of ACME. 

  4. Log on to the platform on which you want to run ACME.  

  5. Install an ssh key from that platform to your github account.  See these instructions and note you can skip step 2 if you already have an ssh key on your machine.
  6. Clone the repository to your local account with:  git clone git@github.com:ACME-Climate/ACME.git  This will create a directory called "ACME" with the code.
  7. cd to the ACME directory.
  8. When running with an MPAS component: git submodule update --init  This will pull the code for MPAS components into their subdirectories, like models/ocn/mpas-o.
  9. You are now ready to create a case, build and run following the CESM Instructions.   By default, you will be running the latest version of "master".

...