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 9602 for utils/CI/sette/sette_chk_result.sh – NEMO

Ignore:
Timestamp:
2018-05-16T12:26:25+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Changes to comply with the new structure of the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/sette_chk_result.sh

    r9576 r9602  
    55# This version should be run in the SETTE directory.  
    66# The machine name will be picked up from the sette.sh script but the location of the 
    7 # validation directory needs to be set here (currently assumed to reside in the ../CONFIG directory) 
     7# validation directory needs to be set here (currently assumed to reside in the ../cfgs directory) 
    88# 
    99######################################################################################### 
     
    3535    cd ${TOOLS_DIR}/REBUILD_NEMO 
    3636    #SF echo "REBUILD LONG restart SAS files, without standard output" 
    37     ./rebuild_nemo -t 4 ../../CONFIG/SAS_ST/LONG/SAS_00000240_restart_ice  $NPROC > /dev/null 2>&1 
     37    ./rebuild_nemo -t 4 ../../cfgs/SAS_ST/LONG/SAS_00000240_restart_ice  $NPROC > /dev/null 2>&1 
    3838    #SF echo "REBUILD SHORT restart SAS files, without standard output" 
    39     ./rebuild_nemo -t 4 ../../CONFIG/SAS_ST/SHORT/SAS_00000240_restart_ice $NPROC >&- 
     39    ./rebuild_nemo -t 4 ../../cfgs/SAS_ST/SHORT/SAS_00000240_restart_ice $NPROC >&- 
    4040    cd ${SAS_RESTART_DIR}/LONG 
    4141    #SF echo "COPY rebuild restart files" 
     
    457457  SETTE_DIR=$(cd $(dirname "$0"); pwd) 
    458458  MAIN_DIR=$(dirname $SETTE_DIR) 
    459   CONFIG_DIR0=${MAIN_DIR}/CONFIG 
     459  CONFIG_DIR0=${MAIN_DIR}/cfgs 
    460460  TOOLS_DIR=${MAIN_DIR}/TOOLS 
    461461  COMPIL_DIR=${TOOLS_DIR}/COMPILE 
Note: See TracChangeset for help on using the changeset viewer.