MAPL_EASEConversion Module


Uses

  • module~~mapl_easeconversion~~UsesGraph module~mapl_easeconversion MAPL_EASEConversion iso_fortran_env iso_fortran_env module~mapl_easeconversion->iso_fortran_env module~mapl_errorhandlingmod MAPL_ErrorHandlingMod module~mapl_easeconversion->module~mapl_errorhandlingmod module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandlingmod->module~mapl_throwmod mpi mpi module~mapl_errorhandlingmod->mpi

Used by

  • module~~mapl_easeconversion~~UsedByGraph module~mapl_easeconversion MAPL_EASEConversion module~mapl_easegridfactorymod MAPL_EASEGridFactoryMod module~mapl_easegridfactorymod->module~mapl_easeconversion module~maplbase_mod MAPLBase_Mod module~maplbase_mod->module~mapl_easeconversion module~maplbase_mod->module~mapl_easegridfactorymod module~nciomod NCIOMod module~nciomod->module~mapl_easeconversion module~mapl MAPL module~mapl->module~maplbase_mod module~mapl_iomod MAPL_IOMod module~mapl_iomod->module~nciomod module~mapl_nuopcwrappermod MAPL_NUOPCWrapperMod module~mapl_nuopcwrappermod->module~maplbase_mod module~rutmod RUTMod module~rutmod->module~maplbase_mod module~test_cfio_bundle Test_CFIO_Bundle module~test_cfio_bundle->module~maplbase_mod program~tstqsat tstqsat program~tstqsat->module~maplbase_mod program~ut_extdata ut_ExtData program~ut_extdata->module~maplbase_mod program~utcfio utCFIO program~utcfio->module~maplbase_mod

Functions

public function MAPL_get_ease_gridname_by_cols(cols, rc) result(name)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: cols
integer, intent(out), optional :: rc

Return Value character(len=:), allocatable


Subroutines

public subroutine MAPL_ease_convert(EASELabel, lat, lon, r, s, rc)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: EASELabel
real, intent(in) :: lat
real, intent(in) :: lon
real, intent(out) :: r
real, intent(out) :: s
integer, intent(out), optional :: rc

public subroutine MAPL_ease_extent(EASELabel, cols, rows, cell_area, ll_lon, ll_lat, ur_lon, ur_lat, rc)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: EASELabel
integer, intent(out) :: cols
integer, intent(out) :: rows
real, intent(out), optional :: cell_area
real, intent(out), optional :: ll_lon
real, intent(out), optional :: ll_lat
real, intent(out), optional :: ur_lon
real, intent(out), optional :: ur_lat
integer, intent(out), optional :: rc

public subroutine MAPL_ease_inverse(EASELabel, r, s, lat, lon, rc)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: EASELabel
real, intent(in) :: r
real, intent(in) :: s
real, intent(out) :: lat
real, intent(out) :: lon
integer, intent(out), optional :: rc