source:
issm/oecreview/Archive/18296-19100/ISSM-18761-18762.diff@
19102
Last change on this file since 19102 was 19102, checked in by , 10 years ago | |
---|---|
File size: 1.6 KB |
-
../trunk-jpl/test/Par/ValleyGlacierShelf.py
81 81 md.stressbalance.abstol=float('nan') 82 82 83 83 #Masstransport 84 md. masstransport.calvingrate=0.*numpy.ones((md.mesh.numberofvertices,1))84 md.calving.calvingrate=0.*numpy.ones((md.mesh.numberofvertices,1)) 85 85 md.masstransport.stabilization=1. 86 86 87 87 #Numerical parameters -
../trunk-jpl/test/NightlyRun/test804.py
21 21 md.transient.isthermal=False 22 22 md.transient.isgroundingline=True 23 23 md.transient.isgia=False 24 md.transient.iscalving=True; 24 25 25 md. masstransport.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1))26 md.calving.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1)) 26 27 27 28 md=solve(md,TransientSolutionEnum()) 28 29 -
../trunk-jpl/test/NightlyRun/test805.py
28 28 md.transient.isthermal=True 29 29 md.transient.isgroundingline=True 30 30 md.transient.isgia=False 31 md.transient.iscalving=True; 31 32 32 md. masstransport.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1))33 md.calving.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1)) 33 34 34 35 md=solve(md,TransientSolutionEnum()) 35 36
Note:
See TracBrowser
for help on using the repository browser.