Changeset 17452
- Timestamp:
- 03/17/14 16:21:43 (11 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/IdToName.py
r17451 r17452 173 173 611 : '79NorthCMBalThic2dCG', 174 174 613 : '79NorthCMBalThicVxVy', 175 801 : 'ValleyGlacierLevelsetSSA2d', 176 802 : 'ValleyGlacierLevelsetThermalSSA3d', 175 801 : 'ValleyGlacierLevelsetSSA2d', 176 802 : 'ValleyGlacierLevelsetThermalSSA3d', 177 803 : 'ValleyGlacierLevelsetEnthalpyHO3d', 177 178 1101 : 'ISMIPAHO', 178 179 1102 : 'ISMIPAFS', -
issm/trunk-jpl/test/Par/ValleyGlacierShelf.py
r17451 r17452 43 43 #Materials 44 44 md.initialization.temperature=(273.15-5.)*numpy.ones((md.mesh.numberofvertices,1)) 45 md.initialization.waterfraction=numpy.zeros((md.mesh.numberofvertices,1)) 46 md.initialization.watercolumn=numpy.zeros((md.mesh.numberofvertices,1)) 45 47 md.materials.rheology_B=paterson(md.initialization.temperature) 46 48 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1))
Note:
See TracChangeset
for help on using the changeset viewer.