Changeset 4577
- Timestamp:
- Jun 17, 2023, 1:29:32 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r4546 r4577 1089 1089 1090 1090 1091 if [[ ! -f libf/misc/netcdf95.F90 && ! -d $MODEL/NetCDF95-0. 2]]1091 if [[ ! -f libf/misc/netcdf95.F90 && ! -d $MODEL/NetCDF95-0.3 ]] 1092 1092 then 1093 1093 cd $MODEL 1094 myget src_archives/netcdf/NetCDF95-0. 2.tar.gz1095 tar -xf NetCDF95-0. 2.tar.gz1096 rm NetCDF95-0. 2.tar.gz1097 cd NetCDF95-0. 21094 myget src_archives/netcdf/NetCDF95-0.3.tar.gz 1095 tar -xf NetCDF95-0.3.tar.gz 1096 rm NetCDF95-0.3.tar.gz 1097 cd NetCDF95-0.3 1098 1098 mkdir build 1099 1099 cd build
Note: See TracChangeset
for help on using the changeset viewer.