Ignore:
Timestamp:
05/30/08 10:10:34 (16 years ago)
Author:
mmaipsl
Message:

MM: All frequencies in post-treatement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/AllPostFred/libIGCM_comp/libIGCM_comp.ksh

    r5 r10  
    8686        eval first_option=\${${compname}_UserChoices[0]} > /dev/null 2>&1 
    8787        if [ X${first_option} != X"Error:" ] ; then 
    88             eval IGCM_debug_Print 2 "${compname}_UserChoices_Options:" \${${compname}_UserChoices[*]} 
    8988            if [ X${card_UserChoices[0]} != X ] ; then 
    9089                unset card_UserChoices 
     
    9493            for option in ${card_UserChoices[*]} ; do 
    9594                IGCM_card_DefineVariableFromOption ${card} UserChoices ${option} 
    96                 eval IGCM_debug_Print 3 "${compname}_UserChoices_values: ${card_UserChoices[*]}" 
     95                eval IGCM_debug_Print 2 "${compname}_UserChoices_values: ${option} \${card_UserChoices_${option}}" 
    9796            done 
    9897        fi 
Note: See TracChangeset for help on using the changeset viewer.