photosynthesisLeaf Subroutine

public subroutine photosynthesisLeaf(obj, dt, air)

Arguments

Type IntentOptional AttributesName
class(Leaf_), intent(inout) :: obj
real(kind=real64), intent(in) :: dt
type(Air_), intent(in) :: air

Contents

None