Changeset 15771 for issm/trunk-jpl/test/Par/ISMIPF.py
- Timestamp:
- 08/09/13 10:59:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/Par/ISMIPF.py
r15767 r15771 21 21 md.materials.rheology_law='None' 22 22 23 print " boundary conditions for diagnosticmodel"23 print " boundary conditions for stressbalance model" 24 24 #Create node on boundary first (because we cannot use mesh) 25 25 md=SetIceSheetBC(md) 26 md. diagnostic.spcvx=100.*numpy.ones((md.mesh.numberofvertices,1))26 md.stressbalance.spcvx=100.*numpy.ones((md.mesh.numberofvertices,1)) 27 27 md.initialization.vx=numpy.zeros((md.mesh.numberofvertices,1)) 28 28 md.initialization.vy=numpy.zeros((md.mesh.numberofvertices,1))
Note:
See TracChangeset
for help on using the changeset viewer.