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/cfg – NEMO

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

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

dev_r5092_CNRS_SETTE Standalone TRUST directory for regular NEMO configuration testing

File size: 1.6 KB
Line 
1# Copy to ./user.cfg, fill in according to your installation
2
3# User configuration
4
5# Global Directories:
6DIR_WORK=''               # Directory for compilation
7DIR_SCRA=''                  #    " "    " " computation to increase perfs on some super-computers
8                          # (will copy into it all requested forcing input & ".*(cfg|opa|ref|xml)" files)
9DIR_STOR=''                  #    " "     for comparison (ASCII output & restart files of reference config)
10
11# NEMO overall configuration:
12[ -z "${NEMO_BRAN}" ] && NEMO_BRAN=''     # trunk, dev_v3_4_STABLE_2012, ...
13[ -z "${CONF_REFE}" ] && CONF_REFE=''     # ORCA2_LIM_PISCES, GYRE, ...
14[ -z "${CONF_TEST}" ] && CONF_TEST=''     # ${CONF_REFE}_trust, ...
15NEMO_HOME=''                              # NEMOGCM equivalent root directory to find ./ARCH,./CONFIG, ...
16                                          # (${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM, ...)
17
18# Comparatives directories localization:
19DIR_REFE=''                  # ${DIR_STOR}/${CONF_REFE}/${NEMO_BRAN}
20DIR_TEST=''                  # ${DIR_SCRA}/${CONF_REFE}/${NEMO_BRAN}/trusting_${DATE_STR}
21
22# External softs directories:
23DIR_XIOS=''                  # ${DIR_WORK}/XIOS/xios-1.0
24DIR_OASI=''                  # ${DIR_WORK}/OASIS       
25
26# NEMO inputs (fill in if necessary)
27NEMO_FORC=''                              # Directory synchronized with DODS server
28                                          # (${DIR_WORK}/NEMO/FORC, ...)
29FORC_TARF=''                              # Archive name (ORCA2_LIM_nemo_v3.6.tar, ...)
30
31# Mailing list to inform of a failure, -p|--publish option required
32[ -z "$MAIL"] && MAIL=''
Note: See TracBrowser for help on using the repository browser.