MAPL_GridGetCorners Interface

interface


Called by

interface~~mapl_gridgetcorners~~CalledByGraph interface~mapl_gridgetcorners MAPL_Base::MAPL_GridGetCorners none~get_basis MAPL_AbstractGridFactoryMod::AbstractGridFactory%get_basis none~get_basis->interface~mapl_gridgetcorners none~cartesian_to_spherical_3d_real64 MAPL_AbstractGridFactoryMod::AbstractGridFactory%cartesian_to_spherical_3d_real64 none~cartesian_to_spherical_3d_real64->none~get_basis none~spherical_to_cartesian_3d_real64 MAPL_AbstractGridFactoryMod::AbstractGridFactory%spherical_to_cartesian_3d_real64 none~spherical_to_cartesian_3d_real64->none~get_basis none~cartesian_to_spherical MAPL_LatLonGridFactoryMod::LatLonGridFactory%cartesian_to_spherical none~cartesian_to_spherical->none~cartesian_to_spherical_3d_real64 none~spherical_to_cartesian MAPL_LatLonGridFactoryMod::LatLonGridFactory%spherical_to_cartesian none~spherical_to_cartesian->none~spherical_to_cartesian_3d_real64 proc~test_cartesian_to_spherical_x Test_SphericalToCartesian::test_cartesian_to_spherical_X proc~test_cartesian_to_spherical_x->none~cartesian_to_spherical proc~test_cartesian_to_spherical_y Test_SphericalToCartesian::test_cartesian_to_spherical_Y proc~test_cartesian_to_spherical_y->none~cartesian_to_spherical proc~test_cartesian_to_spherical_z Test_SphericalToCartesian::test_cartesian_to_spherical_Z proc~test_cartesian_to_spherical_z->none~cartesian_to_spherical proc~test_spherical_to_cartesian_east_wind Test_SphericalToCartesian::test_spherical_to_cartesian_east_wind proc~test_spherical_to_cartesian_east_wind->none~spherical_to_cartesian proc~test_spherical_to_cartesian_north_wind Test_SphericalToCartesian::test_spherical_to_cartesian_north_wind proc~test_spherical_to_cartesian_north_wind->none~spherical_to_cartesian

public module subroutine MAPL_GridGetCorners(GRID, gridCornerLons, gridCornerLats, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Grid), intent(inout) :: GRID
real(kind=ESMF_KIND_R8), intent(inout) :: gridCornerLons(:,:)
real(kind=ESMF_KIND_R8), intent(inout) :: gridCornerLats(:,:)
integer, intent(out), optional :: RC