Ignore:
Timestamp:
02/13/20 15:45:24 (4 years ago)
Author:
jgipsl
Message:

Updated LMDZOR_v6.3 configuration files to follow LMDZOR_v6.2 structure: compilation script instead of makefiles... These chages should be used together with new LMDZ/trunk, IOIPSL/trunk and XIOS/trunk. Only difference between v6.2 and v6.3 is the version of ORCHIDEE: ORCHIDEE_2_2 in v6.2 and ORCHIDEE_3 in v6.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/GENERAL/DRIVER/orchidee.driver

    r4353 r4936  
    169169    fi 
    170170 
    171     #Compression level (if CompressionLevel is not empty) 
     171    # Compression level (if CompressionLevel is not empty) 
    172172    if [ ! "X${config_UserChoices_CompressionLevel}" = "X" ] ; then 
    173173        echo "NetCDF output files compression level is " ${config_UserChoices_CompressionLevel} 
    174174        listfile=$(ls file_def*orchidee.xml) 
    175         for file in ${listfile} 
    176         do 
     175        for file in ${listfile} ; do 
    177176            sed -i -e "s/\(compression_level=\"\)[^\"]*\(\"\)/\1${config_UserChoices_CompressionLevel}\2/" ${file} 
    178177        done 
Note: See TracChangeset for help on using the changeset viewer.