Changeset 24256 for issm/trunk-jpl/test/NightlyRun/test2010.py
- Timestamp:
- 10/18/19 06:52:19 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2010.py
r24214 r24256 21 21 22 22 md.slr.deltathickness = np.zeros((md.mesh.numberofelements, )) 23 pos = np.intersect1d(np.array(np.where(late < - 23 pos = np.intersect1d(np.array(np.where(late < -75)), np.array(np.where(longe > 0))) 24 24 #python does not include last element in array slices, (6:7) - > [5:7] 25 25 md.slr.deltathickness[pos[5:7]] = - 1 … … 110 110 #areas = GetAreasSphericalTria(md.mesh.elements, md.mesh.lat, md.mesh.long, rad_e) 111 111 #lat = late * pi / 180 lon = longe * pi / 180 112 #moi_xz = sum(- 113 #moi_yz = sum(- 112 #moi_xz = sum(-md.materials.rho_freshwater. * md.slr.deltathickness. * areas. * rad_e^2. * sin(lat). * cos(lat). * cos(lon)) 113 #moi_yz = sum(-md.materials.rho_freshwater. * md.slr.deltathickness. * areas. * rad_e^2. * sin(lat). * cos(lat). * sin(lon)) 114 114 # }}} 115 115
Note:
See TracChangeset
for help on using the changeset viewer.