parcels
parcels copied to clipboard
Support sampling one Field in a SummedField list in JIT mode
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