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_CNRS18_TRUST/NEMOGCM/TRUST/config – NEMO

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/config/user_template.cfg @ 5788

Last change on this file since 5788 was 5788, checked in by nicolasmartin, 8 years ago

dev_r5092_CNRS18_TRUST Several enhancements (global variables rename, notification mail object, add job performances, templates description, script to install new minimal branch to test) to improve accessibility for NEMO users & bugfixes (tar creation, modulefiles)

File size: 1.7 KB
Line 
1## User configuration
2##---------------------------------------------------
3
4## Copy to root (./config) and rename it by keeping '.cfg' extension, then fill in according to your installation
5## Will be called by its name without extension
6
7
8## Mandatory
9##---------------------------------------------------
10
11## Few settings can be changed from directly from command line to reduce the creation of user configuration file
12## See `./trusting.sh [-h|--help]`
13
14## Directories path
15TRUS_BHMK=''           ## Benchmark folder where target files for comparison have been stored
16                         ## Inputs  (all) : CPP_*, namelist_*, *.xml et inputs_file.txt (formed by first test)
17                         ## Outputs (any) : *.stat, ocean.output, restarts
18TEST_DIR=''       ## Testing folder for computation
19                         ## ex: ".../trusting_${DATE}"
20TRUS_WKCY=''          ## Working copy of branch test
21                         ## ex: ".../NEMOGCM"
22DIR_XIOS=''       ## XIOS installation
23
24## NEMO configurations
25TRUS_REFE=''          ## Reference configuration to test
26TRUS_TEST=''          ## Testing configuration name
27
28## Forcing files
29TRUS_FORC=''          ## Directory with forcing archive to extract (combined use with ${TRUS_TARF}) or
30                      ##    " "     ""  all inputs files to copy into ${TEST_DIR}
31
32
33## Possible use
34##---------------------------------------------------
35
36## Archive inputs name, let void if not requested
37TRUS_TARF=''
38
39## CPP keys to add or remove from reference configuration
40KEYS_ADD=''
41KEYS_DEL=''
42
43
44## Optional (can be void if no alternative or need)
45##---------------------------------------------------
46
47## Mailing list to notify of a failure (-p|--prod required)
48TRUS_MAIL=''
Note: See TracBrowser for help on using the repository browser.