Ignore:
Timestamp:
03/23/10 16:11:55 (14 years ago)
Author:
brocksce
Message:

Added debug info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r222 r250  
    147147 
    148148for comp in ${config_ListOfComponents[*]} ; do 
     149    IGCM_debug_Print 1 "################## ${comp} ######################" 
    149150    liste_file_monitoring="" 
    150151    IGCM_card_DefineArrayFromOption ${CARD_DIR}/config.card ListOfComponents ${comp} 
     
    167168    # 
    168169    if [ X${PATH_monitoring_file} != X"" ] ; then 
     170        IGCM_debug_Print 1 "Monitoring file used : ${PATH_monitoring_file}" 
    169171        IGCM_debug_Print 1 "Determine which files we need." 
    170172        . monitoring01 -l2 --listcommand 'IGCM_sys_RshArchive ls' ${PATH_monitoring_file} ${R_SAVE}/${comp}/Analyse/TS_MO 
     
    174176    if [ ! "X${liste_file_monitoring}" = X ] ; then 
    175177        IGCM_sys_Get /l liste_file_monitoring ${RUN_DIR} 
     178        IGCM_debug_Print 1 "monitoring01 -c ${CARD_DIR} -p ${comp} --time -t \"${config_UserChoices_JobName} monitoring\" -o ${RUN_DIR}/MONITORING ${PATH_monitoring_file} ." 
     179        IGCM_debug_Print 1 "monitoring01 starts ................................................." 
    176180        monitoring01 -c ${CARD_DIR} -p ${comp} --time -t "${config_UserChoices_JobName} monitoring" -o ${RUN_DIR}/MONITORING ${PATH_monitoring_file} . 
    177181    else 
Note: See TracChangeset for help on using the changeset viewer.