00001 subroutine allocate_BNS_CF_irrot_mpt
00002 use phys_constant, only : nmpt
00003 use grid_parameter, only : nrf, ntf, npf, nrg, ntg, npg, nlg
00004 use def_metric_mpt
00005 use def_matter_mpt
00006 use def_velocity_potential_mpt
00007
00008 use make_array_3d
00009 use make_array_4d
00010 use make_array_5d
00011 implicit none
00012
00013
00014
00015 call alloc_array4d(vep_ , 0, nrf, 0, ntf, 0, npf, 1, nmpt)
00016 call alloc_array4d(vepxf_, 0, nrf, 0, ntf, 0, npf, 1, nmpt)
00017 call alloc_array4d(vepyf_, 0, nrf, 0, ntf, 0, npf, 1, nmpt)
00018 call alloc_array4d(vepzf_, 0, nrf, 0, ntf, 0, npf, 1, nmpt)
00019
00020 call alloc_array4d(vepxg_, 0, nrg, 0, ntg, 0, npg, 1, nmpt)
00021 call alloc_array4d(vepyg_, 0, nrg, 0, ntg, 0, npg, 1, nmpt)
00022 call alloc_array4d(vepzg_, 0, nrg, 0, ntg, 0, npg, 1, nmpt)
00023
00024
00025
00026 end subroutine allocate_BNS_CF_irrot_mpt