Changeset 17601


Ignore:
Timestamp:
03/28/14 20:07:44 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed initial temperatures

File:
1 edited

Legend:

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

    r17555 r17601  
    4545md.thermal.spctemperature=numpy.vstack((md.thermal.spctemperature,itemp.reshape(1,-1)))
    4646
    47 md.initialization.temperature=md.surfaceforcings.temperatures_lgm[0:md.mesh.numberofvertices,0]    #*ones(md.mesh.numberofvertices,1)
     47md.initialization.temperature=md.surfaceforcings.temperatures_lgm[0:md.mesh.numberofvertices,0].reshape(-1,1)   #*ones(md.mesh.numberofvertices,1)
    4848
    4949# creating precipitation
Note: See TracChangeset for help on using the changeset viewer.