Ignore:
Timestamp:
06/07/17 10:50:54 (8 years ago)
Author:
Eric.Larour
Message:

CHG: merged branch back to trunk-jpl 21754.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/test/NightlyRun/test106.py

    r21060 r21759  
    11#Test Name: SquareShelfConstrainedMasstransp2dDG
    22from model import *
     3from socket import gethostname
    34from triangle import *
    45from meshconvert import *
     
    78from setflowequation import *
    89from solve import *
    9 from MatlabFuncs import *
     10
    1011
    1112md=triangle(model(),'../Exp/Square.exp',150000)
     
    1415md=parameterize(md,'../Par/SquareShelfConstrained.py')
    1516md=setflowequation(md,'SSA','all')
    16 md.cluster=generic('name',oshostname(),'np',3)
     17md.cluster=generic('name',gethostname(),'np',3)
    1718md.masstransport.stabilization=3
    1819md.masstransport.spcthickness=md.geometry.thickness
Note: See TracChangeset for help on using the changeset viewer.