Ignore:
Timestamp:
06/04/10 09:27:23 (14 years ago)
Author:
mafoipsl
Message:

Add SUBLIT_DIR in messgae snt at the end of each simulation. Complete messages in clean_month.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_clean_month

    r286 r288  
    119119    IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/run.card Configuration PeriodState 
    120120    if ( [ ${run_Configuration_PeriodState} != "Running" ] && [ ${run_Configuration_PeriodState} != "OnQueue" ] && [ ${run_Configuration_PeriodState} != "Continue" ] ) ; then 
    121         echo -e "\033[1;32mNOW do you to run again (clean run.card) ?" 
     121        echo -e "\033[1;32mNOW do you want to continue the simulation (Set PeriodState=OnQueue into run.card) ?" 
    122122        echo -n -e " Your answer (y/n) : \033[m" 
    123123        read reponse 
     
    125125             
    126126            oui|OUI|o|y|yes|YES) 
    127                 echo "OK. Now you can run." 
    128                 IGCM_card_WriteOption ${SUBMIT_DIR}/run.card Configuration PeriodState "Running" 
     127                echo "OK. Now you can submit the Job : ${SUBMIT_DIR}/Job_${config_UserChoices_JobName}." 
     128                IGCM_card_WriteOption ${SUBMIT_DIR}/run.card Configuration PeriodState "OnQueue" 
    129129                ;; 
    130130            non|NON|n|no|NO) 
     
    133133        esac 
    134134    else 
    135         echo "Job can run." 
     135        echo "You can submit the Job : ${SUBMIT_DIR}/Job_${config_UserChoices_JobName}. 
    136136    fi 
    137137fi 
Note: See TracChangeset for help on using the changeset viewer.