Changeset 22268
- Timestamp:
- 11/18/17 15:22:28 (7 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test293.py
r22267 r22268 21 21 md.geometry.bed = min(md.geometry.base) * np.ones(md.mesh.numberofvertices,) 22 22 md.transient.requested_outputs = ['default','BasalforcingsFloatingiceMeltingRate'] 23 print md.constants.yts24 23 25 24 md = solve(md,'Transient') -
issm/trunk-jpl/test/NightlyRun/test701.py
r22267 r22268 13 13 14 14 md = bamgflowband(model(),x,b+h,b,'hmax',80.) 15 print md.mesh.numberofvertices16 15 17 16 #Geometry #interp1d returns a function to be called on md.mesh.x
Note:
See TracChangeset
for help on using the changeset viewer.