growRice Subroutine

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

Arguments

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

Contents

None