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

Ignore:
Timestamp:
2015-10-12T20:28:35+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS18_TRUST Several enhancements (global variables rename, notification mail object, add job performances, templates description, script to install new minimal branch to test) to improve accessibility for NEMO users & bugfixes (tar creation, modulefiles)

File:
1 edited

Legend:

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

    r5685 r5788  
    22##------------------- 
    33 
    4  
    5 ## Global Directories: 
    64DIR_WORK=$CCCWORKDIR 
    75DIR_SCRA=$SCRATCHDIR/trusting 
    86DIR_STOR=$CCCSTOREDIR/trusting_sav 
    97 
     8if [ -z "${TRUS_WKCY}" ]; then branch='trunk'; else branch=${TRUS_WKCY}; fi 
     9TRUS_WKCY=${DIR_WORK}/NEMO/$branch/NEMOGCM 
     10[ -z "${TRUS_REFE}" ] && TRUS_REFE='ORCA2_LIM_PISCES' 
     11TRUS_BHMK=${DIR_STOR}/${TRUS_REFE}/${TRUS_WKCY} 
     12TEST_DIR=${DIR_SCRA}/${TRUS_REFE}/${TRUS_WKCY}/trusting_${DATE} 
    1013 
    11 ## NEMO overall installation: 
    12 [ -z "${NEMO_BRAN}" ] && NEMO_BRAN='trunk' 
    13 NEMO_HOME=${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM 
     14DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0 
    1415 
    15 ### Reference/'Trusting' configuration 
    16 [ -z "${REFE_CONF}" ] && REFE_CONF='ORCA2_LIM_PISCES' 
    17 TEST_CONF=${REFE_CONF}'_trust' 
     16TRUS_TEST=${TRUS_REFE}'_trust' 
     17[ ${TRUS_REFE} == 'ORCA2_LIM_PISCES'  ] && TRUS_TEST='O2LP_trust' 
     18[ ${TRUS_REFE} == 'ORCA1_LIM3_PISCES' ] && TRUS_TEST='O1L3P_trust' 
     19 
    1820KEYS_ADD=''; KEYS_DEL='' 
    19 [ ${REFE_CONF} == 'ORCA2_LIM_PISCES'  ] && TEST_CONF='O2LP_trust' 
    20 [ ${REFE_CONF} == 'ORCA1_LIM3_PISCES' ] && TEST_CONF='O1L3P_trust' 
    21 if [ ${REFE_CONF} == 'ORCA2_LIM' ]; then 
    22     TEST_CONF='O2LA_trust' 
     21 
     22if [ ${TRUS_REFE} == 'ORCA2_LIM' ]; then 
     23    TRUS_TEST='O2LA_trust' 
    2324    KEYS_ADD='key_add key_agrif' && KEYS_DEL='key_del key_zdftmx' 
    2425fi 
    2526 
    26 ### Inputs 
    27 NEMO_FORC=${DIR_WORK}/NEMO/FORC 
    28 [ -z "${NEMO_TARF}" ] && NEMO_TARF='ORCA2_LIM_nemo_v3.6.tar' 
    29 [ ${REFE_CONF} == 'ORCA1_LIM3_PISCES' ] && NEMO_TARF='INPUTS_ORCA1_LIM3_PISCES_V6.tar' 
    30 [ ${REFE_CONF} == 'AMM12'             ] && NEMO_TARF='AMM12_v3.6.tar' 
     27TRUS_FORC=${DIR_WORK}/NEMO/FORC 
     28[ -z "${TRUS_TARF}" ] && TRUS_TARF='ORCA2_LIM_nemo_v3.6.tar' 
     29[ ${TRUS_REFE} == 'ORCA1_LIM3_PISCES' ] && TRUS_TARF='INPUTS_ORCA1_LIM3_PISCES_V6.tar' 
     30[ ${TRUS_REFE} == 'AMM12'             ] && TRUS_TARF='AMM12_v3.6.tar' 
    3131 
    32  
    33 ## Comparatives directories path: 
    34 REFE_DIR=${DIR_STOR}/${REFE_CONF}/${NEMO_BRAN} 
    35 TEST_DIR=${DIR_SCRA}/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE} 
    36  
    37  
    38 ## External softs directories: 
    39 DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0 
    40 #DIR_OASI=${DIR_WORK}/OASIS 
    41  
    42  
    43 ## Mailing list to inform of a failure (-p|--publish option required) 
    44 [ -z "$EMAIL" ] && EMAIL='ntmlod@locean-ipsl.upmc.fr' 
     32[ -z "$TRUS_MAIL" ] && TRUS_MAIL='ntmlod@locean-ipsl.upmc.fr' 
Note: See TracChangeset for help on using the changeset viewer.