Changeset 16154


Ignore:
Timestamp:
09/17/13 14:49:18 (12 years ago)
Author:
cborstad
Message:

BUG: missed a couple changes to python tests

Location:
issm/trunk-jpl/test/NightlyRun
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test270.py

    r16146 r16154  
    1717md.materials.rheology_B=paterson(md.initialization.temperature)
    1818md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1))
    19 md.materials.rheology_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
     19md.materials.damage_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
    2020md=setflowequation(md,'SSA','all')
    2121md.cluster=generic('name',oshostname(),'np',3)
  • issm/trunk-jpl/test/NightlyRun/test272.py

    r16146 r16154  
    1717md.materials.rheology_B=paterson(md.initialization.temperature)
    1818md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1))
    19 md.materials.rheology_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
     19md.materials.damage_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
    2020md=setflowequation(md,'SSA','all')
    2121
    2222#control parameters
    2323md.inversion.iscontrol=1
    24 md.inversion.control_parameters=['MaterialsRheologyDbar']
     24md.inversion.control_parameters=['MaterialsDamageDbar']
    2525md.inversion.min_parameters=10**-13*numpy.ones((md.mesh.numberofvertices,1))
    2626md.inversion.max_parameters=numpy.ones((md.mesh.numberofvertices,1))
     
    4343   md.results.StressbalanceSolution.Gradient1,\
    4444   md.results.StressbalanceSolution.J,\
    45    md.results.StressbalanceSolution.MaterialsRheologyDbar,\
     45   md.results.StressbalanceSolution.MaterialsDamageDbar,\
    4646   md.results.StressbalanceSolution.Pressure,\
    4747   md.results.StressbalanceSolution.Vel,\
  • issm/trunk-jpl/test/NightlyRun/test274.py

    r16146 r16154  
    1919md.materials.rheology_B=paterson(md.initialization.temperature)
    2020md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1))
    21 md.materials.rheology_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
     21md.materials.damage_D=0.5*numpy.ones((md.mesh.numberofvertices,1))
    2222md=setflowequation(md,'SSA','all')
    2323
Note: See TracChangeset for help on using the changeset viewer.