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.
trusting_help.txt in branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_help.txt @ 5761

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

Add help section

File size: 1.4 KB
Line 
1Usage: ./trusting.sh -m $ARCH -u $USER [OPTIONS]
2Launch trusting test on $ARCH machine from $USER installation
3Example: './trusting.sh -m X64_CURIE -u romr005 -p -b nemo_v3_6_STABLE'
4
5Mandatory (default settings):
6    Files to source in ./config ($ARCH.cfg & $USER.cfg)
7    -m,--machine    Architecture settings (environment configuration)
8    -u,--user       User            ""    (NEMO directories & settings)       
9
10SVN working copy:
11    -b,--branch       SVN branch to test (trunk|nemo_v3_6_STABLE|...
12    -v,--version    Action on working copy ('svn status' by default)
13               '{'YYYY-MM-DD'}' Update to revision available at this date
14               [0-9]*              ""   "" revision number
15               HEAD|up|update     ""   "" last revision
16               st|status    Show differences with repository
17
18NEMO Configuration:
19    -a,--archive    Forcing input files archive to extract downloaded from ESGF/DODS server
20    -n,--newconf    Testing   configuration created in ./CONFIG
21    -r,--refconf    Reference      " "     
22
23Compiling & computation:
24    -j,--job        Number of processes for compiling
25    -t,--time       Timeout for computation (s)
26
27Output control:
28    -d,--debug      Verbose output for debugging purpose (`set -vx`)
29    -e,--email      Email trusting digest report to following addresses only on failure
30    -h,--help       Print this help & exit
31    -p,--publish    Share trusting result
Note: See TracBrowser for help on using the repository browser.