Changeset 24590


Ignore:
Timestamp:
02/26/20 09:34:53 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing test236.py

File:
1 edited

Legend:

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

    r24588 r24590  
    4646
    4747# 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))
     48md.smb.precipitations_presentday = np.zeros((md.mesh.numberofvertices, 12))
     49md.smb.precipitations_lgm = np.zeros((md.mesh.numberofvertices, 12))
    5050for imonth in range(0, 12):
    5151    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.