Changeset 1879 for TOOLS/PACK_IPSL/check_ncrcat_list.sh
- Timestamp:
- 09/13/12 18:35:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/PACK_IPSL/check_ncrcat_list.sh
r1864 r1879 1 1 #!/bin/bash 2 2 set -vx 3 3 listToProcessFile="${1}" 4 4 # exemple de fichier liste : … … 89 89 echo >> $output_cdocat_logFile 90 90 91 vartoexclude=" 't_inst*,contfracATM,sobowlin'"91 vartoexclude="t_inst*,contfracATM,sobowlin,Contfrac" 92 92 ./diff.bash $output_ncrcat_file $output_cdocat_file $vartoexclude >> $output_cdocat_logFile 93 93
Note: See TracChangeset
for help on using the changeset viewer.