Changeset 2612 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 18, 2019, 3:13:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/geometry_tools.py
r2611 r2612 750 750 Npts = len(rmpolygon) 751 751 cutpolygon = np.array(rmpolygon) 752 752 cutpolygon = rm_consecpt_polygon(cutpolygon) 753 753 cutpolygon = ma.masked_equal(cutpolygon, gen.fillValueF) 754 754 … … 1229 1229 1230 1230 cutpolygons = np.array(cutpolygons) 1231 cutpolygons = rm_consecpt_polygon(cutpolygons) 1231 1232 cutpolygons = ma.masked_equal(cutpolygons, gen.fillValueF) 1232 1233
Note: See TracChangeset
for help on using the changeset viewer.