Changeset 15554


Ignore:
Timestamp:
07/23/13 09:38:35 (12 years ago)
Author:
seroussi
Message:

CHG: changed Pig test for python

Location:
issm/trunk-jpl/test
Files:
2 edited

Legend:

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

    r13967 r15554  
    1515md.cluster=generic('name',oshostname(),'np',3)
    1616md.timestepping.time_step=0.
     17md.thermal.penalty_threshold=7
    1718md=solve(md,SteadystateSolutionEnum())
    1819
  • issm/trunk-jpl/test/Par/Pig.py

    r14102 r15554  
    5858#Boundary conditions:
    5959md=SetMarineIceSheetBC(md)
     60md.diagnostic.icefront[:,-1]=1
    6061
    6162#Change name so that no test have the same name
    6263if len(inspect.stack()) > 2:
    63         md.miscellaneous.name = os.path.basename(inspect.stack()[2][1]).split('.')[0]
     64        md.miscellaneous.name = ospath.basename(inspect.stack()[2][1]).split('.')[0]
Note: See TracChangeset for help on using the changeset viewer.