Changeset 18987
- Timestamp:
- 01/06/15 09:24:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test237.py
r18984 r18987 50 50 # creating precipitation 51 51 md.surfaceforcings.precipitations_presentday=numpy.zeros((md.mesh.numberofvertices+1,12)) 52 md.surfaceforcings.precipitations_lgm=numpy.zeros((md.mesh.numberofvertices+1,12)) 52 53 for imonth in xrange(0,12): 53 54 md.surfaceforcings.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.