Commit 0ebd723d authored by jouke's avatar jouke
Browse files

Added greenLeafArea for clarity, as the leafArea includes dead leaves

parent 8985f9e9
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -12,6 +12,19 @@
			function="leafSenescence" />
			<!--maxTimeStep="0.1">
			0. </SimulaVariable-->
		<SimulaDerivative
			name="greenLeafArea"
			unit="cm2"
			function="useFormula">
			<SimulaConstant
				name="formula"
				type="string"> leafArea - senescedLeafArea
			</SimulaConstant>
		</SimulaDerivative>
	</SimulaDirective>
	<SimulaDirective path="/plants">			
			<SimulaVariable name="senescedLeafArea" function="sumOverAllPlantShoots" unit="cm2" />
	</SimulaDirective>
</SimulationModelIncludeFile>
			
			    
 No newline at end of file