Changeset 4577


Ignore:
Timestamp:
Jun 17, 2023, 1:29:32 PM (11 months ago)
Author:
lguez
Message:

Use NetCDF95-0.3 instead of NetCDF95-0.2

So we can compile LMDZ revision >= 4534. There should not be backward
compatibility problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r4546 r4577  
    10891089
    10901090
    1091 if [[ ! -f libf/misc/netcdf95.F90 &&  ! -d $MODEL/NetCDF95-0.2 ]]
     1091if [[ ! -f libf/misc/netcdf95.F90 &&  ! -d $MODEL/NetCDF95-0.3 ]]
    10921092then
    10931093    cd $MODEL
    1094     myget src_archives/netcdf/NetCDF95-0.2.tar.gz
    1095     tar -xf NetCDF95-0.2.tar.gz
    1096     rm NetCDF95-0.2.tar.gz
    1097     cd NetCDF95-0.2
     1094    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
    10981098    mkdir build
    10991099    cd build
Note: See TracChangeset for help on using the changeset viewer.