GetDiagnostics Subroutine

public subroutine GetDiagnostics(POP, LAI, Cleaf, Croot, disturbance_interval, it, precip)

Arguments

Type IntentOptional Attributes Name
type(POP_TYPE), intent(inout) :: POP
real(kind=dp), intent(in) :: LAI(:)
real(kind=dp), intent(in) :: Cleaf(:)
real(kind=dp), intent(in) :: Croot(:)
integer(kind=i4b), intent(in) :: disturbance_interval(:,:)
integer(kind=i4b), intent(in) :: it(:)
real(kind=dp), intent(in), optional :: precip(:)