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 10704 for NEMO/branches/2019/fix_sette_ticket2239/sette_rpt.sh – NEMO

Ignore:
Timestamp:
2019-02-20T11:10:07+01:00 (5 years ago)
Author:
mathiot
Message:

apply Simon suggestion + minor change in report display (ticket #2239)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_sette_ticket2239/sette_rpt.sh

    r10698 r10704  
    532532# 
    533533# before/after tests 
    534 # 
     534 echo "" 
     535 echo "   !----result comparison check----!   " 
    535536 if [ $NEMO_VALID_REF != "/path/to/reference/sette/results" ]; then 
    536537   echo '' 
     
    545546 else 
    546547   echo '' 
    547    echo 'Result are not compare with any other revision. To do it please fill NEMO_VALID_REF and NEMO_REV_REF in param.cfg' 
     548   echo ' No path for comparison specified. Result are not compare with any other revision. ' 
     549   echo ' To do it please fill NEMO_VALID_REF and NEMO_REV_REF in param.cfg. ' 
    548550   echo '' 
    549551 fi 
Note: See TracChangeset for help on using the changeset viewer.