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

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