Ignore:
Timestamp:
02/18/13 12:39:14 (11 years ago)
Author:
sdipsl
Message:

Continue to track down SpaceName?=TEST implications at IDRIS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_TimeSeries_Checker

    r731 r798  
    275275                TestedFile=${config_UserChoices_JobName}_${ChunckDebut}_${ChunckFin}_${FlagDir}_${var}.nc 
    276276                # 
    277                 if [ -d ${DIRECTORY} ] ; then 
    278                   Candidat=$( find ${DIRECTORY} -name "${config_UserChoices_JobName}_${ChunckDebut}_*_${FlagDir}_${var}.nc" ) 
     277                IGCM_sys_TestDirArchive ${DIRECTORY} 
     278                if [ $? = 0 ] ; then 
     279                  Candidat=$( IGCM_sys_RshArchive "find ${DIRECTORY} -name "${config_UserChoices_JobName}_${ChunckDebut}_*_${FlagDir}_${var}.nc"" ) 
    279280                else 
    280281                  Candidat="" 
Note: See TracChangeset for help on using the changeset viewer.