00001 subroutine allocate_def_velocity_potential_mpt 00002 use grid_parameter, only : nrf, ntf, npf, nlg 00003 use phys_constant, only : nmpt 00004 use def_velocity_potential_mpt 00005 use make_array_4d 00006 implicit none 00007 ! 00008 call alloc_array4d(vep, vep_, 0, nrf, 0, ntf, 0, npf, 1, nmpt) 00009 ! 00010 end subroutine allocate_def_velocity_potential_mpt