MAPL_GetLatLonCoordMod Module


Uses

  • module~~mapl_getlatloncoordmod~~UsesGraph module~mapl_getlatloncoordmod MAPL_GetLatLonCoordMod ESMF ESMF module~mapl_getlatloncoordmod->ESMF iso_fortran_env iso_fortran_env module~mapl_getlatloncoordmod->iso_fortran_env module~mapl_basemod MAPL_BaseMod module~mapl_getlatloncoordmod->module~mapl_basemod module~mapl_commsmod MAPL_CommsMod module~mapl_getlatloncoordmod->module~mapl_commsmod module~mapl_errorhandlingmod MAPL_ErrorHandlingMod module~mapl_getlatloncoordmod->module~mapl_errorhandlingmod module~mapl_base MAPL_Base module~mapl_basemod->module~mapl_base module~mapl_constants MAPL_Constants module~mapl_basemod->module~mapl_constants module~mapl_maplgrid mapl_MaplGrid module~mapl_basemod->module~mapl_maplgrid module~mapl_rangemod MAPL_RangeMod module~mapl_basemod->module~mapl_rangemod module~mapl_commsmod->ESMF module~mapl_commsmod->module~mapl_basemod module~mapl_commsmod->module~mapl_constants module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_commsmod->module~mapl_exceptionhandling module~mapl_shmemmod MAPL_ShmemMod module~mapl_commsmod->module~mapl_shmemmod mpi mpi module~mapl_commsmod->mpi module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandlingmod->module~mapl_throwmod module~mapl_errorhandlingmod->mpi module~mapl_base->ESMF module~mapl_base->iso_fortran_env module~mapl_constants->iso_fortran_env module~mapl_internalconstantsmod MAPL_InternalConstantsMod module~mapl_constants->module~mapl_internalconstantsmod module~mapl_mathconstantsmod MAPL_MathConstantsMod module~mapl_constants->module~mapl_mathconstantsmod module~mapl_physicalconstantsmod MAPL_PhysicalConstantsMod module~mapl_constants->module~mapl_physicalconstantsmod module~mapl_exceptionhandling->module~mapl_errorhandlingmod module~mapl_exceptionhandling->module~mapl_throwmod module~mapl_maplgrid->ESMF module~mapl_maplgrid->module~mapl_errorhandlingmod module~mapl_constantsmod MAPL_ConstantsMod module~mapl_maplgrid->module~mapl_constantsmod module~mapl_keywordenforcermod MAPL_KeywordEnforcerMod module~mapl_maplgrid->module~mapl_keywordenforcermod module~pflogger pflogger module~mapl_maplgrid->module~pflogger module~mapl_rangemod->iso_fortran_env module~mapl_rangemod->module~mapl_exceptionhandling module~mapl_shmem MAPL_Shmem module~mapl_shmemmod->module~mapl_shmem module~mapl_constantsmod->module~mapl_constants module~mapl_internalconstantsmod->iso_fortran_env module~mapl_mathconstantsmod->iso_fortran_env module~mapl_physicalconstantsmod->iso_fortran_env module~mapl_physicalconstantsmod->module~mapl_mathconstantsmod module~mapl_shmem->iso_fortran_env module~mapl_shmem->module~mapl_constants module~mapl_shmem->mpi iso_c_binding iso_c_binding module~mapl_shmem->iso_c_binding module~pfl_keywordenforcermod PFL_KeywordEnforcerMod module~pflogger->module~pfl_keywordenforcermod module~pfl_logger PFL_Logger module~pflogger->module~pfl_logger module~pfl_loggermanager PFL_LoggerManager module~pflogger->module~pfl_loggermanager module~pfl_severitylevels PFL_SeverityLevels module~pflogger->module~pfl_severitylevels module~pfl_wraparray PFL_WrapArray module~pflogger->module~pfl_wraparray

Interfaces

public interface MAPL_GetLatLonCoord

  • private subroutine MAPL_GetLatLonCoord_REAL64(grid, dim, x, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(ESMF_Grid), intent(inout) :: grid
    integer, intent(in) :: dim
    real(kind=REAL64), intent(out) :: x(:)
    integer, intent(out), optional :: rc
  • private subroutine MAPL_GetLatLonCoord_REAL32(grid, dim, x, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(ESMF_Grid), intent(inout) :: grid
    integer, intent(in) :: dim
    real(kind=REAL32), intent(out) :: x(:)
    integer, intent(out), optional :: rc