Ignore:
Timestamp:
04/18/14 09:46:20 (11 years ago)
Author:
cborstad
Message:

BUG: forgot to set isdamage=0 in par files

File:
1 edited

Legend:

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

    r17762 r17767  
    2323md.materials.rheology_B=6.81*10**7*numpy.ones((md.mesh.numberofvertices,1))    #to have the same B as the analytical solution
    2424md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1))
     25
     26#Damage
     27md.damage.isdamage=0
    2528
    2629print "      creating surface mass balance"
Note: See TracChangeset for help on using the changeset viewer.