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

Ignore:
Timestamp:
2015-09-24T17:34:59+02:00 (9 years ago)
Author:
nicolasmartin
Message:

Add help section

File:
1 edited

Legend:

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

    r5685 r5761  
    1 ## Copy to ./${CFG_USER}.cfg, fill in according to your installation 
     1## Copy to ./${NEMO_USER}.cfg, fill in according to your installation 
    22 
    33## User configuration 
     
    1212 
    1313## NEMO overall installation: 
    14 [ -z "${NEMO_BRAN}" ] && NEMO_BRAN=''     ## NEMO SVN branch        to test 
    15                                              ## ex: 'trunk', 'nemo_v3_6_STABLE', ... 
    16 NEMO_HOME=''                              ## NEMOGCM directory (includes ./ARCH, ./CONFIG, ...) 
    17                                              ## ex: "${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM", ... 
     14[ -z "${NEMO_BRAN}" ] && NEMO_BRAN=''    ## NEMO SVN branch to test 
     15                                            ## ex: 'trunk', 'nemo_v3_6_STABLE', ... 
     16NEMO_HOME=''                             ## NEMOGCM directory (includes ./ARCH, ./CONFIG, ...) 
     17                                            ## ex: "${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM", ... 
    1818## ${NEMO_BRAN} must be consistent with URL branch that have been checkout by SVN to build ${NEMO_HOME} 
    1919 
     20 
    2021### Reference/'Trusting' configuration 
    21 [ -z "${REFE_CONF}" ] && REFE_CONF=''     ## Reference configuration to test 
    22                                              ## ex: 'ORCA2_LIM_PISCES', 'GYRE', ... 
    23 TEST_CONF=${REFE_CONF}'_trust'            ## Testing configuration name 
    24 KEYS_ADD=''; KEYS_DEL=''                  ## CPP keys to add or remove from reference configuration 
    25                                              ## ex: "key_mpp_rep key_tide", ... 
     22[ -z "${REFE_CONF}" ] && REFE_CONF=''    ## Reference configuration to test 
     23                                            ## ex: 'ORCA2_LIM_PISCES', 'GYRE', ... 
     24TEST_CONF=''                             ## Testing configuration name 
     25KEYS_ADD=''; KEYS_DEL=''                 ## CPP keys to add or remove from reference configuration 
     26                                            ## ex: 'key_mpp_rep key_tide', ... 
    2627#if [ ${REFE_CONF} == '' ]; then 
    2728#    TEST_CONF='' 
    2829#    KEYS_ADD='key_add ...' && KEYS_DEL='key_del ...' 
     30#elif ... 
     31#else ... 
    2932#fi 
    3033 
     34 
    3135### Inputs 
    32 NEMO_FORC=''                              ## Directory with forcing archive from DODS/ESGF server to extract or 
    33                                           ##    " "     ""  all inputs files to copy into ${TEST_DIR} 
    34 [ -z "${NEMO_TARF}" ] && NEMO_TARF=''     ## Archive inputs name, let blank if not requested 
    35                                              ## ex: 'ORCA2_LIM_nemo_v3.6.tar', 'AMM12_v3.6.tar', ... 
     36NEMO_FORC=''                             ## Directory with forcing archive from DODS/ESGF server to extract or 
     37                                         ##    " "     ""  all inputs files to copy into ${TEST_DIR} 
     38[ -z "${NEMO_TARF}" ] && NEMO_TARF=''    ## Archive inputs name, let blank if not requested 
     39                                            ## ex: 'ORCA2_LIM_nemo_v3.6.tar', 'AMM12_v3.6.tar', ... 
    3640#[ ${REFE_CONF} == '' ] && NEMO_TARF='' 
    3741 
    3842 
    3943## Comparative directories path: 
    40 REFE_DIR=''                  ## "Standard" folder where benchmark result files have been stored for comparison 
    41                                              ## ex: "${DIR_STOR}/${REFE_CONF}/${NEMO_BRAN}" 
    42 TEST_DIR=''                  ## Testing    folder for computation 
    43                                              ## ex: "${DIR_SCRA}/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE}" 
     44REFE_DIR=''                 ## "Standard" folder where benchmark result files have been stored for comparison 
     45                                            ## ex: "${DIR_STOR}/${REFE_CONF}/${NEMO_BRAN}" 
     46TEST_DIR=''                 ## Testing    folder for computation 
     47                                            ## ex: "${DIR_SCRA}/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE}" 
    4448 
    4549 
    4650## External softs directories: 
    47 DIR_XIOS=''                     ## ex: '${DIR_WORK}/XIOS/xios-1.0' 
    48 #DIR_OASI=''                       ## ex: '${DIR_WORK}/OASIS' 
     51DIR_XIOS=''                    ## ex: '${DIR_WORK}/XIOS/xios-1.0' 
     52#DIR_OASI=''                      ## ex: '${DIR_WORK}/OASIS' 
    4953 
    5054 
    51 ## Mailing list to inform of a failure (-p|--publish option required) 
     55## Mailing list to inform of a failure (-p|--publish required) 
    5256[ -z "$EMAIL"] && EMAIL='' 
Note: See TracChangeset for help on using the changeset viewer.