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

Ignore:
Timestamp:
2015-09-24T17:34:59+02:00 (9 years ago)
Author:
nicolasmartin
Message:

Add help section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_help.txt

    r5671 r5761  
    1 ---------------------------------------------------------------------------- 
    2 Usage: trusting [-h] [-d] [-p] configuration 
     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' 
    34 
    4 # ($ARCH & ./cfg/$ARCH.cfg file and at least arch-$ARCH.fcm file in NEMO ARCH dir are mandatory) 
     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)        
    59 
    6 Options: 
    7    -h, --help, -help 
    8        Print this manual 
    9    -d, --debug 
    10        set -v 
    11    -p, --publish 
    12        Publish on dods server 
     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 
    1317 
    14 Examples:" 
    15    $ trusting -p IPSLCM5A 
     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      " "      
    1622 
    17 Notes: 
    18    - To reset the trusting dashboard, type manually : 
    19      $ rm -rf $CCCWORKDIR/trusting/configuration 
    20      $ rm -rf $CCCWORKDIR/../../dods/public/${LOGNAME}/trusting/configuration 
    21    - Output will be saved at : 
    22      $ ls $CCCSTOREDIR/IGCM_OUT 
     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 TracChangeset for help on using the changeset viewer.