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

Ignore:
Timestamp:
2015-08-12T19:39:58+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Modifications for AGRIF Agulhas, bugfixes & more readability

File:
1 edited

Legend:

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

    r5681 r5683  
    1 # User configuration 
     1## User configuration 
     2##------------------- 
    23 
    34 
    4 # Global Directories: 
     5## Global Directories: 
    56DIR_WORK=$WORKDIR 
    67DIR_SCRA=$WORKDIR/NEMO/trusting 
     
    89 
    910 
    10 # NEMO overall configuration: 
     11## NEMO overall installation: 
    1112[ -z "${NEMO_BRAN}" ] && NEMO_BRAN='trunk' 
    1213NEMO_HOME=${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM 
    1314 
     15### Reference/'Trusting' configuration 
    1416[ -z "${REFE_CONF}" ] && REFE_CONF='ORCA2_LIM_PISCES' 
    15 [ -z "${TEST_CONF}" ] && TEST_CONF='O2LP_trust' 
     17TEST_CONF=${REFE_CONF}'_trust' 
    1618KEYS_ADD=''; KEYS_DEL='' 
     19[ ${REFE_CONF} == 'ORCA2_LIM_PISCES'  ] && TEST_CONF='O2LP_trust' 
     20[ ${REFE_CONF} == 'ORCA1_LIM3_PISCES' ] && TEST_CONF='O1L3P_trust' 
     21[ ${REFE_CONF} == 'ORCA2_LIM'         ] && TEST_CONF='O2LA_trust' && KEYS_ADD='key_agrif' && KEYS_DEL='key_zdftmx' 
    1722 
     23### Inputs 
    1824NEMO_FORC=${DIR_WORK}/NEMO/FORC 
    1925[ -z "${NEMO_TARF}" ] && NEMO_TARF='ORCA2_LIM_nemo_v3.6.tar' 
     26[ ${REFE_CONF} == 'ORCA1_LIM3_PISCES' ] && NEMO_TARF='INPUTS_ORCA1_LIM3_PISCES_V6.tar' 
     27[ ${REFE_CONF} == 'AMM12'             ] && NEMO_TARF='AMM12_v3.6.tar' 
    2028 
    2129 
    22 # Comparatives directories localization: 
     30## Comparatives directories path: 
    2331REFE_DIR=${DIR_STOR}/${REFE_CONF}/${NEMO_BRAN} 
    2432TEST_DIR=${DIR_SCRA}/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE} 
    2533 
    2634 
    27 # External softs directories: 
     35## External softs directories: 
    2836DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0 
    2937#DIR_OASI=${DIR_WORK}/OASIS         
    3038 
    3139 
    32 # Mailing list to inform of a failure, -p|--publish option required 
     40## Mailing list to inform of a failure (-p|--publish option required) 
    3341[ -z "$EMAIL"] && EMAIL=ntmlod@locean-ipsl.upmc.fr 
Note: See TracChangeset for help on using the changeset viewer.