From 48a9b978de796f47f5ea32917606fed3b60be4e5 Mon Sep 17 00:00:00 2001 From: mmorligh Date: Thu, 30 May 2024 07:50:06 -0400 Subject: [PATCH] CHG: adding other way to download ISSM from GitHub --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 712ff3a..72564d3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ # ISSM ## Description -Ice-sheet and Sea-level System Model (ISSM): a framework for modeling ice flow on ice sheet/ice shelf systems using Finite Element Analysis, and parallel technologies. +Ice-sheet and Sea-level System Model (ISSM): a framework for modeling ice flow using Finite Element Analysis, and parallel technologies. ## Contact -Email: issm at jpl dot nasa dot gov - -Website: https://issm.jpl.nasa.gov/ + - Website: http://issm.jpl.nasa.gov/ + - Forum: https://issm.ess.uci.edu/forum/ ## Checking Out a Copy of the Repository Navigate to the parent directory where you want the ISSM repository to be located and run, ``` git clone https://github.com/ISSMteam/ISSM.git ``` +or +``` +git clone git@github.com:ISSMteam/ISSM.git +```