Changeset 17452


Ignore:
Timestamp:
03/17/14 16:21:43 (11 years ago)
Author:
jbondzio
Message:

ADD: Levelset NR 803: ValleyGlacierLevelsetEnthalpyHO3d

Location:
issm/trunk-jpl/test
Files:
2 added
2 edited

Legend:

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

    r17451 r17452  
    173173        611  : '79NorthCMBalThic2dCG',
    174174        613  : '79NorthCMBalThicVxVy',
    175         801      : 'ValleyGlacierLevelsetSSA2d',       
    176         802      : 'ValleyGlacierLevelsetThermalSSA3d',
     175        801  : 'ValleyGlacierLevelsetSSA2d',   
     176        802  : 'ValleyGlacierLevelsetThermalSSA3d',     
     177        803  : 'ValleyGlacierLevelsetEnthalpyHO3d',     
    177178        1101 : 'ISMIPAHO',
    178179        1102 : 'ISMIPAFS',
  • issm/trunk-jpl/test/Par/ValleyGlacierShelf.py

    r17451 r17452  
    4343#Materials
    4444md.initialization.temperature=(273.15-5.)*numpy.ones((md.mesh.numberofvertices,1))
     45md.initialization.waterfraction=numpy.zeros((md.mesh.numberofvertices,1))
     46md.initialization.watercolumn=numpy.zeros((md.mesh.numberofvertices,1))
    4547md.materials.rheology_B=paterson(md.initialization.temperature)
    4648md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1))
Note: See TracChangeset for help on using the changeset viewer.