Changeset 24590
- Timestamp:
- 02/26/20 09:34:53 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test236.py
r24588 r24590 46 46 47 47 # creating precipitation 48 md.smb.precipitations_presentday = np.zeros((md.mesh.numberofvertices + 1, 12))49 md.smb.precipitations_lgm = np.zeros((md.mesh.numberofvertices + 1, 12))48 md.smb.precipitations_presentday = np.zeros((md.mesh.numberofvertices, 12)) 49 md.smb.precipitations_lgm = np.zeros((md.mesh.numberofvertices, 12)) 50 50 for imonth in range(0, 12): 51 51 md.smb.precipitations_presentday[0:md.mesh.numberofvertices, imonth] = -0.4 * 10**(-6) * md.mesh.y + 0.5
Note:
See TracChangeset
for help on using the changeset viewer.