Changeset 22570
- Timestamp:
- 03/19/18 16:23:09 (7 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test233.js
r21215 r22570 20 20 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, 21 21 1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, 22 1e-0 9,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06];22 1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06]; 23 23 field_values=[ 24 24 (md.results.TransientSolution[0](1).Vx), -
issm/trunk-jpl/test/NightlyRun/test233.m
r21056 r22570 19 19 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, ... 20 20 1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, ... 21 1e-0 9,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};21 1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06}; 22 22 field_values={... 23 23 (md.results.TransientSolution(1).Vx),... -
issm/trunk-jpl/test/NightlyRun/test233.py
r21408 r22570 23 23 #Fields and tolerances to track changes 24 24 field_names =['Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsGroundediceMeltingRate1', 25 26 27 25 'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsGroundediceMeltingRate2', 26 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsGroundediceMeltingRate3', 27 'Vx4','Vy4','Vz4','Vel4','Pressure4','Bed4','Surface4','Thickness4','Temperature4','BasalforcingsGroundediceMeltingRate4'] 28 28 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09, 29 30 31 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06]29 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, 30 1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, 31 1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06] 32 32 field_values=[md.results.TransientSolution[0].Vx, 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 33 md.results.TransientSolution[0].Vy, 34 md.results.TransientSolution[0].Vz, 35 md.results.TransientSolution[0].Vel, 36 md.results.TransientSolution[0].Pressure, 37 md.results.TransientSolution[0].Base, 38 md.results.TransientSolution[0].Surface, 39 md.results.TransientSolution[0].Thickness, 40 md.results.TransientSolution[0].Temperature, 41 md.results.TransientSolution[0].BasalforcingsGroundediceMeltingRate, 42 md.results.TransientSolution[1].Vx, 43 md.results.TransientSolution[1].Vy, 44 md.results.TransientSolution[1].Vz, 45 md.results.TransientSolution[1].Vel, 46 md.results.TransientSolution[1].Pressure, 47 md.results.TransientSolution[1].Base, 48 md.results.TransientSolution[1].Surface, 49 md.results.TransientSolution[1].Thickness, 50 md.results.TransientSolution[1].Temperature, 51 md.results.TransientSolution[1].BasalforcingsGroundediceMeltingRate, 52 md.results.TransientSolution[2].Vx, 53 md.results.TransientSolution[2].Vy, 54 md.results.TransientSolution[2].Vz, 55 md.results.TransientSolution[2].Vel, 56 md.results.TransientSolution[2].Pressure, 57 md.results.TransientSolution[2].Base, 58 md.results.TransientSolution[2].Surface, 59 md.results.TransientSolution[2].Thickness, 60 md.results.TransientSolution[2].Temperature, 61 md.results.TransientSolution[2].BasalforcingsGroundediceMeltingRate, 62 md.results.TransientSolution[3].Vx, 63 md.results.TransientSolution[3].Vy, 64 md.results.TransientSolution[3].Vz, 65 md.results.TransientSolution[3].Vel, 66 md.results.TransientSolution[3].Pressure, 67 md.results.TransientSolution[3].Base, 68 md.results.TransientSolution[3].Surface, 69 md.results.TransientSolution[3].Thickness, 70 md.results.TransientSolution[3].Temperature, 71 md.results.TransientSolution[3].BasalforcingsGroundediceMeltingRate] -
issm/trunk-jpl/test/NightlyRun/test404.m
r22566 r22570 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 12 field_tolerances={7e-07,7e-07,2e-06,1e-06, 5e-07};12 field_tolerances={7e-07,7e-07,2e-06,1e-06,6e-07}; 13 13 field_values={... 14 14 (md.results.StressbalanceSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test404.py
r22566 r22570 20 20 #Fields and tolerances to track changes 21 21 field_names =['Vx','Vy','Vz','Vel','Pressure'] 22 field_tolerances=[7e-07,7e-07,2e-06,1e-06, 5e-07]22 field_tolerances=[7e-07,7e-07,2e-06,1e-06,6e-07] 23 23 field_values=[\ 24 24 md.results.StressbalanceSolution.Vx,\ -
issm/trunk-jpl/test/NightlyRun/test460.m
r22569 r22570 21 21 md=solve(md,'Stressbalance'); 22 22 field_names ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}]}; 23 field_tolerances={field_tolerances{:}, 6e-07,1e-06,2e-06,1e-06,5e-07};23 field_tolerances={field_tolerances{:},2e-06,2e-06,2e-06,2e-06,5e-07}; 24 24 field_values={field_values{:},... 25 25 (md.results.StressbalanceSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test460.py
r22569 r22570 29 29 md = solve(md,'Stressbalance') 30 30 field_names = field_names + ['Vx'+i,'Vy'+i,'Vz'+i,'Vel'+i,'Pressure'+i] 31 field_tolerances = field_tolerances + [ 6e-07,1e-06,2e-06,1e-06,5e-07]31 field_tolerances = field_tolerances + [2e-06,2e-06,2e-06,2e-06,5e-07] 32 32 field_values = field_values + [ 33 33 md.results.StressbalanceSolution.Vx,
Note:
See TracChangeset
for help on using the changeset viewer.