Changeset 1726 for BOL/script_install
- Timestamp:
- Feb 26, 2013, 10:30:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/instal1d.sh
r1704 r1726 13 13 ############################################################################### 14 14 15 # Check in ~lmdz/WWW/DistribG95 which 1d version to use 16 version1d=20130225 15 17 modele="" 16 18 if [ "$modele" = "" ] ; then … … 60 62 # in order to take them directly on your computer 61 63 if [ $interne = no ] ; then 62 wget http://www.lmd.jussieu.fr/~lmdz/DistribG95/lmdz1d_source_ 20121016.tar.gz63 tar xvfz lmdz1d_source_ 20121016.tar.gz64 rm -f lmdz1d_source_ 20121016.tar.gz65 source=${LMDGCM}/lmdz1d_source_ 2012101664 wget http://www.lmd.jussieu.fr/~lmdz/DistribG95/lmdz1d_source_${version1d}.tar.gz 65 tar xvfz lmdz1d_source_${version1d}.tar.gz 66 rm -f lmdz1d_source_${version1d}.tar.gz 67 source=${LMDGCM}/lmdz1d_source_${version1d} 66 68 else 67 69 cp -a /home/jygz/LMDZ/SLMDZ/LMDZ5_source_20120112/lmdz1d_source_20120112 .
Note: See TracChangeset
for help on using the changeset viewer.