00001 ! theta_coordinate 00002 !______________________________________________ 00003 module coordinate_grav_theta_mpt 00004 use phys_constant, only : pi, nntg, long, nnmpt 00005 use grid_parameter, only : ntg 00006 implicit none 00007 Real(long) :: dthg_(nnmpt), dthginv_(nnmpt) 00008 Real(long) :: thg_(0:nntg,nnmpt), hthg_(nntg,nnmpt) 00009 end module coordinate_grav_theta_mpt