00001 subroutine allocate_horizon_mpt
00002 use phys_constant, only : nmpt
00003 use grid_parameter, only : ntg, npg
00004 use def_horizon_mpt, only : ahz_
00005 use make_array_3d
00006 implicit none
00007
00008 call alloc_array3d(ahz_, 0,ntg, 0,npg, 1,nmpt)
00009
00010 end subroutine allocate_horizon_mpt