00001 module grid_parameter_mpt 00002 use phys_constant, only : long 00003 implicit none 00004 integer, pointer :: grid_param_int_(:,:), surf_param_int_(:,:) 00005 character(len=2), pointer :: grid_param_char2_(:,:) 00006 character(len=1), pointer :: grid_param_char1_(:,:) 00007 real(long), pointer :: grid_param_real_(:,:), surf_param_real_(:,:) 00008 end module grid_parameter_mpt