Changeset 252 for trunk


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
Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r249 r252  
    376376    if [ ${DRYRUN} -le 1 ] ; then 
    377377        REAL_DATE_INIT=$( date ) 
     378        echo "EXECUTION of : ${MPIRUN_COMMAND} ${MPIRUN_OPTIONS} ./${config_Executable_Name}   > ${Exe_Output} 2>&1" 
    378379        echo                                                                                   > ${Exe_Output} 
    379380        echo "#######################################"                                        >> ${Exe_Output} 
  • 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.