Ignore:
Timestamp:
03/13/15 16:21:21 (9 years ago)
Author:
labetoulle
Message:

Add plot_bilan_jobs.py and do some cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/ConsoGENCMIP6/launch_conso.sh

    r2433 r2437  
    1919# Go to root directory 
    2020# ==================== 
    21 cd /ccc/cont003/home/dsm/p86ipsl/ConsoGENCMIP6/ 
     21cd ${HOME}/ConsoGENCMIP6/ 
    2222 
    2323# Main script to get data 
     
    2626printf "${script}\n" 
    2727echo "--------------------" 
    28 bin/${script}.py 
     28bin/${script}.py -v 
    2929rc=$? 
    3030if [ ${rc} -ne 0 ] ; then 
     
    4242printf "\n${script}\n" 
    4343echo "--------------------" 
     44bin/${script}.py -fv 
     45rc=$? 
     46if [ ${rc} -ne 0 ] ; then 
     47  echo "${script} terminated abnormally" 
     48else 
     49  echo "${script} OK" 
     50fi 
     51 
     52script="plot_bilan_jobs" 
     53printf "\n${script}\n" 
     54echo "--------------------" 
    4455bin/${script}.py -fd 
    4556rc=$? 
     
    5364printf "\n${script}\n" 
    5465echo "--------------------" 
    55 bin/${script}.py -d 
     66bin/${script}.py -v 
    5667rc=$? 
    5768if [ ${rc} -ne 0 ] ; then 
     
    6475printf "\n${script}\n" 
    6576echo "--------------------" 
    66 bin/${script}.py -d 
     77bin/${script}.py -v 
    6778rc=$? 
    6879if [ ${rc} -ne 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.