00001
00002
00003 subroutine allocate_weight_midpoint_grav_mpt
00004 use weight_midpoint_grav_mpt
00005 use phys_constant, only : nmpt
00006 use grid_parameter, only : nrg, ntg, npg
00007 use make_array_3d
00008 use make_array_4d
00009 implicit none
00010
00011 call alloc_array3d(hwtpgsf_, 1, ntg, 1, npg, 1, nmpt)
00012 call alloc_array4d(hwrtpg_, 1, nrg, 1, ntg, 1, npg, 1, nmpt)
00013 call alloc_array4d(tzwrtpg_, 0, nrg, 1, ntg, 1, npg, 1, nmpt)
00014
00015 end subroutine allocate_weight_midpoint_grav_mpt