Ignore:
Timestamp:
07/09/14 16:28:01 (10 years ago)
Author:
sdipsl
Message:

Fix TSC for Ergon. We made the hypothesis that *checker* scripts have visibility on archive system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_TimeSeries_Checker

    r929 r1019  
    271271                DEBUG_sys=false IGCM_sys_TestDirArchive ${DIRECTORY} 
    272272                if [ $? = 0 ] ; then 
    273                   Candidat=$( IGCM_sys_RshArchive "find ${DIRECTORY} -name "${config_UserChoices_JobName}_${ChunckDebut}_*_${FlagDir}_${var}.nc"" ) 
     273                  Candidat=$( find ${DIRECTORY} -name "${config_UserChoices_JobName}_${ChunckDebut}_*_${FlagDir}_${var}.nc" ) 
    274274                else 
    275275                  Candidat="" 
Note: See TracChangeset for help on using the changeset viewer.