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 10732 for NEMO/branches/2019/fix_sette_ticket2239/README – NEMO

Ignore:
Timestamp:
2019-03-01T14:44:40+01:00 (5 years ago)
Author:
mathiot
Message:

restore default parameter (compiler, batch cmd ...) (ticket #2239)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_sette_ticket2239/README

    r10713 r10732  
    11usage of SETTE package: 
    22 
    3 principal script is sette.sh (usage: ./sette.sh)  
     3PRINCIPAL SCRIPT: sette.sh  
     4sette.sh is a simple wrapper running test on the reference configuration, test cases and generate the report at the end. 
     5User need to set up the param.cfg file correctly and download input file before running the script. 
    46 
    5 sette.sh is a simple wrapper running test on the reference configuration, test cases and generate the report at the end. 
    6 sette_cfg-ref.sh, sette_test-cases.sh and the report generation can still be run separatly for debugging purposes 
     7SECONDARY SCRIPT 
     8sette_reference-configuration.sh, sette_test-cases.sh: run sette tests on the reference configurations and test cases respectively 
     9sette_rpt.sh: generate the sette report. See below in USER MODIFICATIONS the usage of the script 
     10sette_list_avail_rev.sh: generate a listing on all the revision available in the validation directory for each configuration. 
    711 
    812VERY IMPORTANT : for a verbose debug do: 
     
    6771          NOTE: if INTERACT_FLAG="no" it is needed a batch_file (see below to create a new one) 
    6872 
    69  in sette_rpt.sh : if no argument are given, the report will be generated on the last changed revision. 
    70                    if an argument is given (revision number) the report will be generated for this revision 
    71                    if 'old' is given as argument the former behavior is applied (the latest revision is check whatever the current revision 
     73 in sette_rpt.sh : - if no argument are given, the report will be generated on the last changed revision. 
     74                   - if an argument is given (revision number) the report will be generated for this revision 
     75                   - if 'old' is given as argument the former behavior is applied (the latest revision is check whatever the current revision 
     76                   - it is possible to retreive all the available revision test using sette_list_avail_rev.sh 
    7277 
    7378NOTE: 
Note: See TracChangeset for help on using the changeset viewer.