Index: /issm/trunk-jpl/test/MITgcm/install.sh
===================================================================
--- /issm/trunk-jpl/test/MITgcm/install.sh	(revision 26959)
+++ /issm/trunk-jpl/test/MITgcm/install.sh	(revision 26960)
@@ -7,9 +7,9 @@
 ################################################################################
 
-# Download source
-git clone --depth=1 https://github.com/MITgcm/MITgcm.git
+# # Download source
+# git clone --depth=1 https://github.com/MITgcm/MITgcm.git
 
-# Move source to 'install' directory
-mv MITgcm install
+# # Move source to 'install' directory
+# mv MITgcm install
 
 ################################################################################
@@ -18,10 +18,14 @@
 #
 
-# # Download source
-# wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint67x.tar.gz
+# Constants
+#
+VER="68h"
 
-# # Uncompress source
-# tar -xvzf checkpoint67x.tar.gz
+# Download source
+wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint${VER}.tar.gz
 
-# # Move source to 'install' directory
-# mv MITgcm-checkpoint67x install
+# Uncompress source
+tar -xvzf checkpoint${VER}.tar.gz
+
+# Move source to 'install' directory
+mv MITgcm-checkpoint${VER} install
