00001 module interface_sourceterm_exsurf_binary_COCP 00002 implicit none 00003 interface 00004 subroutine sourceterm_exsurf_binary_COCP(impt,fnchar,char,sou_ex,dsou_ex) 00005 real(8), pointer :: sou_ex(:,:), dsou_ex(:,:) 00006 integer :: impt 00007 character(len=4) :: fnchar 00008 character(len=2) :: char 00009 end subroutine sourceterm_exsurf_binary_COCP 00010 end interface 00011 end module interface_sourceterm_exsurf_binary_COCP