00001 module interface_sourceterm_outsurf_eqm_binary 00002 implicit none 00003 interface 00004 subroutine sourceterm_outsurf_eqm_binary(fnc,sou_out,dsou_out) 00005 real(8), pointer :: fnc(:,:,:), sou_out(:,:), dsou_out(:,:) 00006 end subroutine sourceterm_outsurf_eqm_binary 00007 end interface 00008 end module interface_sourceterm_outsurf_eqm_binary