-
Notifications
You must be signed in to change notification settings - Fork 8
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
added parameter names/comments for several dozen additional foodweb parameters #100
Conversation
generic_tracers/generic_COBALT.F90
Outdated
!---------------------------------------------------------------------- | ||
! Partitioning of zooplankton ingestion to other compartments | ||
!---------------------------------------------------------------------- | ||
! Prey consumed by zooplankton is either used to produce new zooplankton biomass (anabolic matabolism), respired |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
anabolic metabolism
generic_tracers/generic_COBALT.F90
Outdated
! total 100.0% 100.0% | ||
! | ||
! IF YOU CHOOSE TO ALTER THESE PARAMETERS, BE SURE TO ALTER THEM IN A MANNER THAT ENSURES THAT ALL UNDIGESTED | ||
! MATERIAL IN ACCOUNTED FOR. IF YOU CHANGE ONE, YOU MAY NEED TO CHANGE OTHERS! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IS ACCOUNTED FOR
?
generic_tracers/generic_COBALT.F90
Outdated
"fraction of ingestion by medium zooplankton to detritus", units="none", default=0.15) | ||
call get_param(param_file, "generic_COBALT", "phi_det_lgz", zoo(3)%phi_det, & | ||
"fraction of ingestion by large zooplankton to detritus", units="none", default=0.30) | ||
! partitioning of zooplanton ingestion to labile dissolved organic material |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zooplankton
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @yichengt900. I'll have these corrected in a new commit shortly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@charliestock , all look good to me! There are only a few tiny typos.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@charliestock, thank you for the prompt update! Everything looks good now, and I approve the changes. However, I will wait a little longer to allow others time to review as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks great!
Thanks all. Perhaps we can merge now that we have two reviews? Once this is in, I will add a pull request for the bug fix that addresses the issue that Xiao raised so that people can start evaluating in their regional and global configurations. @yichengt900 @gabyneg @jessluo |
This pull request includes the names and comments for several dozen additional foodweb parameters with the MOM6-style formatting. I think these are the last of the foodweb-linked parameters. I will sweep through the entire parameter setting section again over the next week to ensure that we have all of them in the new formatting, but I think these are ready to go. This pull request should not change answers.