Changeset 4216


Ignore:
Timestamp:
Jul 20, 2022, 5:54:15 PM (2 years ago)
Author:
lguez
Message:

Polish

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz_new.sh

    r4215 r4216  
    597597        if [ ! -e lib -a -d lib64 ] ; then ln -s lib64 lib; fi
    598598    else
    599         # download and compile hdf5 and netcdf, etc. using the install_netcdf4_hdf5.bash script
    600         #wget http://www.lmd.jussieu.fr/~lmdz/Distrib/install_netcdf4_hdf5.bash
     599        # download and compile hdf5 and netcdf, etc. using the
     600        # install_netcdf4_hdf5.bash script
    601601        myget import/install_netcdf4_hdf5.bash
    602602        chmod u=rwx install_netcdf4_hdf5.bash
     
    13451345echo 'orchidee_rev='$orchidee_rev >> surface_env
    13461346echo 'suforch='$suff_orc >> surface_env
    1347 
    1348 
    1349 
    1350 
Note: See TracChangeset for help on using the changeset viewer.