Changeset 8685
- Timestamp:
- 06/22/11 12:32:00 (14 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 4 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/IdToName.m
r8674 r8685 102 102 case 257, name='SquareShelfTranForcePos2dSerial'; 103 103 case 258, name='SquareShelfTranForcePos2dParallel'; 104 case 259, name='SquareShelfTranForceNeg3dSerial'; 105 case 260, name='SquareShelfTranForceNeg3dParallel'; 106 case 261, name='SquareShelfTranForcePos3dSerial'; 107 case 262, name='SquareShelfTranForcePos3dParallel'; 104 108 case 301, name='SquareSheetConstrainedDiagM2dSerial'; 105 109 case 302, name='SquareSheetConstrainedDiagM2dParallel'; -
issm/trunk/test/NightlyRun/test255.m
r8674 r8685 15 15 md.forcings.surface_mass_balance= smb; 16 16 md.forcings.surface_mass_balance(end+1,:)=[1 3]; 17 md.isthermal=0; 17 18 18 19 md=solve(md,TransientSolutionEnum); … … 26 27 1e-09,5e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10}; 27 28 field_values={... 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 29 PatchToVec(md.results.TransientSolution(1).Vx),... 30 PatchToVec(md.results.TransientSolution(1).Vy),... 31 PatchToVec(md.results.TransientSolution(1).Vel),... 32 PatchToVec(md.results.TransientSolution(1).Pressure),... 33 PatchToVec(md.results.TransientSolution(1).Bed),... 34 PatchToVec(md.results.TransientSolution(1).Surface),... 35 PatchToVec(md.results.TransientSolution(1).Thickness),... 36 PatchToVec(md.results.TransientSolution(1).SurfaceMassBalance),... 37 PatchToVec(md.results.TransientSolution(2).Vx),... 38 PatchToVec(md.results.TransientSolution(2).Vy),... 39 PatchToVec(md.results.TransientSolution(2).Vel),... 40 PatchToVec(md.results.TransientSolution(2).Pressure),... 41 PatchToVec(md.results.TransientSolution(2).Bed),... 42 PatchToVec(md.results.TransientSolution(2).Surface),... 43 PatchToVec(md.results.TransientSolution(2).Thickness),... 44 PatchToVec(md.results.TransientSolution(2).SurfaceMassBalance),... 45 PatchToVec(md.results.TransientSolution(3).Vx),... 46 PatchToVec(md.results.TransientSolution(3).Vy),... 47 PatchToVec(md.results.TransientSolution(3).Vel),... 48 PatchToVec(md.results.TransientSolution(3).Pressure),... 49 PatchToVec(md.results.TransientSolution(3).Bed),... 50 PatchToVec(md.results.TransientSolution(3).Surface),... 51 PatchToVec(md.results.TransientSolution(3).Thickness),... 52 PatchToVec(md.results.TransientSolution(3).SurfaceMassBalance),... 53 }; -
issm/trunk/test/NightlyRun/test256.m
r8674 r8685 15 15 md.forcings.surface_mass_balance= smb; 16 16 md.forcings.surface_mass_balance(end+1,:)=[1 3]; 17 md.isthermal=0; 17 18 18 19 md=solve(md,TransientSolutionEnum); … … 26 27 1e-09,5e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10}; 27 28 field_values={... 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 29 PatchToVec(md.results.TransientSolution(1).Vx),... 30 PatchToVec(md.results.TransientSolution(1).Vy),... 31 PatchToVec(md.results.TransientSolution(1).Vel),... 32 PatchToVec(md.results.TransientSolution(1).Pressure),... 33 PatchToVec(md.results.TransientSolution(1).Bed),... 34 PatchToVec(md.results.TransientSolution(1).Surface),... 35 PatchToVec(md.results.TransientSolution(1).Thickness),... 36 PatchToVec(md.results.TransientSolution(1).SurfaceMassBalance),... 37 PatchToVec(md.results.TransientSolution(2).Vx),... 38 PatchToVec(md.results.TransientSolution(2).Vy),... 39 PatchToVec(md.results.TransientSolution(2).Vel),... 40 PatchToVec(md.results.TransientSolution(2).Pressure),... 41 PatchToVec(md.results.TransientSolution(2).Bed),... 42 PatchToVec(md.results.TransientSolution(2).Surface),... 43 PatchToVec(md.results.TransientSolution(2).Thickness),... 44 PatchToVec(md.results.TransientSolution(2).SurfaceMassBalance),... 45 PatchToVec(md.results.TransientSolution(3).Vx),... 46 PatchToVec(md.results.TransientSolution(3).Vy),... 47 PatchToVec(md.results.TransientSolution(3).Vel),... 48 PatchToVec(md.results.TransientSolution(3).Pressure),... 49 PatchToVec(md.results.TransientSolution(3).Bed),... 50 PatchToVec(md.results.TransientSolution(3).Surface),... 51 PatchToVec(md.results.TransientSolution(3).Thickness),... 52 PatchToVec(md.results.TransientSolution(3).SurfaceMassBalance),... 53 }; -
issm/trunk/test/NightlyRun/test257.m
r8674 r8685 15 15 md.forcings.surface_mass_balance= smb; 16 16 md.forcings.surface_mass_balance(end+1,:)=[1 3]; 17 md.isthermal=0; 17 18 18 19 md=solve(md,TransientSolutionEnum); … … 26 27 1e-09,5e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10}; 27 28 field_values={... 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 29 PatchToVec(md.results.TransientSolution(1).Vx),... 30 PatchToVec(md.results.TransientSolution(1).Vy),... 31 PatchToVec(md.results.TransientSolution(1).Vel),... 32 PatchToVec(md.results.TransientSolution(1).Pressure),... 33 PatchToVec(md.results.TransientSolution(1).Bed),... 34 PatchToVec(md.results.TransientSolution(1).Surface),... 35 PatchToVec(md.results.TransientSolution(1).Thickness),... 36 PatchToVec(md.results.TransientSolution(1).SurfaceMassBalance),... 37 PatchToVec(md.results.TransientSolution(2).Vx),... 38 PatchToVec(md.results.TransientSolution(2).Vy),... 39 PatchToVec(md.results.TransientSolution(2).Vel),... 40 PatchToVec(md.results.TransientSolution(2).Pressure),... 41 PatchToVec(md.results.TransientSolution(2).Bed),... 42 PatchToVec(md.results.TransientSolution(2).Surface),... 43 PatchToVec(md.results.TransientSolution(2).Thickness),... 44 PatchToVec(md.results.TransientSolution(2).SurfaceMassBalance),... 45 PatchToVec(md.results.TransientSolution(3).Vx),... 46 PatchToVec(md.results.TransientSolution(3).Vy),... 47 PatchToVec(md.results.TransientSolution(3).Vel),... 48 PatchToVec(md.results.TransientSolution(3).Pressure),... 49 PatchToVec(md.results.TransientSolution(3).Bed),... 50 PatchToVec(md.results.TransientSolution(3).Surface),... 51 PatchToVec(md.results.TransientSolution(3).Thickness),... 52 PatchToVec(md.results.TransientSolution(3).SurfaceMassBalance),... 53 }; -
issm/trunk/test/NightlyRun/test258.m
r8674 r8685 15 15 md.forcings.surface_mass_balance= smb; 16 16 md.forcings.surface_mass_balance(end+1,:)=[1 3]; 17 md.isthermal=0; 17 18 18 19 md=solve(md,TransientSolutionEnum); … … 26 27 1e-09,5e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10}; 27 28 field_values={... 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 29 PatchToVec(md.results.TransientSolution(1).Vx),... 30 PatchToVec(md.results.TransientSolution(1).Vy),... 31 PatchToVec(md.results.TransientSolution(1).Vel),... 32 PatchToVec(md.results.TransientSolution(1).Pressure),... 33 PatchToVec(md.results.TransientSolution(1).Bed),... 34 PatchToVec(md.results.TransientSolution(1).Surface),... 35 PatchToVec(md.results.TransientSolution(1).Thickness),... 36 PatchToVec(md.results.TransientSolution(1).SurfaceMassBalance),... 37 PatchToVec(md.results.TransientSolution(2).Vx),... 38 PatchToVec(md.results.TransientSolution(2).Vy),... 39 PatchToVec(md.results.TransientSolution(2).Vel),... 40 PatchToVec(md.results.TransientSolution(2).Pressure),... 41 PatchToVec(md.results.TransientSolution(2).Bed),... 42 PatchToVec(md.results.TransientSolution(2).Surface),... 43 PatchToVec(md.results.TransientSolution(2).Thickness),... 44 PatchToVec(md.results.TransientSolution(2).SurfaceMassBalance),... 45 PatchToVec(md.results.TransientSolution(3).Vx),... 46 PatchToVec(md.results.TransientSolution(3).Vy),... 47 PatchToVec(md.results.TransientSolution(3).Vel),... 48 PatchToVec(md.results.TransientSolution(3).Pressure),... 49 PatchToVec(md.results.TransientSolution(3).Bed),... 50 PatchToVec(md.results.TransientSolution(3).Surface),... 51 PatchToVec(md.results.TransientSolution(3).Thickness),... 52 PatchToVec(md.results.TransientSolution(3).SurfaceMassBalance),... 53 };
Note:
See TracChangeset
for help on using the changeset viewer.