Changeset 22358


Ignore:
Timestamp:
01/16/18 07:02:51 (7 years ago)
Author:
adhikari
Message:

CHG: correct load location

File:
1 edited

Legend:

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

    r22350 r22358  
    2020index = md.mesh.elements
    2121x_element = np.mean(md.mesh.x[index - 1], 1) - 1.0e6
    22 y_element = np.mean(md.mesh.y[index - 1], 1) - 1.0e6
     22y_element = np.mean(md.mesh.y[index - 1], 1) + 1.0e6
    2323rad_dist = np.sqrt(x_element**2 + y_element**2) / 1000  # radial distance in km
    2424md.esa.deltathickness[np.where(rad_dist <= disc_radius)] = -1   # 1 m water withdrawl
Note: See TracChangeset for help on using the changeset viewer.