Changeset 16551
- Timestamp:
- 10/28/13 08:59:49 (11 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/test120.m ¶
r16472 r16551 15 15 %Fields and tolerances to track changes 16 16 field_names ={'Enthalpy','Waterfraction','Temperature'}; 17 field_tolerances={1e-13, 1.45e-10,1e-13};17 field_tolerances={1e-13,2e-10,1e-13}; 18 18 field_values={... 19 19 (md.results.ThermalSolution.Enthalpy),... -
TabularUnified issm/trunk-jpl/test/NightlyRun/test1208.m ¶
r15771 r16551 31 31 %Fields and tolerances to track changes 32 32 field_names ={'Vx','Vy','Vz','Vel','Pressure','Thickness','Bed','Surface','Temperature','BasalforcingsMeltingRate'}; 33 field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-07, 1e-07};33 field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-07,2e-07}; 34 34 field_values={... 35 35 (md.results.TransientSolution(end).Vx),...
Note:
See TracChangeset
for help on using the changeset viewer.