Index: ../trunk-jpl/test/MITgcm/install.sh =================================================================== --- ../trunk-jpl/test/MITgcm/install.sh (revision 26959) +++ ../trunk-jpl/test/MITgcm/install.sh (revision 26960) @@ -6,11 +6,11 @@ ################################################################################ -# 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 ################################################################################ @@ -17,11 +17,15 @@ # Comment out the above, uncomment the following and set to a specific tagged release if the MITgcm repo head is buggy # -# # 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