00001 ! Associated Legendre function and factorials 00002 !______________________________________________ 00003 module legendre_fn_grav_mpt 00004 use phys_constant, only : long 00005 implicit none 00006 real(long), pointer :: plmg_(:,:,:,:), hplmg_(:,:,:,:) 00007 real(long), pointer :: dtplmg_(:,:,:,:), hdtplmg_(:,:,:,:) 00008 real(long), pointer :: yplmg_(:,:,:,:), hyplmg_(:,:,:,:) 00009 real(long), pointer :: dtyplmg_(:,:,:,:), hdtyplmg_(:,:,:,:) 00010 real(long), pointer :: facnmg_(:,:,:), epsig_(:,:) 00011 end module legendre_fn_grav_mpt