GEOS GCM Quick Start: Difference between revisions
Remove reference to sles 11 |
No edit summary |
||
Line 39: | Line 39: | ||
You can then clone the model with: | You can then clone the model with: | ||
git clone -b v10. | git clone -b v10.17.0 git@github.com:GEOS-ESM/GEOSgcm.git | ||
where <code>-b v10. | where <code>-b v10.17.0</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 === | === HTTPS Access === | ||
Line 47: | Line 47: | ||
GEOS can also be cloned via https with: | GEOS can also be cloned via https with: | ||
git clone -b v10. | git clone -b v10.17.0 https://github.com/GEOS-ESM/GEOSgcm.git | ||
But if you do this you *should* use the Mepo method of building GEOS below. This is due to restrictions in how <code>checkout_externals</code> works (it refers to the sub-repositories of GEOS with SSH urls). | But if you do this you *should* use the Mepo method of building GEOS below. This is due to restrictions in how <code>checkout_externals</code> works (it refers to the sub-repositories of GEOS with SSH urls). |