You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extract_model/extract_model.py
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -281,9 +281,9 @@ def select(
281
281
* False: 2D array of points with 1 dimension the lons and the other dimension the lats.
282
282
* True: lons/lats as unstructured coordinate pairs (in xESMF language, LocStream).
283
283
locstreamT: boolean, optional
284
-
If False, interpolate in time dimension independently of horizontal points. If True, use advanced indexing/interpolation in xarray to interpolate times to each horizontal locstream point. If this is True, locstream must be True.
284
+
If False, interpolate in time dimension independently of horizontal points. If True, use advanced indexing/interpolation in xarray to interpolate times to each horizontal locstream point.
285
285
locstreamZ: boolean, optional
286
-
If False, interpolate in depth dimension independently of horizontal points. If True, use advanced indexing after depth interpolation select depths to match each horizontal locstream point. If this is True, locstream must be True and locstreamT must be True.
286
+
If False, interpolate in depth dimension independently of horizontal points. If True, use advanced indexing after depth interpolation select depths to match each horizontal locstream point.
287
287
new_dim : str
288
288
This is the name of the new dimension created if we are interpolating to a new set of points that are not a grid.
0 commit comments