parcels icon indicating copy to clipboard operation
parcels copied to clipboard

Support sampling one Field in a SummedField list in JIT mode

Open erikvansebille opened this issue 5 years ago • 0 comments

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

erikvansebille avatar May 01 '19 14:05 erikvansebille