Changeset 20914


Ignore:
Timestamp:
07/14/16 11:43:38 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxed tolerances and some clean up in runme.m

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/runme.py

    r20417 r20914  
    1414            In a test deck directory (tests/Vertification/NightlyRun for example)
    1515            The following command will launch all the existing tests:
    16             >>> runme()
     16            >> runme()
    1717            To run the tests 101 and 102:
    18             >>> runme(id=[101,102])
     18            >> runme(id=[101,102])
    1919            etc...
    2020 
     
    2323               'exclude'       ids to be excluded from the test
    2424               'benchmark'     'all' (all of the tests)
    25                                    'nightly' (nightly run/ daily run)
    26                                'ismip'  : validation of ismip-hom tests
    27                                'eismint': validation of eismint tests
    28                                'thermal': validation of thermal tests
    29                                'mesh'   : validation of mesh tests
    30                                                    'adolc'   : validation of adolc tests
    31                            'slr'   : validation of slr tests
    32 
    33                                ...
     25                          'nightly' (nightly run/ daily run)
     26                          'ismip'  : validation of ismip-hom tests
     27                          'eismint': validation of eismint tests
     28                          'thermal': validation of thermal tests
     29                          'mesh'   : validation of mesh tests
     30                          'adolc'  : validation of adolc tests
     31                          'slr'   : validation of slr tests
     32
    3433               'procedure'     'check' : run the test (default)
    3534                               'update': update the archive
  • issm/trunk-jpl/test/NightlyRun/test808.m

    r20908 r20914  
    3838        'Vx3','Vy3','Vel3','Pressure3','Thickness3','Surface3','MaskIceLevelset3'};
    3939field_tolerances={...
    40         1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,...
    41         2e-11,2e-11,2e-11,1e-11,1e-11,1e-11,1e-11,1e-11,...
    42         2e-11,2e-11,2e-11,1e-11,1e-11,1e-11,1e-11,5e-11};
     40        1e-8,1e-8,1e-8,1e-11,1e-9,1e-9,1e-9,1e-9,...
     41        1e-8,1e-8,1e-8,1e-11,1e-9,1e-9,1e-9,1e-9,...
     42        1e-8,1e-8,1e-8,1e-11,1e-9,1e-9,1e-9,1e-9};
    4343field_values={...
    4444        md.results.TransientSolution(1).Vx,...
Note: See TracChangeset for help on using the changeset viewer.