Changeset 15767 for issm/trunk-jpl/test/NightlyRun/test1502.m
- Timestamp:
- 08/09/13 09:05:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test1502.m
r15565 r15767 18 18 md.basalforcings.melting_rate= smb; 19 19 20 md=solve(md, PrognosticSolutionEnum());20 md=solve(md,MasstransportSolutionEnum()); 21 21 22 22 for i=1:10 23 md=solve(md, PrognosticSolutionEnum());24 md.surfaceforcings.mass_balance= md.surfaceforcings.mass_balance - ((md.results. PrognosticSolution.Thickness)-md.geometry.thickness);23 md=solve(md,MasstransportSolutionEnum()); 24 md.surfaceforcings.mass_balance= md.surfaceforcings.mass_balance - ((md.results.MasstransportSolution.Thickness)-md.geometry.thickness); 25 25 end 26 26
Note:
See TracChangeset
for help on using the changeset viewer.