Changeset 22745


Ignore:
Timestamp:
05/07/18 13:30:11 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: website is more up to date than README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/README

    r21151 r22745  
    1 
    2 # running a test
    3 -----------------
    4 
    5 To run a test, just type: testxxx in matlab
    6 To check that the results of a test are similar to the Archive, type: runme('id',xxx)
    7 Several tests can be run at the same time.
    8 If no id if specified, all the tests will be done.
    9 All the archives are contained in ../Archives
    10 To update a test archive, use runme('procedure','update','id',xxx)
    11 Once again, if no id is specified, all the archives will be updated.
    12 
    13 
    14 # How to create a new test
    15 --------------------------
    16 
    17 This directory contains all the tests that run every night to check the code.
    18 The file IdToName associate a test id to its name.
    19 All the files necessary to run the tests can be found in:
    20 ../Exp/ for the exp files (domains, contours, ...)
    21 ../Par/ for the parameter files (to parameterize a model)
    22 ../Data/ for the datasets needed to initialize a model
    23 To add a test, create a new testxxx.m and a testxxx_nightly.m
    24 
    25 The first number of the id correspond to the type of test:
    26 1: SquareShelfConstrained (no icefront)
    27 2: SquareShelf (with an icefront)
    28 3: SquareSheetConstrained (no icefront)
    29 4: SquareSheetShelf (Marine ice sheet with an ice shelf at the end)
    30 5: Pine Island Glacier
    31 6: 79North
    32 Add the id and testname in IdToName.m (incresing order)
    33 We try not to create too many .par and .exp files, so try to use the existing ones as much as possible.
    34 To modify some characteristics, do it in the testxxx.m file.
    35 Specify the field_names the field_values and the tolerance at the end of the test file.
    36 Don't forget to commit the archive (Archivexxx.arch in ../Archives)
     1For more info: https://issm.ess.uci.edu/trac/issm/wiki/addnewNR
Note: See TracChangeset for help on using the changeset viewer.