Ignore:
Timestamp:
06/05/15 15:29:38 (9 years ago)
Author:
sdipsl
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys.ksh

    r1194 r1204  
    14461446      IGCM_debug_Print 2 "IGCM_sys_ncrcat : ${i}/${NB_ESSAI} sleep ${DELAI} seconds and try again." 
    14471447      sleep $DELAI 
    1448     elif [ ! "X$( grep "WARNING Intra-file non-monotonicity" ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ )" = "X" ] ; then 
     1448    elif ( [ ! "X$( grep "WARNING Intra-file non-monotonicity" ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ )" = "X" ] && [ X${config_Post_IgnoreNonMonotonic} = XFALSE ] ) ; then 
    14491449      IGCM_debug_Print 2 "IGCM_sys_ncrcat : WARNING Intra-file non-monotonicity" 
    14501450      cat ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 
    14511451      # remove files having corrupted time axis 
    14521452      eval lastArg=\${$#} 
     1453      IGCM_debug_Print 2 "Remove files having corrupted time axis" 
    14531454      IGCM_debug_Print 2 "IGCM_sys_ncrcat : Delete ${lastArg}" 
    14541455      \rm ${lastArg} 
Note: See TracChangeset for help on using the changeset viewer.