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 8882 for branches/2017/dev_CNRS_2017/NEMOGCM/SETTE/sette_rpt.sh – NEMO

Ignore:
Timestamp:
2017-12-01T18:44:09+01:00 (6 years ago)
Author:
flavoni
Message:

dev_CNRS_2017 branch: merged dev_r7881_ENHANCE09_RK3 with trunk r8864

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/SETTE/sette_rpt.sh

    r8815 r8882  
    11#!/bin/bash -f 
    2 #set -vx 
    3 # 
     2# set -vx 
    43# simple SETTE report generator. 
    54# 
     
    9190    dorv=`echo $dorv | sed -e 's:.*/::'` 
    9291    f1o=$vdir/$nam/$mach/$dorv/LONG/ocean.output 
    93     f1s=$vdir/$nam/$mach/$dorv/LONG/solver.stat 
     92    f1s=$vdir/$nam/$mach/$dorv/LONG/run.stat 
    9493    f1t=$vdir/$nam/$mach/$dorv/LONG/tracer.stat 
    9594    f2o=$vdir/$nam/$mach/$dorv/SHORT/ocean.output 
    96     f2s=$vdir/$nam/$mach/$dorv/SHORT/solver.stat 
     95    f2s=$vdir/$nam/$mach/$dorv/SHORT/run.stat 
    9796    f2t=$vdir/$nam/$mach/$dorv/SHORT/tracer.stat 
    9897 
     
    114113      if [ $? == 0 ]; then 
    115114        if [ $pass == 0 ]; then  
    116           printf "%-20s %s %s\n" $nam  " solver.stat restartability  passed : " $dorv 
    117         fi 
    118       else 
    119         printf "%-20s %s %s\n" $nam  " solver.stat restartability  FAILED : " $dorv  
     115          printf "%-20s %s %s\n" $nam  " run.stat    restartability  passed : " $dorv 
     116        fi 
     117      else 
     118        printf "%-20s %s %s\n" $nam  " run.stat    restartability  FAILED : " $dorv  
    120119# 
    121120# Offer view of differences on the second pass 
    122121# 
    123122        if [ $pass == 1 ]; then 
    124           echo "<return> to view solver.stat differences" 
     123          echo "<return> to view run.stat differences" 
    125124          read y 
    126125          sdiff f1.tmp$$ $f2s 
     
    186185    rep2=`ls -1rt $vdir/$nam/$mach/$dorv/ | tail -1l` 
    187186    f1o=$vdir/$nam/$mach/$dorv/$rep1/ocean.output 
    188     f1s=$vdir/$nam/$mach/$dorv/$rep1/solver.stat 
     187    f1s=$vdir/$nam/$mach/$dorv/$rep1/run.stat 
    189188    f1t=$vdir/$nam/$mach/$dorv/$rep1/tracer.stat 
    190189    f2o=$vdir/$nam/$mach/$dorv/$rep2/ocean.output 
    191     f2s=$vdir/$nam/$mach/$dorv/$rep2/solver.stat 
     190    f2s=$vdir/$nam/$mach/$dorv/$rep2/run.stat 
    192191    f2t=$vdir/$nam/$mach/$dorv/$rep2/tracer.stat 
    193192 
     
    207206      if [ $? == 0 ]; then 
    208207        if [ $pass == 0 ]; then  
    209           printf "%-20s %s %s\n" $nam  " solver.stat reproducibility passed : " $dorv 
    210         fi 
    211       else 
    212         printf "%-20s %s %s\n" $nam  " solver.stat reproducibility FAILED : " $dorv  
     208          printf "%-20s %s %s\n" $nam  " run.stat    reproducibility passed : " $dorv 
     209        fi 
     210      else 
     211        printf "%-20s %s %s\n" $nam  " run.stat    reproducibility FAILED : " $dorv  
    213212# 
    214213# Offer view of differences on the second pass 
    215214# 
    216215        if [ $pass == 1 ]; then 
    217           echo "<return> to view solver.stat differences" 
     216          echo "<return> to view run.stat differences" 
    218217          read y 
    219218          sdiff f1.tmp$$ $f2s 
Note: See TracChangeset for help on using the changeset viewer.