00001 ! weight for numerical integration using mid-point rule 00002 !______________________________________________ 00003 subroutine allocate_weight_midpoint_fluid_sphcoord_mpt 00004 use weight_midpoint_fluid_sphcoord_mpt 00005 use grid_parameter, only : nrf, ntg, npg 00006 use phys_constant, only : nmpt 00007 use make_array_3d 00008 use make_array_4d 00009 implicit none 00010 ! weight binary excision 00011 call alloc_array4d(hwrtpg_fc_, 1, nrf, 1, ntg, 1, npg, 1, nmpt) 00012 call alloc_array3d(hwtpg_fc_, 1, ntg, 1, npg, 1, nmpt) 00013 ! 00014 end subroutine allocate_weight_midpoint_fluid_sphcoord_mpt