Changeset 27368
- Timestamp:
- 11/09/22 14:50:52 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/coordsystems/gmtmask.py
r27201 r27368 45 45 46 46 #figure out which vertices are on the ocean, which one on the continent: 47 subprocess.call('gmt select ./ 47 subprocess.call('gmt select ./all_vertices.txt -h0 -Df -R0/360/-90/90 -A0 -JQ180/200 -Nk/s/s/k/s > ./oce_vertices.txt', shell=True) 48 48 49 49 #read the con_vertices.txt file and flag our mesh vertices on the continent
Note:
See TracChangeset
for help on using the changeset viewer.