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 9911 for utils – NEMO

Changeset 9911 for utils


Ignore:
Timestamp:
2018-07-10T13:30:50+02:00 (6 years ago)
Author:
acc
Message:

A couple of bug fixes in sette_rpt.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/sette_rpt.sh

    r9789 r9911  
    233233          echo "<return> to view run.stat differences" 
    234234          read y 
    235           sdiff f1.tmp$$ $f2s 
     235          sdiff $f1s $f2s 
    236236          echo "<return> to view ocean.output differences" 
    237237          read y 
     
    289289    dorv=`echo $dorv | sed -e 's:.*/::'` 
    290290    rep1=`ls -1rt $vdir/$nam/$mach/$dorv/ | grep LONG | head -1 ` 
     291    if  [  -z $rep1 ] ; then 
     292      # Not all configurations test restartability (LONG/SHORT);  
     293      # check for a reproducibility directory instead (REPRO) 
     294      rep1=`ls -1rt $vdir/$nam/$mach/$dorv/ | grep REPRO | head -1 ` 
     295    fi 
    291296    f1o=$vdir/$nam/$mach/$dorv/$rep1/ocean.output 
    292297    if  [ ! -f $f1o ] ; then 
Note: See TracChangeset for help on using the changeset viewer.