source: issm/oecreview/Archive/23390-24306/ISSM-23785-23786.diff

Last change on this file was 24307, checked in by Mathieu Morlighem, 5 years ago

NEW: adding Archive/23390-24306

File size: 691 bytes
  • ../trunk-jpl/test/NightlyRun/test2085.py

     
    2525md.materials.viscosity = np.array([0,0,2.0000e+00,1.0000e+00,1.0000e+00,1.0000e+25]).reshape(-1,1)*1e21
    2626md.materials.lame_lambda = np.array(md.materials.lame_mu)*0+5e14
    2727md.materials.issolid = np.array([1,0,1,1,1,1]).reshape(-1,1)
    28 md.materials.isburgers = np.zeros((md.materials.numlayers,))
     28md.materials.isburgers = np.zeros((md.materials.numlayers)).reshape(-1,1)
    2929
    3030md.love.love_kernels = 1
    3131md.love.allow_layer_deletion = 1
Note: See TracBrowser for help on using the repository browser.