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 9744 for utils/CI/sette/sette_rpt.sh – NEMO

Ignore:
Timestamp:
2018-06-05T17:09:50+02:00 (6 years ago)
Author:
clem
Message:

cosmetics

File:
1 edited

Legend:

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

    r9733 r9744  
    288288    dorv=`ls -1rt $vdir/$nam/$mach/ | tail -1l ` 
    289289    dorv=`echo $dorv | sed -e 's:.*/::'` 
    290     rep1=`ls -1rt $vdir/$nam/$mach/$dorv/ | grep REPRO | tail -2l | head -1 ` 
     290    rep1=`ls -1rt $vdir/$nam/$mach/$dorv/ | grep LONG | head -1 ` 
    291291    f1o=$vdir/$nam/$mach/$dorv/$rep1/ocean.output 
    292292    if  [ ! -f $f1o ] ; then 
Note: See TracChangeset for help on using the changeset viewer.