Changeset 1768


Ignore:
Timestamp:
06/12/12 15:44:31 (12 years ago)
Author:
aclsce
Message:

Fixed some bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/enlarge_my_files.sh

    r1766 r1768  
    3030                echo "   The following directory must exist where the command enlarge_my_files is run:" 
    3131                echo "       enlarge_my_files" 
    32                 echo "                       |-- with_ncrcat" 
     32                echo "                       |-- output_ncrcat" 
    3333                echo "                       |   |-- set_000001.list" 
    3434                echo "                       |   |-- set_000002.list" 
     
    3636                echo "                       |   |-- set_000004.list" 
    3737                echo "                       |   \`-- set_000005.list" 
    38                 echo "                       \`-- with_tar" 
     38                echo "                       \`-- output_tar" 
    3939                echo 
    4040                echo "Options:" 
     
    111111                echo "====> DELEGATE to tar command with option --switchtotar" 
    112112                echo "DELEGATE to tar command with option --switchtotar" >> $statusfile 
    113                 mv $set $PATH_SIMU/with_tar 
     113                mv $set $PATH_SIMU/output_tar 
    114114                continue 
    115115        fi 
     
    151151                varstoexclude="t_inst_.*,$varstoexcludefiltered" 
    152152                extratar=1 
    153                 # Copy to with_tar directory  
    154                 cp $set $PATH_SIMU/with_tar 
     153                # Copy to output_tar directory  
     154                cp $set $PATH_SIMU/output_tar 
    155155        fi 
    156156 
     
    158158        # Try 2 times before fire "FAILED" 
    159159        ncrcatcmd=ncrcat 
    160 #       ncrcatoptions="--md5_digest" 
    161         ncrcatoptions="" 
     160        ncrcatoptions="--md5_digest" 
     161#       ncrcatoptions="" 
    162162 
    163163        cat $set | $ncrcatcmd $ncrcatoptions -O -x -v $varstoexclude -o $outputfile > $logfile 2>&1 
     
    182182                                echo "====> DELEGATE to tar command after $nbtries tries (maxtries=$maxtries)" 
    183183                                echo "DELEGATE to tar command after $nbtries tries (maxtries=$maxtries)" >> $statusfile 
    184                                 cp $set $PATH_SIMU/with_tar 
     184                                cp $set $PATH_SIMU/output_tar 
    185185                        fi 
    186186                fi 
     
    227227         
    228228        filefirst=`head -n 1 $set` 
     229        dirinputfile=`dirname $filefirst` 
    229230        diroutputfile=`dirname $filefirst | sed -e "s%$dirin%$dirout%"`  
    230231 
     
    248249#       #----------------------------------- 
    249250 
    250         $tarcmd $taroptions $diroutputfile/$outputfile --dereference --files-from $set.local > $logfile 2>&1 
     251        $tarcmd $taroptions $outputfile --dereference --files-from $set.local > $logfile 2>&1 
    251252        if [ $? -eq 0 ] ; then 
    252253            datestr2=`LC_ALL=C date +"%Y-%m-%dT%H:%M:%S"` 
Note: See TracChangeset for help on using the changeset viewer.