I am also working to add the available light equation to my NetLogo program. This will use the leaf weight equation, which we have defined for the time being as being equal to 0.4 (the constant) * diameter of the tree.
- Irena
So far, the NetLogo model that we currently have plants one tree species. It has both birth, recruitment and death of the tree. The user can plant the tree anywhere using the cursor. There was a slight problem with recursion being too extreme in the program, as there were three equations (Growth, Maximum Potential Growth, and Diameter) which depended on each other and as a result couldn’t properly function when running at the same time. This was corrected. Now, the next goals we have for the model are:
- Changing the size of the trees in the model to reflect their growth
- Planting trees of different species
- Adding graphs that reflect the changing state of certain tree variables
-- Irena