Ignore:
Timestamp:
09/13/12 18:35:26 (12 years ago)
Author:
aclsce
Message:

Modified to exclude good variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/check_ncrcat_list.sh

    r1864 r1879  
    11#!/bin/bash 
    2  
     2set -vx 
    33listToProcessFile="${1}" 
    44# exemple de fichier liste : 
     
    8989echo >> $output_cdocat_logFile 
    9090 
    91 vartoexclude="'t_inst*,contfracATM,sobowlin'" 
     91vartoexclude="t_inst*,contfracATM,sobowlin,Contfrac" 
    9292./diff.bash $output_ncrcat_file $output_cdocat_file $vartoexclude >> $output_cdocat_logFile 
    9393 
Note: See TracChangeset for help on using the changeset viewer.