Changeset 134


Ignore:
Timestamp:
06/12/09 12:12:22 (15 years ago)
Author:
sdipsl
Message:
  • Do not use absolute path with monitoring01 as input_directory when producing files and images
  • More verbosity in monitoring.job
  • Bypass strange rcommand behaviour with a sleep for ulam
Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r123 r134  
    129129    # 
    130130    if [ -f ${FER_ATLAS}/${monitoring_file} ] ; then 
     131        IGCM_debug_Print 1 "Determine which files we need." 
     132        . monitoring01 -l2 --listcommand 'IGCM_sys_RshArchive ls' ${FER_ATLAS}/${monitoring_file} ${R_SAVE}/${comp}/Analyse/TS_MO 
    131133        liste_file_monitoring=$( . monitoring01 -q -l2 --listcommand 'IGCM_sys_RshArchive ls' ${FER_ATLAS}/${monitoring_file} ${R_SAVE}/${comp}/Analyse/TS_MO ) 
    132134    else 
     
    136138    if [ ! "X${liste_file_monitoring}" = X ] ; then 
    137139        IGCM_sys_Get /l liste_file_monitoring ${RUN_DIR} 
    138         monitoring01 -q -c ${CARD_DIR} -p ${comp} --time -t "${config_UserChoices_JobName} monitoring" -o ${RUN_DIR}/MONITORING ${FER_ATLAS}/${monitoring_file} ${RUN_DIR} 
     140        monitoring01 -c ${CARD_DIR} -p ${comp} --time -t "${config_UserChoices_JobName} monitoring" -o ${RUN_DIR}/MONITORING ${FER_ATLAS}/${monitoring_file} . 
    139141    else 
    140142        IGCM_debug_Print 1 "No time series detected by this command :" 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ulam.ksh

    r133 r134  
    701701            IGCM_debug_Exit "IGCM_sys_Put_Dir" 
    702702        fi 
     703 
     704        # due to rcommand latency 
     705        sleep 30 
     706 
    703707    else 
    704708        ( ${DEBUG_debug} ) && echo "DRYRUN mode = " $DRYRUN >> stack 
Note: See TracChangeset for help on using the changeset viewer.