Changeset 18661
- Timestamp:
- 10/20/14 13:07:56 (10 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test431.m
r16322 r18661 14 14 %Fields and tolerances to track changes 15 15 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Water fraction','Enthalpy'}; 16 field_tolerances={1e-10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-10, 1e-10};16 field_tolerances={1e-10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-10,2e-10}; 17 17 field_values={... 18 18 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test431.py
r16322 r18661 24 24 #Fields and tolerances to track changes 25 25 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','Water fraction','Enthalpy'] 26 field_tolerances=[1e-10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-10, 1e-10]26 field_tolerances=[1e-10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-10,2e-10] 27 27 field_values=[\ 28 28 md.results.SteadystateSolution.Vx,\ -
issm/trunk-jpl/test/NightlyRun/test432.m
r16039 r18661 13 13 %Fields and tolerances to track changes 14 14 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Water fraction','Enthalpy'}; 15 field_tolerances={2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10, 1e-10};15 field_tolerances={2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10,2e-10}; 16 16 field_values={... 17 17 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test432.py
r16041 r18661 23 23 #Fields and tolerances to track changes 24 24 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','Water fraction','Enthalpy'] 25 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10, 1e-10]25 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10,2e-10] 26 26 field_values=[\ 27 27 md.results.SteadystateSolution.Vx,\
Note:
See TracChangeset
for help on using the changeset viewer.