Go to most recent revision | Details | Last modification | View Log | RSS feed
#!/bin/csh
# ----- Run Lagrantoninstaller -------------------
./install.csh all
# ----- Set <bin> --------------------------------
ln -svf ${DYN_TOOLS}/lagranto.ecmwf/bin/lagranto.ecmwf ${DYN_TOOLS}/bin/lagranto.ecmwf
chmod og+rx ${DYN_TOOLS}/bin/lagranto.ecmwf
exit 0