Changeset 24582


Ignore:
Timestamp:
02/25/20 16:26:33 (5 years ago)
Author:
Mathieu Morlighem
Message:

BUG: no more time

File:
1 edited

Legend:

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

    r24579 r24582  
    2323
    2424
    25 md.smb.monthlytemperatures = np.empty((md.mesh.numberofvertices + 1, 12))
    26 md.smb.precipitation = np.empty((md.mesh.numberofvertices + 1, 12))
     25md.smb.monthlytemperatures = np.empty((md.mesh.numberofvertices, 12))
     26md.smb.precipitation = np.empty((md.mesh.numberofvertices, 12))
    2727temp_ma_present = -10. * np.ones((md.mesh.numberofvertices, )) - md.smb.rlaps * md.geometry.surface / 1000.
    2828temp_mj_present = 10. * np.ones((md.mesh.numberofvertices, )) - md.smb.rlaps * md.geometry.surface / 1000.
Note: See TracChangeset for help on using the changeset viewer.