Changeset 899


Ignore:
Timestamp:
08/07/13 15:17:36 (11 years ago)
Author:
mafoipsl
Message:

!AA_TimeSeries_Checker : Switch to simplified test because it's working on adapp and on curie.

At IDRIS use 'adapp' to run !TimeSeries_Checker instead of ada. HOMEGAYA (ie gaya files) is accessible (through NFS) by adapp and not by ada.
More information here : http://www.idris.fr/adapp/intro_adapp.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_TimeSeries_Checker

    r886 r899  
    310310                fi 
    311311                # 
    312                 IGCM_sys_TestFileArchive ${DIRECTORY}/${TestedFile} >/dev/null 2>&1 
    313                 if [ ! $? = 0 ] ; then 
     312                if [ ! -f ${DIRECTORY}/${TestedFile} ] ; then 
    314313                  (( countBad = countBad + 1 )) 
    315314                  [ ${countBad} = 1 ] && IGCM_debug_Print 3 "Missing time series from ${FILE} :" 
Note: See TracChangeset for help on using the changeset viewer.