MAPL_LocstreamRegridderMod Module


Uses

  • module~~mapl_locstreamregriddermod~~UsesGraph module~mapl_locstreamregriddermod MAPL_LocstreamRegridderMod ESMF ESMF module~mapl_locstreamregriddermod->ESMF iso_fortran_env iso_fortran_env module~mapl_locstreamregriddermod->iso_fortran_env module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl_locstreamregriddermod->module~mapl_errorhandlingmod module~mapl_keywordenforcermod mapl_KeywordEnforcerMod module~mapl_locstreamregriddermod->module~mapl_keywordenforcermod module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_keywordenforcer mapl_KeywordEnforcer module~mapl_keywordenforcermod->module~mapl_keywordenforcer module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi

Used by

  • module~~mapl_locstreamregriddermod~~UsedByGraph module~mapl_locstreamregriddermod MAPL_LocstreamRegridderMod module~historytrajectory_implement HistoryTrajectory_implement module~historytrajectory_implement->module~mapl_locstreamregriddermod module~historytrajectorymod HistoryTrajectoryMod module~historytrajectory_implement->module~historytrajectorymod module~historytrajectorymod->module~mapl_locstreamregriddermod module~masksamplergeosatmod MaskSamplerGeosatMod module~masksamplergeosatmod->module~mapl_locstreamregriddermod module~stationsamplermod StationSamplerMod module~stationsamplermod->module~mapl_locstreamregriddermod module~mapl_historycollectionmod MAPL_HistoryCollectionMod module~mapl_historycollectionmod->module~historytrajectorymod module~mapl_historycollectionmod->module~masksamplergeosatmod module~mapl_historycollectionmod->module~stationsamplermod module~mapl_historygridcompmod MAPL_HistoryGridCompMod module~mapl_historygridcompmod->module~historytrajectorymod module~mapl_historygridcompmod->module~masksamplergeosatmod module~mapl_historygridcompmod->module~stationsamplermod module~mapl_historygridcompmod->module~mapl_historycollectionmod module~mapl_historycollectionvectormod MAPL_HistoryCollectionVectorMod module~mapl_historygridcompmod->module~mapl_historycollectionvectormod module~mapl_stringfieldsetmapmod MAPL_StringFieldSetMapMod module~mapl_historygridcompmod->module~mapl_stringfieldsetmapmod module~masksamplergeosat_implement MaskSamplerGeosat_implement module~masksamplergeosat_implement->module~masksamplergeosatmod module~extdata_drivergridcompmod ExtData_DriverGridCompMod module~extdata_drivergridcompmod->module~mapl_historygridcompmod module~mapl_capgridcompmod MAPL_CapGridCompMod module~mapl_capgridcompmod->module~mapl_historygridcompmod module~mapl_historycollectionvectormod->module~mapl_historycollectionmod module~mapl_stringfieldsetmapmod->module~mapl_historycollectionmod module~extdatadrivermod ExtDataDriverMod module~extdatadrivermod->module~extdata_drivergridcompmod module~mapl_capmod MAPL_CapMod module~mapl_capmod->module~mapl_capgridcompmod program~comp_testing_driver comp_testing_driver program~comp_testing_driver->module~mapl_capgridcompmod program~extdata_driver ExtData_Driver program~extdata_driver->module~extdata_drivergridcompmod

Interfaces

public interface LocstreamRegridder

  • private function new_LocstreamRegridder(grid, locstream, unusable, regrid_method, rc) result(regridder)

    Arguments

    Type IntentOptional Attributes Name
    type(ESMF_Grid), intent(inout) :: grid
    type(ESMF_LocStream), intent(inout) :: locstream
    class(KeywordEnforcer), intent(in), optional :: unusable
    type(ESMF_RegridMethod_Flag), intent(in), optional :: regrid_method
    integer, intent(out), optional :: rc

    Return Value type(LocstreamRegridder)


Derived Types

type, public ::  LocstreamRegridder

Components

Type Visibility Attributes Name Initial
type(ESMF_Grid), public :: grid
type(ESMF_LocStream), public :: locstream
type(ESMF_RouteHandle), public :: route_handle

Constructor

private function new_LocstreamRegridder (grid, locstream, unusable, regrid_method, rc)

Type-Bound Procedures

procedure, public :: destroy => destroy_route_handle
generic, public :: regrid => regrid_2d_real32
generic, public :: regrid => regrid_3d_real32
procedure, public :: regrid_2d_real32
procedure, public :: regrid_3d_real32