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

Ignore:
Timestamp:
2015-08-11T19:52:33+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Add cpp keys management & "cpp_*" file to compare in order to add ORCA2AGUL config to Trusting

File:
1 edited

Legend:

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

    r5644 r5681  
    1 # Copy to ./${CFG_USER}.cfg, fill in according to your installation 
     1## Copy to ./${CFG_USER}.cfg, fill in according to your installation 
    22 
    3 # User configuration 
     3## User configuration 
     4##------------------- 
    45 
    5 # NEMO overall configuration: 
    6 [ -z "${NEMO_BRAN}" ] && NEMO_BRAN=''        # ex: 'trunk', 'nemo_v3_6_STABLE', ... 
    7 [ -z "${CONF_REFE}" ] && REFE_CONF=''        # ex: 'ORCA2_LIM_PISCES', 'GYRE', ... 
    8 [ -z "${CONF_TEST}" ] && TEST_CONF=''        # ex: "${CONF_REFE}_trust", ... 
    9 [ -z "${NEMO_TARF}" ] && NEMO_TARF=''     # Archive name (ex: 'ORCA2_LIM_nemo_v3.6.tar', ...), let blank if not requested 
    10 NEMO_HOME=''                              # NEMOGCM directory for computation (./ARCH, ./CONFIG, ...) 
    11                                              # ex: ".../NEMO/${NEMO_BRAN}/NEMOGCM", ... 
    12 NEMO_FORC=''                              #     Directory with forcing archive from DODS/ESGF server to extract 
    13                                            # or    " "     ""  all inputs files to copy into ${TEST_DIR} 
    146 
    15 # Comparatives directories localization: 
    16 REFE_DIR=''                  # "Standard" folder where previous result files have been stored for comparison 
    17                                              # ex: ".../${CONF_REFE}/${NEMO_BRAN}" 
    18 TEST_DIR=''                  # Test       folder for computation 
    19                                              # ex: ".../${CONF_REFE}/${NEMO_BRAN}/trusting_${DATE}" 
     7## NEMO overall installation: 
     8[ -z "${NEMO_BRAN}" ] && NEMO_BRAN=''     ## NEMO SVN branch         to test 
     9                                             ## ex: 'trunk', 'nemo_v3_6_STABLE', ... 
     10NEMO_HOME=''                              ## NEMOGCM directory (includes ./ARCH, ./CONFIG, ...) 
     11                                             ## ex: ".../NEMO/${NEMO_BRAN}/NEMOGCM", ... 
     12## ${NEMO_BRAN} must be consistent with URL branch that have been checkout by SVN to build ${NEMO_HOME} 
    2013 
    21 # External softs directories: 
    22 DIR_XIOS=''                     # ex: '.../XIOS/xios-1.0' 
    23 #DIR_OASI=''                       # ex: '.../OASIS' 
     14### Reference/'Trusting' configuration 
     15[ -z "${REFE_CONF}" ] && REFE_CONF=''     ## Reference configuration to test 
     16                                             ## ex: 'ORCA2_LIM_PISCES', 'GYRE', ... 
     17[ -z "${TEST_CONF}" ] && TEST_CONF=''     ## Testing configuration name 
     18                                             ## ex: "${REFE_CONF}_trust", ... 
     19KEYS_ADD=''; KEYS_DEL=''                  ## CPP keys to add or remove from reference configuration 
     20                                             ## ex: "key_mpp_rep key_tide", ... 
     21[ "" == '' ] && KEYS_ADD='' && KEYS_DEL='' 
    2422 
    25 # Mailing list to inform of a failure (-p|--publish option required) 
     23### Inputs 
     24NEMO_FORC=''                              ## Directory with forcing archive from DODS/ESGF server to extract or 
     25                                          ##    " "     ""  all inputs files to copy into ${TEST_DIR} 
     26[ -z "${NEMO_TARF}" ] && NEMO_TARF=''     ## Archive inputs name, let blank if not requested 
     27                                             ## ex: 'ORCA2_LIM_nemo_v3.6.tar', 'AMM12_v3.6.tar', ... 
     28 
     29 
     30## Comparative directories path: 
     31REFE_DIR=''                  ## "Standard" folder where benchmark result files have been stored for comparison 
     32                                             ## ex: ".../${REFE_CONF}/${NEMO_BRAN}" 
     33TEST_DIR=''                  ## Test       folder for computation 
     34                                             ## ex: ".../${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE}" 
     35 
     36 
     37## External softs directories: 
     38DIR_XIOS=''                     ## ex: '.../XIOS/xios-1.0' 
     39#DIR_OASI=''                       ## ex: '.../OASIS' 
     40 
     41 
     42## Mailing list to inform of a failure (-p|--publish option required) 
    2643[ -z "$EMAIL"] && EMAIL='' 
Note: See TracChangeset for help on using the changeset viewer.