Changeset 20071


Ignore:
Timestamp:
02/03/16 15:45:19 (9 years ago)
Author:
Eric.Larour
Message:

CHG: 2.3.4 version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gshhg/install.sh

    r18907 r20071  
    22set -eu
    33
    4 rm -rf gssh-gmt-2.3.3.tar.gz  src install
     4rm -rf gssh-gmt-2.3.4.tar.gz  src install
    55
    66#get gssh database from noaa's website:  http://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html
    7 curl http://www.ngdc.noaa.gov/mgg/shorelines/data/gshhg/latest/gshhg-gmt-2.3.3.tar.gz > gshhg-gmt-2.3.3.tar.gz
     7#curl http://www.ngdc.noaa.gov/mgg/shorelines/data/gshhg/latest/gshhg-gmt-2.3.4.tar.gz > gshhg-gmt-2.3.4.tar.gz
    88
    99#Download from ISSM server
    10 #$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/gshhg-gmt-2.3.3.tar.gz' 'gshhg-gmt-2.3.3.tar.gz'
     10$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/gshhg-gmt-2.3.4.tar.gz' 'gshhg-gmt-2.3.4.tar.gz'
    1111
    1212#untar:
    13 tar -zxvf gshhg-gmt-2.3.3.tar.gz
     13tar -zxvf gshhg-gmt-2.3.4.tar.gz
    1414
    1515#move:
    16 mv gshhg-gmt-2.3.3 install
     16mv gshhg-gmt-2.3.4 install
Note: See TracChangeset for help on using the changeset viewer.