00001 subroutine allocate_BNS_CF_irrot
00002 use phys_constant, only : long
00003 use grid_parameter
00004 use def_matter
00005 use def_velocity_potential
00006
00007 use make_array_2d
00008 use make_array_3d
00009 use make_array_4d
00010 implicit none
00011
00012
00013
00014 call alloc_array3d(vep , 0, nrf, 0, ntf, 0, npf)
00015 call alloc_array3d(vepxf, 0, nrf, 0, ntf, 0, npf)
00016 call alloc_array3d(vepyf, 0, nrf, 0, ntf, 0, npf)
00017 call alloc_array3d(vepzf, 0, nrf, 0, ntf, 0, npf)
00018
00019 call alloc_array3d(vepxg, 0, nrg, 0, ntg, 0, npg)
00020 call alloc_array3d(vepyg, 0, nrg, 0, ntg, 0, npg)
00021 call alloc_array3d(vepzg, 0, nrg, 0, ntg, 0, npg)
00022
00023 call alloc_array2d(alm, 0, nlg, 0, nlg)
00024
00025
00026
00027 end subroutine allocate_BNS_CF_irrot