Ignore:
Timestamp:
05/31/11 15:12:20 (13 years ago)
Author:
sdipsl
Message:
  • Better error handling within libGCM
  • Pre requisite to have more robust post-processing workflow
  • Improve verbosity to help users identify problem
  • Cosmetic
  • backward compatible
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_TimeSeries_Checker

    r436 r475  
    177177                IGCM_card_DefineArrayFromOption ${card} ${flag_post} TimeSeriesVars 
    178178                IGCM_card_DefineArrayFromOption ${card} ${flag_post} Patches 
    179                 if [ X"$( eval echo \${${compname}_${flag_post}_TimeSeriesVars[*]} )" = X"Option not found ${flag_post}" ] ; then 
     179                if [ X"$( eval echo \${${compname}_${flag_post}_TimeSeriesVars[*]} )" = X"Option not" ] ; then 
    180180                    # New TimeSeriesVar description, with 2D, 3D and associate ChunckJob. 
    181181                    unset ListDimension 
Note: See TracChangeset for help on using the changeset viewer.