MAPL_GridGetCorners Interface

interface


Called by

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

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