Changeset 18987


Ignore:
Timestamp:
01/06/15 09:24:27 (10 years ago)
Author:
Mathieu Morlighem
Message:

BUG: final fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test237.py

    r18984 r18987  
    5050# creating precipitation
    5151md.surfaceforcings.precipitations_presentday=numpy.zeros((md.mesh.numberofvertices+1,12))
     52md.surfaceforcings.precipitations_lgm=numpy.zeros((md.mesh.numberofvertices+1,12))
    5253for imonth in xrange(0,12):
    5354    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.