Benoît Pasquier
Benoît Pasquier
In the river tutorial, if I change the first solution plot to ```julia cmap = :RdYlBu_4 plothorizontalslice(s, grd, zunit=u"μmol/m^3", depth=0, color=cmap, clim=(-1,1)) ``` I get to see numerical noise at...
It would be great to be able to coarse-grain any given matrix to allow for quick testing. Not sure how to do this easily. In particular, making this generic might...
Specifically, refactor these to allow the user to provide `transpose(o) * W * o` instead of recalculating it every time: https://github.com/JuliaOcean/AIBECS.jl/blob/960ecad9699456b48c6b79b83adb28af2a518022/src/multiTracer.jl#L321-L355
It might be beneficial performance-wise to memoize some functions with a single memory cache when running optimizations, especially if I can keep a lot in memory :) [Memoize.jl](https://github.com/JuliaCollections/Memoize.jl) seems to...
This tutorial needs a few improvements - [ ] Add a plot of the original-data sources and the mouth-location nearest-neghbor interpolation. - [ ] Chose a better colormap - [...
Leveraging MakieLayout, Makie seems posed to become the default plotting package for publication quality figures, so it would be great to add some Makie plot recipes, add tests, and some...
Let's try to add some diagnostic functionality to AIBECS that generalizes the work done in *Pasquier and Holzer*, 2018. --- ### Preliminary notes Let's start from the generic equation (∂ₜ...
A worthy successor to the AWESOME OCIM (AO) should include all the functionality of the AO. I try to reuse the AO nomenclature for reference, and will update with AIBECS...