Changeset 15767 for issm/trunk-jpl/test/NightlyRun/test1502.py
- Timestamp:
- 08/09/13 09:05:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test1502.py
r15565 r15767 29 29 md.basalforcings.melting_rate= smb 30 30 31 md=solve(md, PrognosticSolutionEnum())31 md=solve(md,MasstransportSolutionEnum()) 32 32 33 33 for i in xrange(1,11): 34 md=solve(md, PrognosticSolutionEnum())35 md.surfaceforcings.mass_balance= md.surfaceforcings.mass_balance - ((md.results. PrognosticSolution.Thickness)-md.geometry.thickness)34 md=solve(md,MasstransportSolutionEnum()) 35 md.surfaceforcings.mass_balance= md.surfaceforcings.mass_balance - ((md.results.MasstransportSolution.Thickness)-md.geometry.thickness) 36 36 37 37 #Set up transient
Note:
See TracChangeset
for help on using the changeset viewer.