Changeset 1372 for trunk


Ignore:
Timestamp:
12/02/16 13:02:29 (8 years ago)
Author:
jgipsl
Message:

Adapted log messages related to clean_month.job

File:
1 edited

Legend:

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

    r1366 r1372  
    464464      IGCM_debug_Print 1 "Check the overall status of your simulation by visiting this page:" 
    465465      IGCM_debug_Print 1 "http://prodiguer-test-web.ipsl.fr/static/simulation.detail.html?uid=${simuid}" 
    466       IGCM_debug_Print 1 "Then try running ${libIGCM}/clean_month.job to rerun one period" 
    467       IGCM_debug_Print 1 "Then try running ${libIGCM}/clean_year.job to rerun more." 
     466      IGCM_debug_Print 1 "Then try running ${libIGCM}/clean_PeriodLenght.job to clean latest failed period" 
     467      IGCM_debug_Print 1 "Or try running ${libIGCM}/clean_latestPackperiod.job to clean lastest pack period." 
     468      IGCM_debug_Print 1 "Or use ${libIGCM}/purge_simulation.job to delete the full simulation." 
    468469      IGCM_debug_Exit 
    469470    elif [ $( echo ${run_Configuration_PeriodState} | grep Fatal | wc -l ) -eq 1 ] ; then 
     
    475476      IGCM_debug_Print 1 "Please visit that page to see how to fix issues:" 
    476477      IGCM_debug_Print 1 "https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocGmonitor" 
    477       IGCM_debug_Print 1 "Then try running ${libIGCM}/clean_month.job to rerun one period" 
    478       IGCM_debug_Print 1 "Then try running ${libIGCM}/clean_year.job to rerun more." 
     478      IGCM_debug_Print 1 "Then try running ${libIGCM}/clean_PeriodLenght.job to clean latest failed period" 
     479      IGCM_debug_Print 1 "Or try running ${libIGCM}/clean_latestPackperiod.job to clean latest pack period." 
     480      IGCM_debug_Print 1 "Or use ${libIGCM}/purge_simulation.job to delete the full simulation." 
    479481      IGCM_debug_Exit 
    480482    fi 
     
    959961    if [ ${DRYRUN} -le 0 ] ; then 
    960962      if ( IGCM_sys_TestFileBuffer ${R_BUF_KSH}/${PREFIX}_${Exe_Output} ) ; then 
    961         IGCM_debug_Exit "IGCM_config_PeriodStart" "You are currently RErunning an old job." 
    962         IGCM_debug_Print 1 "Because of readonly permissions, you can't RErun a job when saved files" 
     963        IGCM_debug_Exit "IGCM_config_PeriodStart" "You are currently re-running an old job." 
     964        IGCM_debug_Print 1 "Because of readonly permissions, you can't re-run a job when saved files" 
    963965        IGCM_debug_Print 1 " are still in the ARCHIVE directory. You must deleted those files, or " 
    964         IGCM_debug_Print 1 " the whole ${R_SAVE} tree. See clean_month.job in ${libIGCM} directory." 
     966        IGCM_debug_Print 1 " the whole ${R_SAVE} tree. See different clean_*.job in ${libIGCM} directory." 
    965967        IGCM_debug_Print 1 " This exit has been initiated because at least ${R_BUF_KSH}/${PREFIX}_${Exe_Output} exists." 
    966968        IGCM_debug_Verif_Exit 
Note: See TracChangeset for help on using the changeset viewer.