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 8840 for branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/trusting.sh – NEMO

Ignore:
Timestamp:
2017-11-28T16:59:04+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Most of work done for Curie, new code tested in interactive and cron mode, production mode will be reenable tonight

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/trusting.sh

    r8834 r8840  
    1212TRUST_FLAG_DEBUG='false'  ; TRUST_FLAG_HELP='false' ; TRUST_FLAG_PROD='false' 
    1313 
    14 rev=$( svn info | awk '(NR == 9) {print $NF}' ) 
     14rev=$( svn info | awk '/Last Changed Rev/ {print $NF}' ) 
    1515 
    1616 
     
    7070##-------------------------------------------------------------------------------- 
    7171 
    72 ## Display summary of test 
    73 ##------------------------ 
     72## Test summary 
     73##------------- 
    7474 
    7575echo 
Note: See TracChangeset for help on using the changeset viewer.