├── bgcfunctions.jl # contains all the biogeochemistry functions and derivatives
├── costfunctions.jl # contains all the cost functions and derivatives
├── testfunctions.jl # tests bgc and cost functions and derivatives
└── paper_figures.jl
And paper_figures.jl would contain code for each figure.
The repo now contains
While it should be more like
And
paper_figures.jl
would contain code for each figure.