growSoybean Subroutine

public subroutine growSoybean(obj, dt, light, air, temp, simple, add_apical)

Type Bound

soybean_

Arguments

Type IntentOptional Attributes Name
class(soybean_), intent(inout) :: obj
real(kind=real64), intent(in) :: dt
type(Light_), intent(inout), optional :: light
type(Air_), intent(in), optional :: air
real(kind=real64), intent(in), optional :: temp
logical, intent(in), optional :: simple
logical, intent(in), optional :: add_apical