00001 module interface_interpo_flsph2flsfc
00002 implicit none
00003 interface
00004 subroutine interpo_flsph2flsfc(flsphv,flv)
00005 real(8), pointer :: flv(:,:,:), flsphv(:,:,:)
00006 end subroutine interpo_flsph2flsfc
00007 end interface
00008 end module interface_interpo_flsph2flsfc