Changeset 17806 for issm/trunk/test/NightlyRun/test236.m
- Timestamp:
- 04/22/14 10:39:19 (11 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 16565-17015,17017-17381,17383-17422,17424-17619,17621-17657,17659-17672,17674-17801,17804
- Property svn:mergeinfo changed
-
issm/trunk/test
- Property svn:mergeinfo changed
-
issm/trunk/test/NightlyRun/test236.m
r16137 r17806 1 1 md=triangle(model(),'../Exp/Square.exp',150000.); 2 2 md=setmask(md,'all',''); 3 md=parameterize(md,'../Par/SquareShelf.par'); 3 4 4 5 % Use of ispdd and isdelta18o methods 5 md.surfaceforcings .ispdd=1;6 md.surfaceforcings = SMBpdd(); 6 7 md.surfaceforcings.isdelta18o=1; 7 8 md=parameterize(md,'../Par/SquareShelf.par');9 8 10 9 % Add temperature, precipitation and delta18o needed to measure the surface mass balance … … 46 45 47 46 % 47 md.transient.requested_outputs={'default','SurfaceforcingsMonthlytemperatures'}; 48 48 md=setflowequation(md,'SSA','all'); 49 49 md.cluster=generic('name',oshostname(),'np',3); … … 60 60 (md.results.TransientSolution(1).Vel),... 61 61 (md.results.TransientSolution(1).Pressure),... 62 (md.results.TransientSolution(1).B ed),...62 (md.results.TransientSolution(1).Base),... 63 63 (md.results.TransientSolution(1).Surface),... 64 64 (md.results.TransientSolution(1).Thickness),... … … 69 69 (md.results.TransientSolution(2).Vel),... 70 70 (md.results.TransientSolution(2).Pressure),... 71 (md.results.TransientSolution(2).B ed),...71 (md.results.TransientSolution(2).Base),... 72 72 (md.results.TransientSolution(2).Surface),... 73 73 (md.results.TransientSolution(2).Thickness),... … … 78 78 (md.results.TransientSolution(3).Vel),... 79 79 (md.results.TransientSolution(3).Pressure),... 80 (md.results.TransientSolution(3).B ed),...80 (md.results.TransientSolution(3).Base),... 81 81 (md.results.TransientSolution(3).Surface),... 82 82 (md.results.TransientSolution(3).Thickness),...
Note:
See TracChangeset
for help on using the changeset viewer.