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 10709 – NEMO

Changeset 10709


Ignore:
Timestamp:
2019-02-20T20:14:25+01:00 (5 years ago)
Author:
mathiot
Message:

cosmetic change in the output (sette ticket #2239)

File:
1 edited

Legend:

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

    r10708 r10709  
    303303# check if reference directory is present 
    304304  if [ ! -d $vdirref/$nam/$mach/$dorvref ]; then 
    305     printf "%-25s %-27s %s\n" " REFERENCE directory for " $nam " at $dorvref is MISSING" 
     305    printf "%-27s %s\n" $nam " REFERENCE directory at $dorvref is MISSING" 
    306306    return 
    307307  fi 
    308308  if [ ! -d $vdir/$nam/$mach/$dorv ]; then 
    309     printf "%-25s %-27s %s\n" " VALID directory for " $nam " at $dorv is MISSING" 
     309    printf "%-27s %s\n" $nam " VALID     directory at $dorv is MISSING" 
    310310    return 
    311311  fi 
Note: See TracChangeset for help on using the changeset viewer.