00001 ! --- Computation of the radial green's function hgfn. --- 00002 ! ________________________________________________________ 00003 subroutine allocate_radial_green_fn_grav_mpt 00004 use phys_constant, only : nmpt 00005 use make_array_4d 00006 use grid_parameter, only : nrg, nlg 00007 use radial_green_fn_grav_mpt 00008 implicit none 00009 ! 00010 call alloc_array4d(hgfn_, 1, nrg, 0, nlg, 0, nrg, 1, nmpt) 00011 call alloc_array4d(gfnsf_, 0, nlg, 0, nrg, 1, 4, 1, nmpt) 00012 ! 00013 end subroutine allocate_radial_green_fn_grav_mpt