Changeset 2205
- Timestamp:
- Jan 7, 2020, 3:20:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/meso_install.sh
r1873 r2205 49 49 dimgcm="64x48x29" 50 50 ## location of static data 51 webrepo="http:// data.spiga.fr/mesoscale_model/STATIC_DATA/"51 webrepo="http://www.lmd.jussieu.fr/~aslmd/mesoscale_model/data_static/" 52 52 ## TBD: datadir: http://www.lmd.jussieu.fr/~lmdz/planets/mars/datadir/ 53 53 ################################ … … 123 123 rm -rf $log ; touch $log 124 124 cd $refrepo/code/LMDZ.COMMON/ioipsl 125 ./install_ioipsl_$fortcom".bash" > $log 2> $log 125 if [[ "${machine}" == "CICLAD" ]] 126 then 127 ./install_ioipsl_ciclad.bash > $log 2> $log 128 else 129 ./install_ioipsl_$fortcom".bash" > $log 2> $log 130 fi 126 131 127 132 ## -----------
Note: See TracChangeset
for help on using the changeset viewer.