00001 subroutine allocate_weight_midpoint_fluid_mpt
00002   use weight_midpoint_fluid_mpt
00003   use grid_parameter, only : nrf, ntf, npf
00004   use phys_constant, only : nmpt
00005   use make_array_4d 
00006   implicit none
00007 
00008   call alloc_array4d(hwrtpf_, 1, nrf, 1, ntf, 1, npf, 1, nmpt)
00009   call alloc_array4d(tzwrtpf_, 0, nrf, 1, ntf, 1, npf, 1, nmpt)
00010   call alloc_array4d(siwrtpf_, 0, nrf, 1, ntf, 1, npf, 1, nmpt)
00011   call alloc_array4d(rtsiwrtpf_, 0, nrf, 0, ntf, 0, npf, 1, nmpt)
00012 
00013 end subroutine allocate_weight_midpoint_fluid_mpt