Benoît Pasquier
Benoît Pasquier
https://doi.org/10.3334/CDIAC/otg.CO2SYS_MATLAB_v1.1 is not working.
The link to http://cdiac.ornl.gov/oceans/co2rprt.html in the ReadMe is broken.
This PR is a follow-up from [CO2SYS-MATLAB PR #7](https://github.com/jamesorr/CO2SYS-MATLAB/pull/7/files). It computes the exact slope used in the Newton solver for determining pH from TA. This PR also includes some extra...
(This is a great little utility BTW, so thanks for it!) I think it would be nice to be able to do something like ```bash bash literate_run_nbconvert.sh demo/ODEIntroduction.ipynb another_output_folder ```...
Not sure how to title this issue, but I think it would be nice if one could use different interpolation schemes between colors. I'm bringing up this issue following https://github.com/JuliaGraphics/ColorSchemes.jl/issues/60,...
See https://github.com/rafaqz/ModelParameters.jl/issues/8#issuecomment-727173600 for reference. Maybe try by building a small example AIBECS model manually and go from there.
Some of the plots in the docs that have two maps concatenated in the same plot object have disproportionately large subplot frames/bboxes. Probably just setting `size` in the last plot...
I'm unsure at this stage but it seems to me that I should revisit the transport operator function to accommodate for the OCCA matrix because its cell volumes already account...
I think in the long run it will be good to somehow merge the solving functionality of this package (the solver(s) in particular) with the well maintained packages of DifferentialEquations...