briochemc / FastBGCParameterOptimization

Code for producing figures for my next paper on the fast BGC parameter optimization using Dual Numbers.
MIT License
0 stars 0 forks source link

Partition the julia code properly #6

Open briochemc opened 6 years ago

briochemc commented 6 years ago

The repo now contains

├── biogeochemicalParameters.jl
├── biogeochemistry.jl
├── buildThreeBoxModelCirculation.jl
├── global3dModel.jl
└── threeBoxModel.jl

While it should be more like

├── 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.

briochemc commented 6 years ago

Getting there slowly but surely!