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 10718 for NEMO/branches – NEMO

Changeset 10718 for NEMO/branches


Ignore:
Timestamp:
2019-02-22T19:09:57+01:00 (5 years ago)
Author:
mathiot
Message:

cosmetic changes (ticket #2239)

File:
1 edited

Legend:

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

    r10717 r10718  
    3535  
    3636 # list of all revision available 
    37  DIRLST='';for dir in `find ${NEMO_VALID} -maxdepth 3 -mindepth 3 -iname [0-9][0-9][0-9][0-9][0-9]` ; do REV=`basename $dir`; DIRLST="$DIRLST $REV"; done 
    38  DIRLST=`echo $DIRLST | grep -o -E '\w+' | sort -u -r ` 
     37 DIRLST=`find ${NEMO_VALID} -maxdepth 3 -mindepth 3 -type d | sed -e 's/.*\/W.*\///' | sort -u -r` 
     38# DIRLST='';for dir in `find ${NEMO_VALID} -maxdepth 3 -mindepth 3 -iname [0-9][0-9][0-9][0-9][0-9]` ; do REV=`basename $dir`; DIRLST="$DIRLST $REV"; done 
     39# DIRLST=`echo $DIRLST | grep -o -E '\w+' | sort -u -r ` 
    3940 
    4041 # start checking 
Note: See TracChangeset for help on using the changeset viewer.