Ignore:
Timestamp:
01/13/15 19:46:51 (9 years ago)
Author:
sdipsl
Message:

adressing #237

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh

    r1146 r1151  
    161161          # 
    162162          IGCM_card_DefineArrayFromSection ${card} ${flag_post} 
     163          # This section is mandatory 
     164          if [ "X$( eval echo \${${compname}_${flag_post}[@]} )" = "X" ] ; then 
     165            IGCM_debug_Print 1 "IGCM_card_DefineArrayFromSection ${card} ${flag_post}" 
     166            IGCM_debug_Exit "${flag_post} section do not exist in ${card}. Please check your card." 
     167            IGCM_debug_Verif_Exit 
     168          fi 
    163169          # 
    164170          # Seasonal case : If option Seasonal is not found (old cards) put SEASONAL ON by default 
Note: See TracChangeset for help on using the changeset viewer.