source:
issm/oecreview/Archive/15392-16133/ISSM-16005-16006.diff@
16134
Last change on this file since 16134 was 16134, checked in by , 12 years ago | |
---|---|
File size: 2.3 KB |
-
../trunk-jpl/test/NightlyRun/test508.py
18 18 19 19 # Fields and tolerances to track changes 20 20 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'] 21 field_tolerances=[1e-09,1e-09,1e-0 9,1e-09,1e-09,1e-09,2e-07]21 field_tolerances=[1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,2e-07] 22 22 field_values=[\ 23 23 md.results.SteadystateSolution.Vx,\ 24 24 md.results.SteadystateSolution.Vy,\ -
../trunk-jpl/test/NightlyRun/test508.m
9 9 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'}; 12 field_tolerances={1e-09,1e-09,1e-0 9,1e-09,1e-09,1e-09,1e-07};12 field_tolerances={1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-07}; 13 13 field_values={... 14 14 (md.results.SteadystateSolution.Vx),... 15 15 (md.results.SteadystateSolution.Vy),... -
../trunk-jpl/test/NightlyRun/test421.m
8 8 9 9 %Fields and tolerances to track changes 10 10 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 11 field_tolerances={1e-08,2e-09,2e-05,5e-09,1e-0 8};11 field_tolerances={1e-08,2e-09,2e-05,5e-09,1e-07}; 12 12 field_values={... 13 13 (md.results.StressbalanceSolution.Vx),... 14 14 (md.results.StressbalanceSolution.Vy),... -
../trunk-jpl/test/NightlyRun/test421.py
18 18 19 19 #Fields and tolerances to track changes 20 20 field_names =['Vx','Vy','Vz','Vel','Pressure'] 21 field_tolerances=[1e-08,2e-09,2e-05,2e-09,1e-0 8]21 field_tolerances=[1e-08,2e-09,2e-05,2e-09,1e-07] 22 22 field_values=[\ 23 23 md.results.StressbalanceSolution.Vx,\ 24 24 md.results.StressbalanceSolution.Vy,\
Note:
See TracBrowser
for help on using the repository browser.