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
  • ../trunk-jpl/test/MITgcm/install.sh

     
    66
    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################################################################################
    1616
     
    1717# Comment out the above, uncomment the following and set to a specific tagged release if the MITgcm repo head is buggy
    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 TracBrowser for help on using the repository browser.