detect_light_area Subroutine

public subroutine detect_light_area(leaf_coord, light_area, total_area, node_ID, leaf_ID)

Arguments

Type IntentOptional AttributesName
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