Changeset 18113


Ignore:
Timestamp:
06/05/14 15:11:21 (11 years ago)
Author:
seroussi
Message:

BUG: forgot to update ValleyGlacier par file in python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/Par/ValleyGlacierShelf.py

    r17769 r18113  
    5757#Surface mass balance and basal melting
    5858md.surfaceforcings.mass_balance=0.3*numpy.ones((md.mesh.numberofvertices,1))
    59 md.basalforcings.melting_rate=md.surfaceforcings.mass_balance
     59md.basalforcings.groundedice_melting_rate=md.surfaceforcings.mass_balance
     60md.basalforcings.floatingice_melting_rate=md.surfaceforcings.mass_balance
    6061
    6162#Friction
Note: See TracChangeset for help on using the changeset viewer.