Template:CMI Example CMI get output item list Fortran
From CSDMS
! Insert-Code-Here {edu.csdms.models.LTRANS.CMI_get_output_item_list} (CMI_get_output_item_list method)
!
! This method has not been implemented
!
! DO-DELETE-WHEN-IMPLEMENTING exception.begin(edu.csdms.models.LTRANS.CMI_get_output_item_list)
type(sidl_BaseInterface_t) :: throwaway
type(sidl_NotImplementedException_t) :: notImpl
call new(notImpl, exception)
call setNote(notImpl, 'Not Implemented', exception)
call cast(notImpl, exception,throwaway)
call deleteRef(notImpl,throwaway)
return
! DO-DELETE-WHEN-IMPLEMENTING exception.end(edu.csdms.models.LTRANS.CMI_get_output_item_list)