You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/tutorials/from_tree_forest/raytracedforest.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ Centre for Crop Systems Analysis - Wageningen University
10
10
> - Create sky for specific conditions and locations using [SkyDomes](https://virtualplantlab.com/dev/VPLVerse/SkyDomes/)
11
11
> - Layer different types of radiation in sky domes (e.g., direct and diffuse)
12
12
> - Combine graph and sky with a ray-tracer
13
-
> - Compute growth and biomass production according to PAR interception and RUE
14
-
>
13
+
> - Compute growth and biomass production according to PAR interception and RUE
14
+
>
15
15
16
16
In this example we extend the [Growth Forest](https://virtualplantlab.com/dev/tutorials/from_tree_forest/growthforest/) model to include PAR interception and radiation use efficiency to compute the daily growth rate.
17
17
@@ -107,7 +107,7 @@ function VirtualPlantLab.feed!(turtle::Turtle, i::TreeTypes.Internode, data)
107
107
# Rotate turtle around the head to implement elliptical phyllotaxis
0 commit comments