LocStreamFactoryMod Module


Uses

  • module~~locstreamfactorymod~~UsesGraph module~locstreamfactorymod LocStreamFactoryMod ESMF ESMF module~locstreamfactorymod->ESMF iso_fortran_env iso_fortran_env module~locstreamfactorymod->iso_fortran_env module~mapl_constants MAPL_Constants module~locstreamfactorymod->module~mapl_constants module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~locstreamfactorymod->module~mapl_errorhandlingmod module~mapl_keywordenforcermod mapl_KeywordEnforcerMod module~locstreamfactorymod->module~mapl_keywordenforcermod 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_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 module~mapl_internalconstantsmod->iso_fortran_env module~mapl_mathconstantsmod->iso_fortran_env module~mapl_physicalconstantsmod->iso_fortran_env module~mapl_physicalconstantsmod->module~mapl_mathconstantsmod

Used by

  • module~~locstreamfactorymod~~UsedByGraph module~locstreamfactorymod LocStreamFactoryMod module~historytrajectory_implement HistoryTrajectory_implement module~historytrajectory_implement->module~locstreamfactorymod module~historytrajectorymod HistoryTrajectoryMod module~historytrajectory_implement->module~historytrajectorymod module~historytrajectorymod->module~locstreamfactorymod module~masksamplergeosatmod MaskSamplerGeosatMod module~masksamplergeosatmod->module~locstreamfactorymod module~stationsamplermod StationSamplerMod module~stationsamplermod->module~locstreamfactorymod 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 LocStreamFactory

  • private function LocStreamFactory_from_arrays(lons, lats, unusable, rc) result(factory)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=REAL64), intent(in) :: lons(:)
    real(kind=REAL64), intent(in) :: lats(:)
    class(KeywordEnforcer), intent(in), optional :: unusable
    integer, intent(out), optional :: rc

    Return Value type(LocStreamFactory)


Derived Types

type, public ::  LocStreamFactory

Constructor

private function LocStreamFactory_from_arrays (lons, lats, unusable, rc)

Type-Bound Procedures

procedure, public :: create_locstream
procedure, public :: create_locstream_on_proc
procedure, public :: destroy_locstream