Ignore:
Timestamp:
03/29/10 11:58:33 (14 years ago)
Author:
sdipsl
Message:
  • Bugfix in AA_monitoring ; when using cfg files from POST directory the filename is monitoring01_${compname}.cfg
  • Add back an echo in AA_job to keep track of the model execution in the Script_Output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r251 r252  
    155155    eval monitoring_file=monitoring01_${compname}_\${RESOL_${comp}}.cfg > /dev/null 2>&1 
    156156    if [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/monitoring01_${compname}.cfg ]] ; then 
    157         PATH_monitoring_file=${CARD_DIR}/POST/${monitoring_file} 
     157        PATH_monitoring_file=${CARD_DIR}/POST/monitoring01_${compname}.cfg 
    158158    elif [ -f ${FER_ATLAS}/${monitoring_file} ] ; then 
    159159        PATH_monitoring_file=${FER_ATLAS}/${monitoring_file} 
Note: See TracChangeset for help on using the changeset viewer.