Changeset 18783
- Timestamp:
- 11/14/14 14:19:01 (10 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test806.py
r18782 r18783 37 37 38 38 md.calving=calvinglevermann(); 39 md.calving.coeff=4.89e13*numpy.ones( md.mesh.numberofvertices,1);39 md.calving.coeff=4.89e13*numpy.ones((md.mesh.numberofvertices,1)); 40 40 41 41 md.transient.requested_outputs={'default','StrainRateparallel','StrainRateperpendicular','Calvingratex','Calvingratey','CalvingCalvingrate'}
Note:
See TracChangeset
for help on using the changeset viewer.