00001 subroutine allocate_matter_velocity_mpt
00002 use phys_constant, only : nmpt
00003 use grid_parameter, only : nrf, ntf, npf
00004 use def_matter_velocity
00005 use def_matter_velocity_mpt
00006 use make_array_3d
00007 use make_array_4d
00008 implicit none
00009
00010 call alloc_array4d(vxu_, 0, nrf, 0, ntf, 0, npf, 1, nmpt)
00011 call alloc_array4d(vyu_, 0, nrf, 0, ntf, 0, npf, 1, nmpt)
00012 call alloc_array4d(vzu_, 0, nrf, 0, ntf, 0, npf, 1, nmpt)
00013
00014 end subroutine allocate_matter_velocity_mpt