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 13785 for utils/CI – NEMO

Changeset 13785 for utils/CI


Ignore:
Timestamp:
2020-11-12T10:38:57+01:00 (3 years ago)
Author:
ayoung
Message:

Catching the scenario where one REPRO run is successful and the other fails. See ticket #2556

File:
1 edited

Legend:

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

    r13382 r13785  
    158158    rep1=`ls -1rt $vdir/$nam/$mach/$dorv/ | grep REPRO | tail -2l | head -1 ` 
    159159    rep2=`ls -1rt $vdir/$nam/$mach/$dorv/ | grep REPRO | tail -1l` 
     160    if [ $rep1 == $rep2 ]; then 
     161       rep2='' 
     162    fi 
    160163    f1o=$vdir/$nam/$mach/$dorv/$rep1/ocean.output 
    161164    f1s=$vdir/$nam/$mach/$dorv/$rep1/run.stat 
Note: See TracChangeset for help on using the changeset viewer.