Question Description
In this assignment we are going to construct a model to simulate soil carbon dynamics. Your task here is to:
- Solve a given ODE for describing the change of soil carbon stock and generate a function to describe the respired carbon dioxide.
- Implement these equations in R using the analytical solution and numerical solver.
- Simulate and check the answers to make sure they are ‘close’.
- Develop a sampling schedule for the respired carbon dioxide over time.
Download this markdown function to start your assignment: 07_solvers.Rmd. The assignment needs to be completed in the completed markdown and associated compiled html file and project files as a zip upon completion.