Changeset 4411
- Timestamp:
- Feb 1, 2023, 11:30:49 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r4409 r4411 591 591 getlog=`pwd`/get.log 592 592 echo logfile : $getlog 593 myget src /modipsl.$version.tar.gz >> get.log 2>&1593 myget src_archives/modipsl.$version.tar.gz >> get.log 2>&1 594 594 echo install_lmdz.sh wget_OK `date` 595 595 gunzip modipsl.$version.tar.gz >> get.log 2>&1 … … 626 626 627 627 if [[ ! -d $ncdfdir ]] ; then 628 myget import/$script_install_netcdf >> $netcdflog 2>&1628 myget script_install/$script_install_netcdf >> $netcdflog 2>&1 629 629 chmod u=rwx $script_install_netcdf 630 630 ./$script_install_netcdf -prefix $ncdfdir $opt_ >> $netcdflog 2>&1 … … 796 796 xioslog=`pwd`/xios.log 797 797 #wget http://www.lmd.jussieu.fr/~lmdz/Distrib/install_xios.bash 798 myget import/install_xios.bash798 myget script_install/install_xios.bash 799 799 chmod u=rwx install_xios.bash 800 800 if [ ${hostname:0:5} = jean- ] ; then … … 1054 1054 then 1055 1055 cd $MODEL 1056 myget import/NetCDF95-0.2.tar.gz1056 myget src_archives/NetCDF95-0.2.tar.gz 1057 1057 tar -xf NetCDF95-0.2.tar.gz 1058 1058 rm NetCDF95-0.2.tar.gz
Note: See TracChangeset
for help on using the changeset viewer.