00001 subroutine allocate_pBH_CF_mpt
00002 use phys_constant, only : nmpt
00003 use grid_parameter, only : nrg, ntg, npg
00004 use def_metric_pBH_mpt
00005 use make_array_4d
00006 use make_array_6d
00007 implicit none
00008
00009 call alloc_array4d(wme_, 0,nrg, 0,ntg, 0,npg, 1,nmpt)
00010 call alloc_array4d(log_wme_, 0,nrg, 0,ntg, 0,npg, 1,nmpt)
00011 call alloc_array4d(log_N_, 0,nrg, 0,ntg, 0,npg, 1,nmpt)
00012
00013
00014
00015
00016
00017
00018 call allocate_horizon_mpt
00019
00020 end subroutine allocate_pBH_CF_mpt