-
Notifications
You must be signed in to change notification settings - Fork 5
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
Find value for input parameter slopeH #423
Comments
* HSlope is now specified in species.in. * HSlope is stored in the SpeciesType struct as heightSlope. I also made two aesthetic changes: * The "dispersal" column in species.in was changed to "Use". I did this to shorten the name, and becasue it better describes the column. * I documented _species_init for Doxygen.
To be updated by @ScottCJr in the near future. |
Scott, Damaris, and Bill have identified four slope parameters to be used for woody shrubs, forbs, prostrate bunchgrasses, and upright bunchgrasses. Here the slope parameters are the slope of the allometric relationship between height and biomass (HSlope in species.in) that were derived using field data from 2017 and 2019 using the nls function in R. These slopes help us to derive a height for each established individual in STEPWAT2 based on the biomass of that individual. Height is then used in the seed dispersal module. We decided to apply the slope for forbs to succulents, other assignments of the four slopes were straightforward for the remaining STEPPE functional types. See here for Hslope values and documentation: |
- updated HSlope values for all species, see issue #423 for more description
Resolved by 534495d |
Slope Height is the slope of the allometric relationship between height and biomass as specified in issue #415. It needs to be added to inputs and stored in the SpeciesType struct.
The text was updated successfully, but these errors were encountered: