00001
00002
00003 subroutine copy_coordinate_grav_theta_from_mpt(impt)
00004 use phys_constant, only : nntg
00005 use coordinate_grav_theta
00006 use coordinate_grav_theta_mpt
00007 use copy_array_static_1dto0d_mpt
00008 use copy_array_static_2dto1d_mpt
00009 implicit none
00010 integer :: impt
00011
00012 call copy_arraystatic_1dto0d_mpt(impt, dthg_, dthg)
00013 call copy_arraystatic_1dto0d_mpt(impt, dthginv_, dthginv)
00014 call copy_arraystatic_2dto1d_mpt(impt, thg_, thg, 0, nntg)
00015 call copy_arraystatic_2dto1d_mpt(impt, hthg_, hthg, 1, nntg)
00016
00017 end subroutine copy_coordinate_grav_theta_from_mpt