Ignore:
Timestamp:
07/05/17 20:18:51 (7 years ago)
Author:
sdipsl
Message:

CMIP6 workflow. Merging trunk into branch 'branch' r:1375:1398

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v3.0_beta1/AA_purge_simulation

    r1373 r1399  
    2828Verbosity=3 
    2929 
    30 #D- Low level debug : to bypass lib test checks and stack construction 
     30#D- Low level debug : to perform lib test checks, stack construction and IO functions instrumentation 
    3131#D- Default=true 
    32 DEBUG_debug=false 
     32DEBUG_debug=true 
     33 
     34#D- Messaging : all activities and call stacks will be sent to ipsl servers 
     35#D- If true will imply DEBUG_debug=true 
     36#D- Default=false 
     37#D- 
     38BigBrother=true 
     39 
    3340 
    3441#D--------------------------------------------------------------------== 
     
    5562( ${DEBUG_debug} ) && IGCM_card_Check 
    5663( ${DEBUG_debug} ) && IGCM_date_Check 
     64 
     65if [ ! -f ${SUBMIT_DIR}/config.card ] ; then 
     66  echo "A config.card is needed to proceed" 
     67  exit 
     68fi 
    5769 
    5870#================================== 
     
    8294    IGCM_debug_Print 2 -e "\033[1;31m ${dir}\033[m" 
    8395  done 
     96  IGCM_debug_Print 2 -e "\033[1;31m ${SUBMIT_DIR}/run.card\033[m" 
     97  IGCM_debug_Print 2 -e "\033[1;31m ${SUBMIT_DIR}/Debug\033[m" 
     98  IGCM_debug_Print 2 -e "\033[1;31m ${SUBMIT_DIR}/Script_Output_*.??????\033[m" 
    8499 
    85   echo -e "\033[1;32mDo you REALLY want to erase all those directories ?" 
     100  echo -e "\033[1;32mDo you REALLY want to erase all those directories and files?" 
    86101  echo -n -e " Your answer (y/n) : \033[m" 
    87102  read reponse 
Note: See TracChangeset for help on using the changeset viewer.