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. Submit a ticket to the SE/CG Testing & CI Support Help Desk and ask to be added to the E3SM private organization on github.  Include your Confluence account name so we can verify you're a member of E3SM.      OR   "fork" the model to your own github account.
  3. Log on to the platform on which you want to run E3SM.  

  4. 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.
  5. Clone the repository to your local account with:  git clone  --recursive git@github.com:E3SM-Project/E3SM.git  This will create a directory called "E3SM" with the code.
  6. cd to the E3SM directory.
  7. OPTIONAL When running with an MPAS component: Currently (until a better solution is found), it's useful to go into the components/mpas-source/src/core_ocean directory and run the two scripts get_cvmix.sh and get_BGC.sh to download those libraries so they are later replicated by the case creation process below. It's not required, but will bypass some credential entry during later builds.
  8. You are now ready to create a case, build and run following the CIME quick guide.   By default, you will be running the latest version of "master".

...