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 9012 for branches/2017/dev_CNRS_2017/NEMOGCM/SETTE – NEMO

Ignore:
Timestamp:
2017-12-13T14:57:33+01:00 (6 years ago)
Author:
acc
Message:

Branch dev_CNRS_2017. Merge in no_ghost changes from dev_r8126_ROBUST08_no_ghost. These changes include lib_mpp refresh and rationalisation of mppini from dev_r8126_ROBUST10_MPPINI

File:
1 edited

Legend:

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

    r8896 r9012  
    2222  nam=$2 
    2323  pass=$3 
     24 
    2425# 
    2526  if [ -d $vdir/$nam ]; then 
     
    336337  mach=`grep "COMPILER=" ./sette.sh | sed -e 's/COMPILER=//'` 
    337338  NEMO_VALID=`grep "NEMO_VALIDATION_DIR=" ./param.cfg | sed -e 's/NEMO_VALIDATION_DIR=//'` 
    338 # Directory to run the tests 
    339  SETTE_DIR=$(cd $(dirname "$0"); pwd) 
    340  MAIN_DIR=$(dirname $SETTE_DIR) 
    341  CONFIG_DIR0=${MAIN_DIR}/CONFIG 
    342  TOOLS_DIR=${MAIN_DIR}/TOOLS 
    343  COMPIL_DIR=${TOOLS_DIR}/COMPILE 
    344  NPROC=32 
    345  
    346   SAS_RESTART_DIR=${CONFIG_DIR0}/SAS_ST 
     339  NEMO_VALID=`eval "echo $NEMO_VALID"` 
    347340# 
    348341  if [ ! -d $NEMO_VALID ]; then 
     
    350343    exit 
    351344  fi 
     345# 
     346# Directory to run the tests 
     347  SETTE_DIR=$(cd $(dirname "$0"); pwd) 
     348  MAIN_DIR=$(dirname $SETTE_DIR) 
     349  CONFIG_DIR0=${MAIN_DIR}/CONFIG 
     350  TOOLS_DIR=${MAIN_DIR}/TOOLS 
     351  COMPIL_DIR=${TOOLS_DIR}/COMPILE 
     352  NPROC=32 
     353  SAS_RESTART_DIR=${CONFIG_DIR0}/SAS_ST 
    352354# 
    353355# Show current revision tag and branch name 
Note: See TracChangeset for help on using the changeset viewer.