growSoybean Subroutine

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

Arguments

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

Contents

None