Changeset 17451
- Timestamp:
- 03/17/14 16:06:55 (11 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/IdToName.py
r17447 r17451 174 174 613 : '79NorthCMBalThicVxVy', 175 175 801 : 'ValleyGlacierLevelsetSSA2d', 176 802 : 'ValleyGlacierLevelsetThermalSSA3d', 176 177 1101 : 'ISMIPAHO', 177 178 1102 : 'ISMIPAFS', -
issm/trunk-jpl/test/NightlyRun/test801.py
r17448 r17451 13 13 md=parameterize(md,'../Par/ValleyGlacierShelf.py') 14 14 md=setflowequation(md,'SSA','all') 15 md.cluster=generic('name',oshostname(),'np', 1)15 md.cluster=generic('name',oshostname(),'np',3) 16 16 17 17 #Transient -
issm/trunk-jpl/test/Par/ValleyGlacierShelf.py
r17448 r17451 45 45 md.materials.rheology_B=paterson(md.initialization.temperature) 46 46 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 47 48 #Thermal 49 md.thermal.isenthalpy=False 50 md.thermal.spctemperature=float('nan')*numpy.ones((md.mesh.numberofvertices,1)) 47 51 48 52 #Groundingline
Note:
See TracChangeset
for help on using the changeset viewer.