Changeset 2835 in lmdz_wrf for trunk/tools
- Timestamp:
- May 1, 2020, 8:56:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r2813 r2835 15356 15356 distlat = np.abs(latv - latvalue) 15357 15357 15358 mindi fflon = np.min(distlon)15359 mindi fflat = np.min(distlat)15358 mindistlon = np.min(distlon) 15359 mindistlat = np.min(distlat) 15360 15360 ix = index_vec(distlon, mindistlon) 15361 15361 iy = index_vec(distlat, mindistlat)
Note: See TracChangeset
for help on using the changeset viewer.