Changeset 27369
- Timestamp:
- 11/09/22 15:13:05 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/coordsystems/gmtmask.m
r27201 r27369 36 36 37 37 %figure out which vertices are on the ocean, which one on the continent: 38 [status,result] = system(['gmt select ./' filename_all ' -h0 -Df -R0/360/-90/90 38 [status,result] = system(['gmt select ./' filename_all ' -h0 -Df -R0/360/-90/90 -A0 -JQ180/200 -Nk/s/s/k/s > ./' filename_oce]); 39 39 if status~=0, 40 40 error(result);
Note:
See TracChangeset
for help on using the changeset viewer.