Changeset 18562
- Timestamp:
- 10/01/14 16:37:25 (10 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test436.m
r18552 r18562 14 14 %Fields and tolerances to track changes 15 15 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Water fraction','Enthalpy'}; 16 field_tolerances={2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10, 1e-10};16 field_tolerances={2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10,5e-10}; 17 17 field_values={... 18 18 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test437.m
r18552 r18562 49 49 'Enthalpy3','Temperature3','Waterfraction3','BasalMeltingRate3','Watercolumn3',... 50 50 'Enthalpy4','Temperature4','Waterfraction4','BasalMeltingRate4','Watercolumn4'}; 51 field_tolerances={1.e-10,1.e-10,1.e-10,1.e- 10,1.e-10,...52 1.e-10,1.e-10,1.e-10,1.e- 10,1.e-10,...53 1.e-10,1.e-10,1.e-10,1.e- 10,1.e-10,...54 1.e-10,1.e-10,1.e-10,1.e- 10,1.e-10};51 field_tolerances={1.e-10,1.e-10,1.e-10,1.e-9,1.e-10,... 52 1.e-10,1.e-10,1.e-10,1.e-9,1.e-10,... 53 1.e-10,1.e-10,1.e-10,1.e-9,1.e-10,... 54 1.e-10,1.e-10,1.e-10,1.e-9,1.e-10}; 55 55 i1=1; i2=ceil(t2/md.timestepping.time_step)+2; i3=ceil(md.timestepping.final_time/(2.*md.timestepping.time_step)); i4=size(md.results.TransientSolution,2); 56 56 field_values={...
Note:
See TracChangeset
for help on using the changeset viewer.