Changeset 15614 for issm/trunk-jpl/test/NightlyRun/test217.py
- Timestamp:
- 07/25/13 11:22:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test217.py
r15565 r15614 66 66 pos=numpy.nonzero(md.mesh.y==ymax) 67 67 nodeonicefront[pos]=1 68 pos=numpy.nonzero(numpy.logical_or(nodeonicefront[md.mesh.segments[:,0].astype(int)-1],nodeonicefront[md.mesh.segments[:,1].astype(int)-1]))[0] 69 diagnostic.icefront=md.mesh.segments[pos,:] 70 diagnostic.icefront=numpy.hstack((diagnostic.icefront,1.*md.mask.elementonfloatingice[diagnostic.icefront[:,-1].astype(int)-1].reshape(-1,1))) 71 md.diagnostic.icefront=diagnostic.icefront 68 md.mask.icelevelset=1-nodeonicefront 72 69 73 70 md=solve(md,DiagnosticSolutionEnum())
Note:
See TracChangeset
for help on using the changeset viewer.