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
When constructing a SummedField (e.g. fieldset.U, as in the jupyter tutorial), in Scipy we can sample the second in the list of Fields explicitly through FieldSet.U[1][time, depth, lat, lon].
However, in JIT that doesn't work
The text was updated successfully, but these errors were encountered:
When constructing a
SummedField
(e.g.fieldset.U
, as in the jupyter tutorial), in Scipy we can sample the second in the list of Fields explicitly throughFieldSet.U[1][time, depth, lat, lon]
.However, in JIT that doesn't work
The text was updated successfully, but these errors were encountered: