-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add grazer specific diagnostics #236
Comments
Maybe also add |
Perhaps this needs to be a separate ticket, but only need diagnostics for |
Talked to @jessluo about this today. The Fortran side seems pretty straightforward:
I think the harder part will be in updating |
Would also need to do the same for zoo_graze_zoo, just to be consistent. |
The main crux of this issue (per-zoo grazing diagnostics) was addressed in #328. I don't believe
is included in that PR, but we can re-open this issue if we want to address that later. |
In the current diagnostics, there is no way to pull out all of the routing terms from grazing if there are multiple grazers. For example, for each autotroph (
{auto}
), the only available grazing routing diagnostics aregraze_{auto}
,graze_{auto}_doc
,graze_{auto}_poc
, andgraze_{auto}_zoo
.In the case with multiple grazers (e.g. zoo1, zoo2;
{zoo}
), it would be beneficial to be able to distinguish between grazing from the various grazers:{auto}_graze_{zoo}_tot
,{auto}_graze_{zoo}_doc
,{auto}_graze_{zoo}_poc
, and{auto}_graze_{zoo}_{zoo}
.These values would only write as tavg output if ecosystem debug mode is turned on.
The text was updated successfully, but these errors were encountered: