source: issm/oecreview/Archive/18296-19100/ISSM-18761-18762.diff@ 19102

Last change on this file since 19102 was 19102, checked in by Mathieu Morlighem, 10 years ago

NEW: added 18296-19100

File size: 1.6 KB
  • ../trunk-jpl/test/Par/ValleyGlacierShelf.py

     
    8181md.stressbalance.abstol=float('nan')
    8282
    8383#Masstransport
    84 md.masstransport.calvingrate=0.*numpy.ones((md.mesh.numberofvertices,1))
     84md.calving.calvingrate=0.*numpy.ones((md.mesh.numberofvertices,1))
    8585md.masstransport.stabilization=1.
    8686
    8787#Numerical parameters
  • ../trunk-jpl/test/NightlyRun/test804.py

     
    2121md.transient.isthermal=False
    2222md.transient.isgroundingline=True
    2323md.transient.isgia=False
     24md.transient.iscalving=True;
    2425
    25 md.masstransport.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1))
     26md.calving.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1))
    2627
    2728md=solve(md,TransientSolutionEnum())
    2829
  • ../trunk-jpl/test/NightlyRun/test805.py

     
    2828md.transient.isthermal=True
    2929md.transient.isgroundingline=True
    3030md.transient.isgia=False
     31md.transient.iscalving=True;
    3132
    32 md.masstransport.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1))
     33md.calving.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1))
    3334
    3435md=solve(md,TransientSolutionEnum())
    3536
Note: See TracBrowser for help on using the repository browser.