source:
issm/oecreview/Archive/22819-23185/ISSM-23101-23102.diff@
23186
Last change on this file since 23186 was 23186, checked in by , 7 years ago | |
---|---|
File size: 1.1 KB |
-
../trunk-jpl/test/NightlyRun/test421.m
9 9 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 12 field_tolerances={ 8e-07,8e-07,2e-05,9e-07,9e-07};12 field_tolerances={9e-07,8e-07,2e-05,9e-07,9e-07}; 13 13 field_values={... 14 14 (md.results.StressbalanceSolution.Vx),... 15 15 (md.results.StressbalanceSolution.Vy),... -
../trunk-jpl/test/NightlyRun/test421.py
19 19 20 20 #Fields and tolerances to track changes 21 21 field_names =['Vx','Vy','Vz','Vel','Pressure'] 22 field_tolerances=[ 8e-07,8e-07,2e-05,9e-07,9e-07]22 field_tolerances=[9e-07,8e-07,2e-05,9e-07,9e-07] 23 23 field_values=[\ 24 24 md.results.StressbalanceSolution.Vx,\ 25 25 md.results.StressbalanceSolution.Vy,\
Note:
See TracBrowser
for help on using the repository browser.