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

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

dev_r5092_CNRS_SETTE Add rebuild tool for comparing among other improvments & bugs

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}" ] && REFE_CONF=''     # ORCA2_LIM_PISCES, GYRE, ...
14[ -z "${CONF_TEST}" ] && TEST_CONF=''     # ${CONF_REFE}_trust, ...
15NEMO_HOME=''                              # NEMOGCM equivalent root directory to find ./ARCH,./CONFIG, ...
16                                          # (${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM, ...)
17NEMO_RBDN=''                              # NEMO rebuild executable
18
19# Comparatives directories localization:
20REFE_DIR=''                  # ${DIR_STOR}/${CONF_REFE}/${NEMO_BRAN}
21TEST_DIR=''                  # ${DIR_SCRA}/${CONF_REFE}/${NEMO_BRAN}/trusting_${DATE_STR}
22
23# External softs directories:
24DIR_XIOS=''                  # ${DIR_WORK}/XIOS/xios-1.0
25DIR_OASI=''                  # ${DIR_WORK}/OASIS       
26
27# NEMO inputs (fill in if necessary)
28NEMO_FORC=''                              # Directory synchronized with DODS server
29                                          # (${DIR_WORK}/NEMO/FORC, ...)
30FORC_TARF=''                              # Archive name (ORCA2_LIM_nemo_v3.6.tar, ...)
31
32# Mailing list to inform of a failure, -p|--publish option required
33[ -z "$MAIL"] && MAIL=''
Note: See TracBrowser for help on using the repository browser.