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 5929 for branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/config/romr005.cfg – NEMO

Ignore:
Timestamp:
2015-11-26T16:55:09+01:00 (8 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS18_TRUST Last commits before merging to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/config/romr005.cfg

    r5799 r5929  
    1 ## Installation for overall trusting tests on Ada Supercomputer 
     1## Installation for trusting tests on Ada Supercomputer 
    22##--------------------------------------------------- 
    3  
    4  
    5 ## Global Directories 
    6 ##--------------------------------------------------- 
    7 TRUS_SCRA=$WORKDIR/NEMO/trusting 
    8 TRUS_STOR=$WORKDIR/NEMO/trusting_sav 
    9 TRUS_FORC=$WORKDIR/NEMO/FORC 
    10 TRUS_XIOS=$WORKDIR/XIOS/xios-1.0 
    113 
    124 
     
    146##--------------------------------------------------- 
    157[ -z "${TRUS_BRAN}" ] && TRUS_BRAN='trunk' 
    16 TRUS_CKOT=( 'ARCH CONFIG NEMO EXTERNAL/AGRIF EXTERNAL/fcm EXTERNAL/IOIPSL TOOLS/COMPILE TOOLS/maketools TOOLS/REBUILD_NEMO' ) 
     8TRUS_CKOT=( 'ARCH           CONFIG          NEMO               \ 
     9             EXTERNAL/AGRIF EXTERNAL/fcm    EXTERNAL/IOIPSL    \ 
     10             TOOLS/COMPILE  TOOLS/maketools TOOLS/REBUILD_NEMO  ' ) 
    1711 
    1812[ -z "${TRUS_REFE}" ] && TRUS_REFE='ORCA2_LIM_PISCES' 
     
    2721 
    2822 
    29 ## Personal settings 
     23## User environment 
    3024##--------------------------------------------------- 
    31 [ -z "${TRUS_WORK}" ] && TRUS_WORK=$WORKDIR/NEMO 
    32  
    33 TRUS_TEST=${TRUS_SCRA}/${TRUS_REFE}/${TRUS_BRAN}/trusting_${DATE} 
    34 TRUS_BHMK=${TRUS_STOR}/${TRUS_REFE}/${TRUS_BRAN} 
     25TRUS_WORK=$WORKDIR/NEMO 
     26TRUS_SCRA=$WORKDIR/NEMO/trusting/${TRUS_REFE}/${TRUS_BRAN}/${DATE} 
     27TRUS_STOR=$WORKDIR/NEMO/trusting_sav/${TRUS_REFE}/${TRUS_BRAN} 
     28TRUS_FORC=$WORKDIR/NEMO/FORC 
     29TRUS_XIOS=$WORKDIR/XIOS/xios-1.0 
    3530 
    3631[ ${TRUS_REFE} == 'ORCA2_LIM_PISCES'  ] && TRUS_CONF='O2LP_trust' 
Note: See TracChangeset for help on using the changeset viewer.