Changeset 1394


Ignore:
Timestamp:
06/15/17 17:37:50 (7 years ago)
Author:
sdipsl
Message:
  • Cosmetics
Location:
trunk/libIGCM
Files:
2 edited

Legend:

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

    r1388 r1394  
    13811381  # Check if AUTO is set on the same line as keyid and keyattrib 
    13821382  if [  $( grep -w ${keyid} ${filein} | grep AUTO | wc -l ) = 1 ] ; then 
    1383     # Modifification will be done 
     1383    # Modification will be done 
    13841384    modify=yes 
    13851385  else 
  • trunk/libIGCM/libIGCM_ensemble/libIGCM_ensemble.ksh

    r1361 r1394  
    954954      ${PerturbExe} ${RUN_DIR}/${FileOut}.nc ${PerturbVar} ${PerturbAmp}  > /dev/null 2>&1 
    955955      if [ $? -ne 0 ] ; then 
    956         IGCM_debug_Exit "Abend $( basename ${PerturbExe} )" 
     956        IGCM_debug_Exit "Error with $( basename ${PerturbExe} )" 
    957957        IGCM_debug_Verif_Exit 
    958958      fi 
     
    981981      ${PerturbExe} ${RUN_DIR}/${FileOut}.nc ${PerturbVar} ${PatternFile} ${MaskFile}  > /dev/null 2>&1 
    982982      if [ $? -ne 0 ] ; then 
    983         IGCM_debug_Exit "Abend $( basename ${PerturbExe} )" 
     983        IGCM_debug_Exit "Error with $( basename ${PerturbExe} )" 
    984984        IGCM_debug_Verif_Exit 
    985985      fi 
Note: See TracChangeset for help on using the changeset viewer.