Changeset 16560 for issm/trunk/test/Par/ISMIPF.py
- Timestamp:
- 10/28/13 14:43:03 (11 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 16138-16453,16455-16554
- Property svn:mergeinfo changed
-
issm/trunk/test
- Property svn:mergeinfo changed
-
issm/trunk/test/Par/ISMIPF.py
r16137 r16560 1 1 import numpy 2 from SetIceSheetBC import *2 from SetIceSheetBC import SetIceSheetBC 3 3 4 4 #Ok, start defining model parameters here … … 20 20 md.materials.rheology_n=1.*numpy.ones((md.mesh.numberofelements,1)) 21 21 md.materials.rheology_law='None' 22 23 #Damage 24 md.damage.D=numpy.zeros((md.mesh.numberofvertices,1)) 22 25 23 26 print " boundary conditions for stressbalance model"
Note:
See TracChangeset
for help on using the changeset viewer.