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 5555 for branches/2015 – NEMO

Changeset 5555 for branches/2015


Ignore:
Timestamp:
2015-07-07T14:44:44+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Bugfixe on multilines comments

File:
1 edited

Legend:

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

    r5545 r5555  
    66 
    77    if [ "$state" == 'E R R O R' ]; then 
    8    [ -e time.step ] && LAST_TIME_STEP=$( cat time.step | tr -d [:space:] ) 
     8   [ -e time.step ] && LAST_TIME_STEP=$( cat time.step | tr -d ' ' ) 
    99   export ${LAST_TIME_STEP} 
    1010    fi 
     
    1313 
    1414    if [[ -e ${REFE_DIR}/model.log && $( diff -q model.log ${REFE_DIR}/model.log ) ]]; then 
    15    line=$( diff model.log ${REFE_DIR}/model.log  | grep '>' ) 
     15   line=$( diff model.log ${REFE_DIR}/model.log  | grep '>' | sed '{N;s/\n/<BR>/}' ) 
    1616    fi 
    1717 
Note: See TracChangeset for help on using the changeset viewer.