Changeset 26960


Ignore:
Timestamp:
04/15/22 13:39:51 (3 years ago)
Author:
jdquinn
Message:

BUG: Temporarily setting MITgcm to specific tagged release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/MITgcm/install.sh

    r26216 r26960  
    77################################################################################
    88
    9 # Download source
    10 git clone --depth=1 https://github.com/MITgcm/MITgcm.git
     9# # Download source
     10# git clone --depth=1 https://github.com/MITgcm/MITgcm.git
    1111
    12 # Move source to 'install' directory
    13 mv MITgcm install
     12# # Move source to 'install' directory
     13# mv MITgcm install
    1414
    1515################################################################################
     
    1818#
    1919
    20 # # Download source
    21 # wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint67x.tar.gz
     20# Constants
     21#
     22VER="68h"
    2223
    23 # # Uncompress source
    24 # tar -xvzf checkpoint67x.tar.gz
     24# Download source
     25wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint${VER}.tar.gz
    2526
    26 # # Move source to 'install' directory
    27 # mv MITgcm-checkpoint67x install
     27# Uncompress source
     28tar -xvzf checkpoint${VER}.tar.gz
     29
     30# Move source to 'install' directory
     31mv MITgcm-checkpoint${VER} install
Note: See TracChangeset for help on using the changeset viewer.