00001 subroutine coordinate_patch_kit_grav_1D 00002 use grid_parameter_1D 00003 use coordinate_grav_r_1D 00004 use weight_grav_1D 00005 use radial_perm_fn_grav_1D 00006 implicit none 00007 ! call subroutines. the order is important. 00008 call read_parameter_1D 00009 call grid_r_1D 00010 call calc_hfsn 00011 call weight_calc_grav_1D 00012 end subroutine coordinate_patch_kit_grav_1D