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 @ 5683

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

dev_r5092_CNRS_SETTE Modifications for AGRIF Agulhas, bugfixes & more readability

File size: 2.2 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#[ ${REFE_CONF} == '' ] && TEST_CONF='' && KEYS_ADD='' && KEYS_DEL=''
27
28### Inputs
29NEMO_FORC=''                              ## Directory with forcing archive from DODS/ESGF server to extract or
30                                          ##    " "     ""  all inputs files to copy into ${TEST_DIR}
31[ -z "${NEMO_TARF}" ] && NEMO_TARF=''     ## Archive inputs name, let blank if not requested
32                                             ## ex: 'ORCA2_LIM_nemo_v3.6.tar', 'AMM12_v3.6.tar', ...
33#[ ${REFE_CONF} == '' ] && NEMO_TARF=''
34
35
36## Comparative directories path:
37REFE_DIR=''                  ## "Standard" folder where benchmark result files have been stored for comparison
38                                             ## ex: "${DIR_STOR}/${REFE_CONF}/${NEMO_BRAN}"
39TEST_DIR=''                  ## Testing    folder for computation
40                                             ## ex: "${DIR_SCRA}/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE}"
41
42
43## External softs directories:
44DIR_XIOS=''                     ## ex: '${DIR_WORK}/XIOS/xios-1.0'
45#DIR_OASI=''                       ## ex: '${DIR_WORK}/OASIS'
46
47
48## Mailing list to inform of a failure (-p|--publish option required)
49[ -z "$EMAIL"] && EMAIL=''
Note: See TracBrowser for help on using the repository browser.