Changeset 9691 for issm/trunk/test/NightlyRun/test1502.m
- Timestamp:
- 09/08/11 14:08:39 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test1502.m
r9664 r9691 22 22 for i=1:10 23 23 md=solve(md,PrognosticSolutionEnum); 24 md.surfaceforcings.mass_balance= md.surfaceforcings.mass_balance - (PatchToVec(md.results.PrognosticSolution.Thickness)-md. thickness);24 md.surfaceforcings.mass_balance= md.surfaceforcings.mass_balance - (PatchToVec(md.results.PrognosticSolution.Thickness)-md.geometry.thickness); 25 25 end 26 26
Note:
See TracChangeset
for help on using the changeset viewer.