We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not all output variables that are collected internally are also available as output files.
bodyfat
Fauna::Output::HerbivoreData::bodyfat
expenditure
Fauna::Output::HerbivoreData::expenditure
individual_density
Fauna::Output::HerbivoreData::inddens
mortality
Fauna::Output::HerbivoreData::mortality
Fauna::MortalityFactor
air_temperature
Fauna::HabitatEnvironment::air_temperature
Fauna::Output::HabitatData
offspring
Fauna::Output::HerbivoreData::offspring
energy_intake_per_ind
Fauna::Output::HerbivoreData::energy_intake_per_ind
energy_intake_per_mass
Fauna::Output::HerbivoreData::energy_intake_per_mass
The text was updated successfully, but these errors were encountered:
Add "body_fat_by_hft" as new output table
bd8e704
Compare gh-43
Add 2 new output text tables and deprecate one
91cf160
New text table output: `individual_density` and `body_fat` (gh-43) Rename output file `mass_density_per_hft` to `mass_density` (gh-44)
No branches or pull requests
Not all output variables that are collected internally are also available as output files.
bodyfat
(fraction) →Fauna::Output::HerbivoreData::bodyfat
expenditure
(MJ/ind/day) →Fauna::Output::HerbivoreData::expenditure
individual_density
(ind/km²) →Fauna::Output::HerbivoreData::inddens
mortality
(ind/ind/day) →Fauna::Output::HerbivoreData::mortality
by HFT and enabledFauna::MortalityFactor
air_temperature
(°C) →Fauna::HabitatEnvironment::air_temperature
inFauna::Output::HabitatData
offspring
(ind/km²/day) →Fauna::Output::HerbivoreData::offspring
energy_intake_per_ind
(MJ/ind/day) →Fauna::Output::HerbivoreData::energy_intake_per_ind
energy_intake_per_mass
(MJ/ind/day) →Fauna::Output::HerbivoreData::energy_intake_per_mass
The text was updated successfully, but these errors were encountered: