00001 subroutine allocate_grid_points_asymptotic_patch_mpt
00002 use phys_constant, only : nmpt
00003 use grid_parameter, only : nrg, ntg, npg
00004 use grid_points_asymptotic_patch_mpt
00005 use make_array_4d
00006 implicit none
00007
00008
00009
00010 call alloc_array4d(ra_, -2, nrg+2, 0, ntg, 0, npg, 1, nmpt)
00011 call alloc_array4d(tha_, -2, nrg+2, 0, ntg, 0, npg, 1, nmpt)
00012 call alloc_array4d(phia_, -2, nrg+2, 0, ntg, 0, npg, 1, nmpt)
00013 call alloc_array4d(hra_, 1, nrg, 1, ntg, 1, npg, 1, nmpt)
00014 call alloc_array4d(htha_, 1, nrg, 1, ntg, 1, npg, 1, nmpt)
00015 call alloc_array4d(hphia_, 1, nrg, 1, ntg, 1, npg, 1, nmpt)
00016
00017 end subroutine allocate_grid_points_asymptotic_patch_mpt