00001 module interface_IO_input_CF_flco_export 00002 implicit none 00003 interface 00004 subroutine IO_input_CF_flco_export(filenm, emd,ome,ber,radi) 00005 real(8), pointer :: emd(:,:,:) 00006 real(8) :: ome,ber,radi 00007 character(len=*) :: filenm 00008 end subroutine IO_input_CF_flco_export 00009 end interface 00010 end module interface_IO_input_CF_flco_export