Index: /issm/trunk-jpl/test/MITgcm/install.sh
===================================================================
--- /issm/trunk-jpl/test/MITgcm/install.sh	(revision 26215)
+++ /issm/trunk-jpl/test/MITgcm/install.sh	(revision 26216)
@@ -5,22 +5,23 @@
 rm -rf install
 
+################################################################################
+
+# Download source
+git clone --depth=1 https://github.com/MITgcm/MITgcm.git
+
+# Move source to 'install' directory
+mv MITgcm install
+
+################################################################################
+
+# Comment out the above, uncomment the following and set to a specific tagged release if the MITgcm repo head is buggy
+#
+
 # # Download source
-# git clone --depth=1 https://github.com/MITgcm/MITgcm.git
+# wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint67x.tar.gz
+
+# # Uncompress source
+# tar -xvzf checkpoint67x.tar.gz
 
 # # Move source to 'install' directory
-# mv MITgcm install
-
-# Temporary freeze of source to tagged release ( remove the following and 
-# uncomment the above once issue is resolved)
-#
-
-# Download source
-wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint67x.tar.gz
-
-# Uncompress source
-tar -xvzf checkpoint67x.tar.gz
-
-# Move source to 'install' directory
-mv MITgcm-checkpoint67x install
-
-
+# mv MITgcm-checkpoint67x install
