New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 5483 for branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting.sh – NEMO

Ignore:
Timestamp:
2015-06-24T19:26:17+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Ping pong updates between Curie & Ada to finalize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting.sh

    r5472 r5483  
    66NEMO_TRUS=$( pwd $( dirname $0 ) ) 
    77DEBUG=0; PUBLISH=0 
    8 STATUS='FAILED'; STEP='' # Only at end status will change to OK 
     8STATUS='FAILED'; STEP='' # 'FAILED' by default 
    99 
    1010# Get options for replacing some initials settings 
     
    100100#--------------------------------------------------- 
    101101print_step 'Test job state' 
    102 if   [[ ! -e ocean.output || $( grep 'E R R O R' ocean.output ) ]]; then 
     102if   [[ $( diff time.step ${REFE_DIR}/time.step ) || \ 
     103        ! -e ocean.output || $( grep 'E R R O R' ocean.output ) ]]; then 
    103104    comments 'E R R O R' 
    104105    get_out $STATUS $STEP 
     
    110111fi 
    111112 
    112 STATUS='OK' 
     113STATUS='OK' # 'OK' by default 
    113114# Inspect output text files 
    114115#--------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.