Animal to Manure connection quarto update#3147
Conversation
| @@ -0,0 +1,3 @@ | |||
| Class , Description | |||
There was a problem hiding this comment.
I created a connections table under resources/table_data to keep the file tree clean.
I also updated the paths in the document.
|
|
||
| The Animal module is responsible for calculating manure excretion mass and composition based on animal attributes, ration composition and intake, and other factors. The Animal module must then pass this manure on to the Manure module, where manure nutrient gains and losses are quantified through field application or export. The Animal module currently calculates manure excretion at the pen level (i.e., values representative of the total manure from animals in a single pen), and several additional steps must occur before manure information can be sent to the Manure module. These steps include: | ||
|
|
||
| - Splitting manure from individual pens into one or more user\*defined manure streams |
There was a problem hiding this comment.
Should user*defined have backticks around it? I haven't seen this type of language in other parts of the scientific documentation ...
| #### Stream Formation | ||
|
|
||
| **Bedding** | ||
| - Instance(s) of a ManureStream for each manure stream defined by the user that represent the attributes of the manure in the specific manure stream. ManureStream instances include the following variables (all in kg except for volume, m³ and manure methane potential, m³/kgVS): |
There was a problem hiding this comment.
Should ManureStream have backticks like this ManureStream?
| `_apply_bedding (pen.py)` | ||
|
|
||
|
|
||
| ```{python} |
There was a problem hiding this comment.
There are some random ? in the calculations column, I will investigate
There was a problem hiding this comment.
Is the ? a placeholder? I can't figure out what you are trying to do here ...
There was a problem hiding this comment.
I think they were commas that were replaced with ? due to CSV encoding issues. I've reverted them to commas and they should render correctly now once I push that commit!
| ### Required User Inputs | ||
| #### Classes | ||
|
|
||
| ```{python} |
There was a problem hiding this comment.
All the tables are missing table tags
LisaM-kiwi
left a comment
There was a problem hiding this comment.
Hi Elle!
I've added comments throughout the files so you can see the changes that I plan to make before merging.
There is one thing regarding a table that I commented on that I need your input on.
Thanks!
Translating "Animal to Manure connection" scientific documentation section and accompanying resources to quarto format.