GEOS GCM Quick Start: Difference between revisions

Line 37: Line 37:
which obtains the latest <code>git</code>, <code>CMake</code>, and <code>manage_externals</code> modules.
which obtains the latest <code>git</code>, <code>CMake</code>, and <code>manage_externals</code> modules.


== Clone the Model ==
== Cloning the Model ==


GEOS is now hosted on GitHub.  
GEOS is now hosted on GitHub. The first thing to do is to [https://github.com/join create a GitHub account] and [https://help.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account add your SSH key] to it.
 
You can then clone the model with:


  git clone -b v10.12.4 git@github.com:GEOS-ESM/GEOSgcm.git
  git clone -b v10.12.4 git@github.com:GEOS-ESM/GEOSgcm.git
where <code>-b v10.12.4</code> refers to a release tag of GEOS GCM. Information on the various releases can be found on the [https://github.com/GEOS-ESM/GEOSgcm/releases Releases page].
=== HTTPS Access ===
GEOS can also be cloned via https with:
  git clone -b v10.12.4 https://github.com/GEOS-ESM/GEOSgcm.git
But if you do this you *MUST* use the Mepo method of building GEOS below.


== Building GEOS ==
== Building GEOS ==