-
Notifications
You must be signed in to change notification settings - Fork 29
Animal to Manure connection quarto update #3147
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
Draft
elle-andreen
wants to merge
4
commits into
quarto
Choose a base branch
from
el_quarto
base: quarto
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
docs/scientific/quarto-scidoc/resources/table_data/connections/an-man-conxn-classes.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Class , Description | ||
| Pen ," pen.py; Translates pen-level manure information into the format and units required by the Manure module; Translates pen-level manure information into one or more ManureStream instance(s), if applicable, and creates accompanying PenManureData instances " | ||
| PenManureData , animal_to_manure_connection.py; Generates PenManureData and ManureStream | ||
7 changes: 7 additions & 0 deletions
7
docs/scientific/quarto-scidoc/resources/table_data/connections/mn-calcd-characteristics.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| Variable , Units , Calculation | ||
| water ,kg ,ManureStream water + bedding_water | ||
| ash ,kg ,"If bedding type = sand, ash = total_bedding_mass; otherwise, ash = 0 " | ||
| phosphorus ,kg ,ManureStream phosphorus + total_bedding_mass � bedding_phosphorus_content | ||
| non_degradable_volatile_solids ,kg ,"If bedding type = sand, ManureStream NDVS = ash; otherwise, ManureStream NDVS + total_bedding_dry_solids " | ||
| total_solids ,kg ,ManureStream total_solids + total_bedding_dry_solids | ||
| volume ,m� ,ManureStream volume + total_bedding_volume |
8 changes: 8 additions & 0 deletions
8
docs/scientific/quarto-scidoc/resources/table_data/connections/mn-inputs-bedding.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| Variable,Units,Description | ||
| bedding_type,--,"The type of bedding material. Options: sand, straw, sawdust, manure solids, or none. " | ||
| bedding_mass_per_day, kg/day ,"Daily mass of fresh bedding added per animal per day (wet weight). Bedding mass is applied based on the total number of animals in the pen, and is not based on the stream proportion of the manure stream the bedding is assigned to. " | ||
| bedding_density, kg/m$^3$ ,Density of the bedding on a wet weight basis. | ||
| bedding_dry_matter_content, fraction ,Bedding dry matter content as a fraction of total mass. | ||
| bedding_carbon_fraction, fraction ,Bedding carbon content as a fraction of total mass. | ||
| bedding_phosphorus_content, fraction ,Bedding phosphorus content as a fraction of total mass. | ||
| sand_removal_efficiency, fraction ,"The proportion (0.XX) of the fresh sand added each day that is assumed to be removed by a sand separator, settling lane, etc. immediately following manure removal from the barn" |
8 changes: 8 additions & 0 deletions
8
docs/scientific/quarto-scidoc/resources/table_data/connections/mn-inputs-stream.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| Variable,Units,Description | ||
| minutes_away_for_milking, minutes ,"The total time (minutes) per day that animals spend walking to/from the parlor, waiting in holding areas, or being actively milked. For non?lactating animals, this value may be omitted or entered as �null�. " | ||
| first_parlor_processor,--,"The name of the processor defined in the Manure module inputs that manure from the milking parlor should enter. " | ||
| parlor_stream_name,--,"The user-defined name of this pens parlor stream. " | ||
| stream_name,--,"The user-defined name of this stream. " | ||
| bedding_name,--,"The name of the specific bedding configuration used with this stream. See section 2 for more information. " | ||
| stream_proportion, 0-1 ,The proportion of daily manure excreted outside of the parlor and while traveling to/from the parlor that enters this stream. All stream proportions within a pen must sum to 1.0. Optional if only one stream. | ||
| first_processor,--,"The name of the processor defined in the Manure module inputs that this ManureStream should enter. " |
4 changes: 4 additions & 0 deletions
4
docs/scientific/quarto-scidoc/resources/table_data/connections/mn-manure-props-bp.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| Animal Class , Lactating , Closeup , Growing , Calves | ||
| " General stream, bedded pack ",0.792,0.819,0.819,1 | ||
| " General stream, feed alley ",0.208,0.179,0.179, -- | ||
| minutes_away_for_milking ,200, -- , -- , -- |
4 changes: 4 additions & 0 deletions
4
docs/scientific/quarto-scidoc/resources/table_data/connections/mn-manure-props-ol-bp.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| Animal Class , Lactating , Closeup , Growing , Calves | ||
| " General stream, lot ",0.796,0.76,0.76,1 | ||
| " General stream, feed alley ",0.204,0.24,0.24, -- | ||
| minutes_away_for_milking ,300, -- , -- , -- |
5 changes: 5 additions & 0 deletions
5
docs/scientific/quarto-scidoc/resources/table_data/connections/mn-min-milking.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| Pen Type , minutes_away_for_milking , Proportion , Special Notes | ||
| Freestall� , 200 m (3.33 h) ,0.139, � | ||
| Tiestall , 200 m (3.33 h) ,0.139, Limited data; value is based on the assumption that daily time away from pen for milking will be broadly similar between freestall and tiestall barns.� | ||
| Open lot , 300 m (5 h) ,0.208, Assumption that open lot pens tend to be considerably larger than indoor-housed systems (greater travel distance).� | ||
| Compost bedded pack barn , 200 m (3.33 h) ,0.139, Limited data; value is based on the assumption that daily time away from pen for milking will be broadly similar between freestall and tiestall barns.� |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 created a connections table under resources/table_data to keep the file tree clean.
I also updated the paths in the document.