Changeset 24214 for issm/trunk-jpl/test/NightlyRun/test344.py
- Timestamp:
- 10/11/19 00:27:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test344.py
r23793 r24214 21 21 md = setflowequation(md, 'HO', 'all') 22 22 md.smb = SMBgradientsela() 23 md.smb.ela = 1500. * np.ones((md.mesh.numberofvertices + 1, ))24 md.smb.b_pos = 0.002 * np.ones((md.mesh.numberofvertices + 1, ))25 md.smb.b_neg = 0.005 * np.ones((md.mesh.numberofvertices + 1, ))26 md.smb.b_max = 4. * (md.materials.rho_freshwater / md.materials.rho_ice) * np.ones((md.mesh.numberofvertices + 1, ))27 md.smb.b_min = - 4. * (md.materials.rho_freshwater / md.materials.rho_ice) * np.ones((md.mesh.numberofvertices + 1,))23 md.smb.ela = 1500. * np.ones((md.mesh.numberofvertices + 1, )) 24 md.smb.b_pos = 0.002 * np.ones((md.mesh.numberofvertices + 1, )) 25 md.smb.b_neg = 0.005 * np.ones((md.mesh.numberofvertices + 1, )) 26 md.smb.b_max = 4. * (md.materials.rho_freshwater / md.materials.rho_ice) * np.ones((md.mesh.numberofvertices + 1, )) 27 md.smb.b_min = - 4. * (md.materials.rho_freshwater / md.materials.rho_ice) * np.ones((md.mesh.numberofvertices + 1, )) 28 28 29 29
Note:
See TracChangeset
for help on using the changeset viewer.