source:
issm/oecreview/Archive/26740-27031/ISSM-26959-26960.diff@
27032
Last change on this file since 27032 was 27032, checked in by , 3 years ago | |
---|---|
File size: 1.3 KB |
-
../trunk-jpl/test/MITgcm/install.sh
6 6 7 7 ################################################################################ 8 8 9 # Download source10 git clone --depth=1 https://github.com/MITgcm/MITgcm.git9 # # Download source 10 # git clone --depth=1 https://github.com/MITgcm/MITgcm.git 11 11 12 # Move source to 'install' directory13 mv MITgcm install12 # # Move source to 'install' directory 13 # mv MITgcm install 14 14 15 15 ################################################################################ 16 16 … … 17 17 # Comment out the above, uncomment the following and set to a specific tagged release if the MITgcm repo head is buggy 18 18 # 19 19 20 # # Download source 21 # wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint67x.tar.gz 20 # Constants 21 # 22 VER="68h" 22 23 23 # # Uncompresssource24 # tar -xvzf checkpoint67x.tar.gz24 # Download source 25 wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint${VER}.tar.gz 25 26 26 # # Move source to 'install' directory 27 # mv MITgcm-checkpoint67x install 27 # Uncompress source 28 tar -xvzf checkpoint${VER}.tar.gz 29 30 # Move source to 'install' directory 31 mv MITgcm-checkpoint${VER} install
Note:
See TracBrowser
for help on using the repository browser.