Ignore:
Timestamp:
05/28/14 16:26:33 (11 years ago)
Author:
seroussi
Message:

NEW: reorganizing basal melting

File:
1 edited

Legend:

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

    r17769 r18068  
    4545#Accumulation and melting
    4646md.surfaceforcings.mass_balance=10.*numpy.ones((md.mesh.numberofvertices,1))
    47 md.basalforcings.melting_rate=5.*numpy.ones((md.mesh.numberofvertices,1))
     47md.basalforcings.groundedice_melting_rate=5.*numpy.ones((md.mesh.numberofvertices,1))
     48md.basalforcings.floatingice_melting_rate=5.*numpy.ones((md.mesh.numberofvertices,1))
    4849
    4950#Friction
Note: See TracChangeset for help on using the changeset viewer.