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/test204.py

    r21060 r21759  
    11#Test Name: SquareShelfStressFS
    2 from MatlabFuncs import *
     2
    33from model import *
    4 from numpy import *
     4from socket import gethostname
     5import numpy as np
    56from triangle import *
    67from setmask import *
     
    1516md.extrude(3,2.)
    1617md=setflowequation(md,'FS','all')
    17 md.cluster=generic('name',oshostname(),'np',3)
    18 md.stressbalance.shelf_dampening=1;
    19 md.timestepping.time_step=0;
     18md.cluster=generic('name',gethostname(),'np',3)
     19md.stressbalance.shelf_dampening=1
     20md.timestepping.time_step=0
    2021md1=solve(md,'Stressbalance')
    21 md.stressbalance.shelf_dampening=0;
     22md.stressbalance.shelf_dampening=0
    2223md=solve(md,'Stressbalance')
    2324
Note: See TracChangeset for help on using the changeset viewer.