Changeset 16154
- Timestamp:
- 09/17/13 14:49:18 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test270.py
r16146 r16154 17 17 md.materials.rheology_B=paterson(md.initialization.temperature) 18 18 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 19 md.materials. rheology_D=0.5*numpy.ones((md.mesh.numberofvertices,1))19 md.materials.damage_D=0.5*numpy.ones((md.mesh.numberofvertices,1)) 20 20 md=setflowequation(md,'SSA','all') 21 21 md.cluster=generic('name',oshostname(),'np',3) -
issm/trunk-jpl/test/NightlyRun/test272.py
r16146 r16154 17 17 md.materials.rheology_B=paterson(md.initialization.temperature) 18 18 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 19 md.materials. rheology_D=0.5*numpy.ones((md.mesh.numberofvertices,1))19 md.materials.damage_D=0.5*numpy.ones((md.mesh.numberofvertices,1)) 20 20 md=setflowequation(md,'SSA','all') 21 21 22 22 #control parameters 23 23 md.inversion.iscontrol=1 24 md.inversion.control_parameters=['Materials RheologyDbar']24 md.inversion.control_parameters=['MaterialsDamageDbar'] 25 25 md.inversion.min_parameters=10**-13*numpy.ones((md.mesh.numberofvertices,1)) 26 26 md.inversion.max_parameters=numpy.ones((md.mesh.numberofvertices,1)) … … 43 43 md.results.StressbalanceSolution.Gradient1,\ 44 44 md.results.StressbalanceSolution.J,\ 45 md.results.StressbalanceSolution.Materials RheologyDbar,\45 md.results.StressbalanceSolution.MaterialsDamageDbar,\ 46 46 md.results.StressbalanceSolution.Pressure,\ 47 47 md.results.StressbalanceSolution.Vel,\ -
issm/trunk-jpl/test/NightlyRun/test274.py
r16146 r16154 19 19 md.materials.rheology_B=paterson(md.initialization.temperature) 20 20 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 21 md.materials. rheology_D=0.5*numpy.ones((md.mesh.numberofvertices,1))21 md.materials.damage_D=0.5*numpy.ones((md.mesh.numberofvertices,1)) 22 22 md=setflowequation(md,'SSA','all') 23 23
Note:
See TracChangeset
for help on using the changeset viewer.