Changeset 843 for trunk


Ignore:
Timestamp:
04/03/13 16:58:44 (11 years ago)
Author:
labetoulle
Message:

Bugfix in RunChecker? : variable initilization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_RunChecker

    • Property svn:executable deleted
    r835 r843  
    9090    0) 
    9191      echo "${JobName} not found." 
    92       echo "You can try : *) '-s' option to automatically search your \$WORKDIR, " 
    93       echo "              *) '-p' option to provide the config.card path, " 
    94       echo "              *)  manually editing your ${SimuCatalog}" 
     92      echo "You can try : *) '-s' option to automatically search your \$WORKDIR ; " 
     93      echo "              *) '-p' option to provide the directory (absolute path) " 
     94      echo "                      containing the config.card ; " 
     95      echo "              *)  manually editing your ${SimuCatalog}." 
    9596      exit ;; 
    9697    1) 
     
    314315      echo "  -p : give the directory (absolute path) containing " 
    315316      echo "       the config.card instead of the job name." 
    316       exit ;; 
     317      exit 0 ;; 
    317318    -j|-job-number) 
    318319      NbHisto="$2" 
     
    546547        (( ind = 0 )) 
    547548        for FileName in ${FileList[*]} ; do 
     549          LastDate="" 
    548550          LastDate=$( basename ${FileName} | gawk -F"." '{ print $(NF-1) }' ) 
    549551 
     
    589591    # Check last MONITORING jobs 
    590592    # ========================== 
     593    LastDate="" 
    591594    JobType=monitoring 
    592595    IGCM_sys_TestDirArchive ${CWORK_DIR}/MONITORING 
Note: See TracChangeset for help on using the changeset viewer.