source:
issm/oecreview/Archive/23390-24306/ISSM-23785-23786.diff
Last change on this file was 24307, checked in by , 5 years ago | |
---|---|
File size: 691 bytes |
-
../trunk-jpl/test/NightlyRun/test2085.py
25 25 md.materials.viscosity = np.array([0,0,2.0000e+00,1.0000e+00,1.0000e+00,1.0000e+25]).reshape(-1,1)*1e21 26 26 md.materials.lame_lambda = np.array(md.materials.lame_mu)*0+5e14 27 27 md.materials.issolid = np.array([1,0,1,1,1,1]).reshape(-1,1) 28 md.materials.isburgers = np.zeros((md.materials.numlayers ,))28 md.materials.isburgers = np.zeros((md.materials.numlayers)).reshape(-1,1) 29 29 30 30 md.love.love_kernels = 1 31 31 md.love.allow_layer_deletion = 1
Note:
See TracBrowser
for help on using the repository browser.