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

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

dev_r5092_CNRS_SETTE Wide modifications on trusting_func.sh for clearness & other significant changes on different names

File size: 1.5 KB
Line 
1# Copy to ./${CFG_USER}.cfg, fill in according to your installation
2
3# User configuration
4
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
10NEMO_HOME=''                              # NEMOGCM directory for computation (./ARCH, ./CONFIG, ...)
11                                             # ex: ".../NEMO/${NEMO_BRAN}/NEMOGCM", ...
12NEMO_FORC=''                              #     Directory with forcing archive from DODS/ESGF server to extract
13                                           # or    " "     ""  all inputs files to copy into ${TEST_DIR}
14
15# Comparatives directories localization:
16REFE_DIR=''                  # "Standard" folder where previous result files have been stored for comparison
17                                             # ex: ".../${CONF_REFE}/${NEMO_BRAN}"
18TEST_DIR=''                  # Test       folder for computation
19                                             # ex: ".../${CONF_REFE}/${NEMO_BRAN}/trusting_${DATE}"
20
21# External softs directories:
22DIR_XIOS=''                     # ex: '.../XIOS/xios-1.0'
23#DIR_OASI=''                       # ex: '.../OASIS'
24
25# Mailing list to inform of a failure (-p|--publish option required)
26[ -z "$EMAIL"] && EMAIL=''
Note: See TracBrowser for help on using the repository browser.