growth_gw3 Subroutine

public subroutine growth_gw3(node, d_connect, d_node, max_angle, max_length, Apical_dominance_p, max_leaf_angle, max_leaf_length, max_leaf_width, leaf_shape_rate, peti_coord, leaf_coord, peti_length)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: node
integer, intent(inout), allocatable:: d_connect(:,:)
real(kind=8), intent(inout), allocatable:: d_node(:,:)
real(kind=8), intent(in) :: max_angle
real(kind=8), intent(in) :: max_length
integer, intent(in) :: Apical_dominance_p
real(kind=8), intent(in) :: max_leaf_angle
real(kind=8), intent(in) :: max_leaf_length
real(kind=8), intent(in) :: max_leaf_width
real(kind=8), intent(in) :: leaf_shape_rate
real(kind=8), intent(inout), allocatable:: peti_coord(:,:,:)
real(kind=8), intent(inout), allocatable:: leaf_coord(:,:,:,:)
real(kind=8), intent(in) :: peti_length

Contents

None