Changeset 18767
- Timestamp:
- 11/10/14 08:59:02 (10 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test431.m
r18708 r18767 13 13 14 14 %Fields and tolerances to track changes 15 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Water 16 field_tolerances={ 3e-10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-10,2e-10};15 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'}; 16 field_tolerances={8e-5,5e-5,5e-5,5e-5,1e-13,1e-5,5e-5,5e-5}; 17 17 field_values={... 18 18 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test431.py
r18661 r18767 23 23 24 24 #Fields and tolerances to track changes 25 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','Water 26 field_tolerances=[ 1e-10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-10,2e-10]25 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'] 26 field_tolerances=[8e-5,5e-5,5e-5,5e-5,1e-13,1e-5,5e-5,5e-5] 27 27 field_values=[\ 28 28 md.results.SteadystateSolution.Vx,\ -
issm/trunk-jpl/test/NightlyRun/test432.m
r18708 r18767 12 12 13 13 %Fields and tolerances to track changes 14 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Water 14 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'}; 15 15 field_tolerances={3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e-10}; 16 16 field_values={... -
issm/trunk-jpl/test/NightlyRun/test432.py
r18661 r18767 22 22 23 23 #Fields and tolerances to track changes 24 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','Water 25 field_tolerances=[ 1e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10,2e-10]24 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'] 25 field_tolerances=[3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e-10] 26 26 field_values=[\ 27 27 md.results.SteadystateSolution.Vx,\ -
issm/trunk-jpl/test/NightlyRun/test436.m
r18562 r18767 13 13 14 14 %Fields and tolerances to track changes 15 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Water 16 field_tolerances={2e-09,1e-09,1e-09,1e-09,1e-13,1e-10, 1e-10,5e-10};15 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'}; 16 field_tolerances={2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,5e-10,5e-10}; 17 17 field_values={... 18 18 (md.results.SteadystateSolution.Vx),...
Note:
See TracChangeset
for help on using the changeset viewer.