Changeset 23040
- Timestamp:
- 08/01/18 16:51:38 (7 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2002.py
r23039 r23040 78 78 79 79 #New stuff 80 md.slr.spcthickness = np.nan ((md.mesh.numberofvertices,));80 md.slr.spcthickness = np.nan*np.ones((md.mesh.numberofvertices,)); 81 81 md.slr.Ngia = np.zeros((md.mesh.numberofvertices,)) 82 82 md.slr.Ugia = np.zeros((md.mesh.numberofvertices,)) -
issm/trunk-jpl/test/NightlyRun/test2003.py
r23039 r23040 82 82 83 83 #New stuff 84 md.slr.spcthickness = np.nan ((md.mesh.numberofvertices,));84 md.slr.spcthickness = np.nan*np.ones((md.mesh.numberofvertices,)); 85 85 md.slr.Ngia = np.zeros((md.mesh.numberofvertices,)) 86 86 md.slr.Ugia = np.zeros((md.mesh.numberofvertices,)) -
issm/trunk-jpl/test/NightlyRun/test2010.py
r23039 r23040 87 87 88 88 #New stuff 89 md.slr.spcthickness = np.nan ((md.mesh.numberofvertices,));89 md.slr.spcthickness = np.nan*np.ones((md.mesh.numberofvertices,)); 90 90 md.slr.Ngia = np.zeros((md.mesh.numberofvertices,)) 91 91 md.slr.Ugia = np.zeros((md.mesh.numberofvertices,))
Note:
See TracChangeset
for help on using the changeset viewer.