Changeset 19648
- Timestamp:
- 10/15/15 19:58:26 (9 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test211.m
r19049 r19648 15 15 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsGroundediceMeltingRate3'}; 16 16 field_tolerances={... 17 2e-08,2e-08, 1e-06,2e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,...18 5e-07,5e-07,5e-05, 1e-07,1e-08,1e-08,1e-08,1e-08,5e-08,2e-06,...17 2e-08,2e-08,2e-06,2e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,... 18 5e-07,5e-07,5e-05,2e-07,1e-08,1e-08,1e-08,1e-08,6e-08,2e-06,... 19 19 5e-06,5e-06,5e-05,5e-06,5e-07,5e-07,5e-07,5e-07,5e-06,5e-05}; 20 20 field_values={... -
issm/trunk-jpl/test/NightlyRun/test431.m
r19049 r19648 15 15 %Fields and tolerances to track changes 16 16 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'}; 17 field_tolerances={8e- 5,5e-5,5e-5,5e-5,1e-13,1e-5,5e-5,5e-5};17 field_tolerances={8e-4,5e-4,5e-4,5e-4,1e-13,1e-4,5e-4,5e-4}; 18 18 field_values={... 19 19 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test431.py
r19049 r19648 25 25 #Fields and tolerances to track changes 26 26 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'] 27 field_tolerances=[8e- 5,5e-5,5e-5,5e-5,1e-13,1e-5,5e-5,5e-5]27 field_tolerances=[8e-4,5e-4,5e-4,5e-4,1e-13,1e-4,5e-4,5e-4] 28 28 field_values=[\ 29 29 md.results.SteadystateSolution.Vx,\ -
issm/trunk-jpl/test/NightlyRun/test701.m
r19049 r19648 58 58 md=solve(md,StressbalanceSolutionEnum()); 59 59 field_names ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vel' i{1}],['Pressure' i{1}]}; 60 field_tolerances={field_tolerances{:},9e-5, 8e-5,9e-5,1e-10};60 field_tolerances={field_tolerances{:},9e-5,9e-5,9e-5,1e-10}; 61 61 field_values={field_values{:},... 62 62 (md.results.StressbalanceSolution.Vx),...
Note:
See TracChangeset
for help on using the changeset viewer.