source: issm/oecreview/Archive/26740-27031/ISSM-26959-26960.diff

Last change on this file was 27032, checked in by Mathieu Morlighem, 3 years ago

CHG: added 26740-27031

File size: 1.3 KB
RevLine 
[27032]1Index: ../trunk-jpl/test/MITgcm/install.sh
2===================================================================
3--- ../trunk-jpl/test/MITgcm/install.sh (revision 26959)
4+++ ../trunk-jpl/test/MITgcm/install.sh (revision 26960)
5@@ -6,11 +6,11 @@
6
7 ################################################################################
8
9-# Download source
10-git clone --depth=1 https://github.com/MITgcm/MITgcm.git
11+# # Download source
12+# git clone --depth=1 https://github.com/MITgcm/MITgcm.git
13
14-# Move source to 'install' directory
15-mv MITgcm install
16+# # Move source to 'install' directory
17+# mv MITgcm install
18
19 ################################################################################
20
21@@ -17,11 +17,15 @@
22 # Comment out the above, uncomment the following and set to a specific tagged release if the MITgcm repo head is buggy
23 #
24
25-# # Download source
26-# wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint67x.tar.gz
27+# Constants
28+#
29+VER="68h"
30
31-# # Uncompress source
32-# tar -xvzf checkpoint67x.tar.gz
33+# Download source
34+wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint${VER}.tar.gz
35
36-# # Move source to 'install' directory
37-# mv MITgcm-checkpoint67x install
38+# Uncompress source
39+tar -xvzf checkpoint${VER}.tar.gz
40+
41+# Move source to 'install' directory
42+mv MITgcm-checkpoint${VER} install
Note: See TracBrowser for help on using the repository browser.