Subversion Repositories lagranto.ecmwf

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 michaesp 1
#!/bin/csh
2
 
3
# ----- Run Lagrantoninstaller -------------------
4
 
5
./install.csh all
6
 
7
# ----- Set <bin> --------------------------------
8
 
9
ln -svf ${DYN_TOOLS}/lagranto.ecmwf/bin/lagranto.ecmwf ${DYN_TOOLS}/bin/lagranto.ecmwf
10
chmod og+rx ${DYN_TOOLS}/bin/lagranto.ecmwf
11
 
12
exit 0