Ignore:
Timestamp:
10/11/19 00:27:00 (5 years ago)
Author:
bdef
Message:

CHG: syntax cahnge to meet most of Pep8 requirement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test344.py

    r23793 r24214  
    2121md = setflowequation(md, 'HO', 'all')
    2222md.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,))
     23md.smb.ela = 1500. * np.ones((md.mesh.numberofvertices + 1, ))
     24md.smb.b_pos = 0.002 * np.ones((md.mesh.numberofvertices + 1, ))
     25md.smb.b_neg = 0.005 * np.ones((md.mesh.numberofvertices + 1, ))
     26md.smb.b_max = 4. * (md.materials.rho_freshwater / md.materials.rho_ice) * np.ones((md.mesh.numberofvertices + 1, ))
     27md.smb.b_min = - 4. * (md.materials.rho_freshwater / md.materials.rho_ice) * np.ones((md.mesh.numberofvertices + 1, ))
    2828
    2929
Note: See TracChangeset for help on using the changeset viewer.