Changeset 26960
- Timestamp:
- 04/15/22 13:39:51 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/MITgcm/install.sh
r26216 r26960 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 ################################################################################ … … 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 TracChangeset
for help on using the changeset viewer.