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

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

dev_r5092_CNRS_SETTE Ping pong updates between Curie & Ada to finalize

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', 'dev_v3_4_STABLE_2012', ...
7NEMO_HOME=''                              # NEMOGCM directory for computation (./ARCH, ./CONFIG, ...)
8                                             # ex: ".../NEMO/${NEMO_BRAN}/NEMOGCM", ...
9[ -z "${CONF_REFE}" ] && REFE_CONF=''        # ex: 'ORCA2_LIM_PISCES', 'GYRE', ...
10[ -z "${CONF_TEST}" ] && TEST_CONF=''        # ex: "${CONF_REFE}_trust", ...
11
12# Comparatives directories localization:
13REFE_DIR=''                  # "Standard" folder where previous result files are stored for comparison
14                                             # ex: ".../${CONF_REFE}/${NEMO_BRAN}"
15TEST_DIR=''                  # Test       folder for computation
16                                             # ex: ".../${CONF_REFE}/${NEMO_BRAN}/trusting_${DATE_STR}"
17
18# External softs directories:
19DIR_XIOS=''                     # ex: '.../XIOS/xios-1.0'
20#DIR_OASI=''                       # ex: '.../OASIS'
21
22# NEMO inputs
23NEMO_FORC=''                              #     Directory with forcing archive from DODS/ESGF server to extract
24                                           # or    " "     ""  all inputs files to copy into ${TEST_DIR}
25FORC_TARF=''                              # Archive name (ex: 'ORCA2_LIM_nemo_v3.6.tar', ...), let blank if not requested
26
27# Mailing list to inform of a failure (-p|--publish option required)
28[ -z "$EMAIL"] && EMAIL=''
Note: See TracBrowser for help on using the repository browser.