growRice Subroutine

public subroutine growRice(obj, dt, light, air, temp)

Type Bound

Rice_

Arguments

Type IntentOptional Attributes Name
class(Rice_), 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