Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
detect_light_area
Subroutine
MIT
70 statements
Source File
growthmod.f90
growthmod
detect_light_area
Contents
None
public subroutine detect_light_area(leaf_coord, light_area, total_area, node_ID, leaf_ID)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=8),
intent(in)
::
leaf_coord
(:,:,:,:)
real(kind=8),
intent(out)
::
light_area
real(kind=8),
intent(out)
::
total_area
integer,
intent(in)
::
node_ID
integer,
intent(in)
::
leaf_ID
Contents
None