Changeset 18068 for issm/trunk-jpl/test/Par/SquareSheetShelf.py
- Timestamp:
- 05/28/14 16:26:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/Par/SquareSheetShelf.py
r17769 r18068 45 45 #Accumulation and melting 46 46 md.surfaceforcings.mass_balance=10.*numpy.ones((md.mesh.numberofvertices,1)) 47 md.basalforcings.melting_rate=5.*numpy.ones((md.mesh.numberofvertices,1)) 47 md.basalforcings.groundedice_melting_rate=5.*numpy.ones((md.mesh.numberofvertices,1)) 48 md.basalforcings.floatingice_melting_rate=5.*numpy.ones((md.mesh.numberofvertices,1)) 48 49 49 50 #Friction
Note:
See TracChangeset
for help on using the changeset viewer.