Changeset 23022
- Timestamp:
- 07/27/18 14:57:47 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2003.py
r22986 r23022 57 57 md.mask.groundedice_levelset = -np.ones((md.mesh.numberofvertices,)) 58 58 59 #make sure that the elements that have loads are fully grounded: 60 pos=np.where(md.slr.deltathickness); 61 md.mask.groundedice_levelset[md.mesh.elements[pos,:]]=1; 62 59 63 #make sure wherever there is an ice load, that the mask is set to ice: 60 64 pos = np.where(md.slr.deltathickness)
Note:
See TracChangeset
for help on using the changeset viewer.