MindTheGap-ERC / CarboKitten.jl

Julia implementation of carbonate platform model
https://mindthegap-erc.github.io/CarboKitten.jl/
GNU General Public License v3.0
0 stars 0 forks source link

Make the CA part of the State variable #40

Closed xyl96 closed 3 weeks ago

xyl96 commented 4 weeks ago

Not just the production, but also denudation is dependent on the CA state. We need a mechanism to share this state across different model parts. Proposal:

Make CA part of the state (ie state.ca is an array containing facies map). This will also enable environment dependent CA behaviour later on.