- Timestamp:
- Jul 20, 2022, 5:54:15 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz_new.sh
r4215 r4216 597 597 if [ ! -e lib -a -d lib64 ] ; then ln -s lib64 lib; fi 598 598 else 599 # download and compile hdf5 and netcdf, etc. using the install_netcdf4_hdf5.bash script600 # wget http://www.lmd.jussieu.fr/~lmdz/Distrib/install_netcdf4_hdf5.bash599 # download and compile hdf5 and netcdf, etc. using the 600 # install_netcdf4_hdf5.bash script 601 601 myget import/install_netcdf4_hdf5.bash 602 602 chmod u=rwx install_netcdf4_hdf5.bash … … 1345 1345 echo 'orchidee_rev='$orchidee_rev >> surface_env 1346 1346 echo 'suforch='$suff_orc >> surface_env 1347 1348 1349 1350
Note: See TracChangeset
for help on using the changeset viewer.