Conversation
|
@nanophyto, I simplified the example to include only a 4 phyto, 4 zoo example. I also added description about the allometric relationships and the trait-based approach. Things to do still:
|
|
@nanophyto, looking into https://vscode.dev/github/agate-model/Agate.jl/blob/size_struct_example/src/Constructors/NPZD_size_structured.jl, phytoplankton max growth rate is defined only as a reduction of growth with size. However, the allometry suggests that growth rate peaks at mid size, with picoplankton exhibiting an increase in growth rate with size. This is how the Darwin model does it. I share some notes with you here on the different values for allometry of phytoplankton rates: |
Nice catch, this switch between negative and positive scaling occurs at ~6um, so as it is currently implemented (i.e. an exponential form of aV^b) neither are correct for the default size range of 2-10um. Moving forward we should implement a unimodal slope for the current NiPiZD and V1 Agate.jl-DARWIN model, and we can stick with the aV^b once more groups are added to V2 Agate.jl-DARWIN (e.g. have a +b for pico and -b for everything else). In the meantime, we could change the default size range to be >6-150 um and stick with the default b value. Diatoms >200um are very uncommon in the modern ocean and are not represented in the DARWIN model. |
nanophyto
left a comment
There was a problem hiding this comment.
Looks great already I added a suggestion to change the sizes
|
@nanophyto, I finished the size structure example. Can you review it (as requested)? |
This looks great already - thanks. I will add some specific comments shortly. I had a good chat with Chris this morning, and he mentioned that the extinction of the larger plankton could be due to three reasons:
|
closes #148
TODO: