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

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/user_template.cfg @ 5696

Last change on this file since 5696 was 5685, checked in by nicolasmartin, 9 years ago

dev_r5092_CNRS_SETTE Modification to avoid void 'del_key' string in cpp file

File size: 2.3 KB
Line 
1## Copy to ./${CFG_USER}.cfg, fill in according to your installation
2
3## User configuration
4##-------------------
5
6
7## Global Directories:
8#DIR_WORK=''
9#DIR_SCRA=''
10#DIR_STOR=''
11
12
13## NEMO overall installation:
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", ...
18## ${NEMO_BRAN} must be consistent with URL branch that have been checkout by SVN to build ${NEMO_HOME}
19
20### Reference/'Trusting' configuration
21[ -z "${REFE_CONF}" ] && REFE_CONF=''     ## Reference configuration to test
22                                             ## ex: 'ORCA2_LIM_PISCES', 'GYRE', ...
23TEST_CONF=${REFE_CONF}'_trust'            ## Testing configuration name
24KEYS_ADD=''; KEYS_DEL=''                  ## CPP keys to add or remove from reference configuration
25                                             ## ex: "key_mpp_rep key_tide", ...
26#if [ ${REFE_CONF} == '' ]; then
27#    TEST_CONF=''
28#    KEYS_ADD='key_add ...' && KEYS_DEL='key_del ...'
29#fi
30
31### Inputs
32NEMO_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', ...
36#[ ${REFE_CONF} == '' ] && NEMO_TARF=''
37
38
39## Comparative directories path:
40REFE_DIR=''                  ## "Standard" folder where benchmark result files have been stored for comparison
41                                             ## ex: "${DIR_STOR}/${REFE_CONF}/${NEMO_BRAN}"
42TEST_DIR=''                  ## Testing    folder for computation
43                                             ## ex: "${DIR_SCRA}/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE}"
44
45
46## External softs directories:
47DIR_XIOS=''                     ## ex: '${DIR_WORK}/XIOS/xios-1.0'
48#DIR_OASI=''                       ## ex: '${DIR_WORK}/OASIS'
49
50
51## Mailing list to inform of a failure (-p|--publish option required)
52[ -z "$EMAIL"] && EMAIL=''
Note: See TracBrowser for help on using the repository browser.