Changeset 20914
- Timestamp:
- 07/14/16 11:43:38 (9 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/runme.py
r20417 r20914 14 14 In a test deck directory (tests/Vertification/NightlyRun for example) 15 15 The following command will launch all the existing tests: 16 >> >runme()16 >> runme() 17 17 To run the tests 101 and 102: 18 >> >runme(id=[101,102])18 >> runme(id=[101,102]) 19 19 etc... 20 20 … … 23 23 'exclude' ids to be excluded from the test 24 24 '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 34 33 'procedure' 'check' : run the test (default) 35 34 'update': update the archive -
issm/trunk-jpl/test/NightlyRun/test808.m
r20908 r20914 38 38 'Vx3','Vy3','Vel3','Pressure3','Thickness3','Surface3','MaskIceLevelset3'}; 39 39 field_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}; 43 43 field_values={... 44 44 md.results.TransientSolution(1).Vx,...
Note:
See TracChangeset
for help on using the changeset viewer.