Changeset 15554
- Timestamp:
- 07/23/13 09:38:35 (12 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test509.py
r13967 r15554 15 15 md.cluster=generic('name',oshostname(),'np',3) 16 16 md.timestepping.time_step=0. 17 md.thermal.penalty_threshold=7 17 18 md=solve(md,SteadystateSolutionEnum()) 18 19 -
issm/trunk-jpl/test/Par/Pig.py
r14102 r15554 58 58 #Boundary conditions: 59 59 md=SetMarineIceSheetBC(md) 60 md.diagnostic.icefront[:,-1]=1 60 61 61 62 #Change name so that no test have the same name 62 63 if 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.