Ignore:
Timestamp:
09/06/11 13:40:47 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added rifts object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test262.m

    r9607 r9619  
    2121
    2222%Fields and tolerances to track changes
    23 field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','SurfaceMassBalance1', ...
    24         'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','SurfaceMassBalance2', ...
    25         'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','SurfaceMassBalance3',...
     23field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','SurfaceforcingsMassBalance1', ...
     24        'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','SurfaceforcingsMassBalance2', ...
     25        'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','SurfaceforcingsMassBalance3',...
    2626        'Vx4','Vy4','Vz4','Vel4','Pressure4','Bed4','Surface4','Thickness4','SurfaceMassbalance4'};
    2727field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,...
     
    3939        PatchToVec(md.results.TransientSolution(1).Surface),...
    4040        PatchToVec(md.results.TransientSolution(1).Thickness),...
    41         PatchToVec(md.results.TransientSolution(1).SurfaceMassBalance),...
     41        PatchToVec(md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
    4242        PatchToVec(md.results.TransientSolution(2).Vx),...
    4343        PatchToVec(md.results.TransientSolution(2).Vy),...
     
    4848        PatchToVec(md.results.TransientSolution(2).Surface),...
    4949        PatchToVec(md.results.TransientSolution(2).Thickness),...
    50         PatchToVec(md.results.TransientSolution(2).SurfaceMassBalance),...
     50        PatchToVec(md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
    5151        PatchToVec(md.results.TransientSolution(3).Vx),...
    5252        PatchToVec(md.results.TransientSolution(3).Vy),...
     
    5757        PatchToVec(md.results.TransientSolution(3).Surface),...
    5858        PatchToVec(md.results.TransientSolution(3).Thickness),...
    59         PatchToVec(md.results.TransientSolution(3).SurfaceMassBalance),...
     59        PatchToVec(md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
    6060        PatchToVec(md.results.TransientSolution(4).Vx),...
    6161        PatchToVec(md.results.TransientSolution(4).Vy),...
     
    6666        PatchToVec(md.results.TransientSolution(4).Surface),...
    6767        PatchToVec(md.results.TransientSolution(4).Thickness),...
    68         PatchToVec(md.results.TransientSolution(4).SurfaceMassBalance),...
     68        PatchToVec(md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
    6969        };
Note: See TracChangeset for help on using the changeset viewer.