MAPL_FlapCLIMod Module


Uses

  • module~~mapl_flapclimod~~UsesGraph module~mapl_flapclimod MAPL_FlapCLIMod ESMF ESMF module~mapl_flapclimod->ESMF FLAP FLAP module~mapl_flapclimod->FLAP module~mapl_capoptionsmod mapl_CapOptionsMod module~mapl_flapclimod->module~mapl_capoptionsmod module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_flapclimod->module~mapl_exceptionhandling module~mapl_keywordenforcermod MAPL_KeywordEnforcerMod module~mapl_flapclimod->module~mapl_keywordenforcermod mpi mpi module~mapl_flapclimod->mpi module~mapl_capoptionsmod->ESMF module~mapl_capoptionsmod->module~mapl_exceptionhandling module~mapl_capoptionsmod->module~mapl_keywordenforcermod module~mapl_errorhandlingmod MAPL_ErrorHandlingMod module~mapl_exceptionhandling->module~mapl_errorhandlingmod module~mapl_throwmod MAPL_ThrowMod module~mapl_exceptionhandling->module~mapl_throwmod module~mapl_errorhandlingmod->mpi module~mapl_errorhandlingmod->module~mapl_throwmod

Used by

  • module~~mapl_flapclimod~~UsedByGraph module~mapl_flapclimod MAPL_FlapCLIMod module~mapl_gridcompsmod MAPL_GridCompsMod module~mapl_gridcompsmod->module~mapl_flapclimod module~mapl MAPL module~mapl->module~mapl_gridcompsmod module~extdata_drivergridcompmod ExtData_DriverGridCompMod module~extdata_drivergridcompmod->module~mapl module~extdatadrivermod ExtDataDriverMod module~extdatadrivermod->module~mapl module~extdatadrivermod->module~extdata_drivergridcompmod module~extdatautroot_gridcompmod ExtDataUtRoot_GridCompMod module~extdatadrivermod->module~extdatautroot_gridcompmod module~extdatautroot_gridcompmod->module~mapl module~varspecdescriptionmod VarspecDescriptionMod module~extdatautroot_gridcompmod->module~varspecdescriptionmod module~mapl_mod MAPL_Mod module~mapl_mod->module~mapl module~regrid_util_support_mod regrid_util_support_mod module~regrid_util_support_mod->module~mapl module~varspecdescriptionmod->module~mapl program~capdriver_main CapDriver_Main program~capdriver_main->module~mapl program~capdriver_main->module~extdatautroot_gridcompmod program~comp_testing_driver comp_testing_driver program~comp_testing_driver->module~mapl program~extdata_driver ExtData_Driver program~extdata_driver->module~mapl program~extdata_driver->module~extdata_drivergridcompmod program~extdata_driver->module~extdatadrivermod program~extdata_driver->module~extdatautroot_gridcompmod program~main~2 main program~main~2->module~mapl program~main~8 main program~main~8->module~mapl program~time_ave time_ave program~time_ave->module~mapl module~varspecdescriptionvectormod VarspecDescriptionVectorMod module~varspecdescriptionvectormod->module~varspecdescriptionmod program~regrid_util Regrid_Util program~regrid_util->module~regrid_util_support_mod

Interfaces

public interface MAPL_CapOptions

  • private function old_CapOptions_from_Flap(flapCLI, unusable, rc) result(cap_options)

    Arguments

    Type IntentOptional Attributes Name
    type(MAPL_FlapCLI), intent(inout) :: flapCLI
    class(KeywordEnforcer), intent(in), optional :: unusable
    integer, intent(out), optional :: rc

    Return Value type(MAPL_CapOptions)

public interface MAPL_FlapCLI

  • private function new_CapOptions_from_flap(unusable, description, authors, dummy, extra, rc) result(cap_options)

    Arguments

    Type IntentOptional Attributes Name
    class(KeywordEnforcer), intent(in), optional :: unusable
    character(len=*), intent(in) :: description
    character(len=*), intent(in) :: authors
    character(len=*), intent(in) :: dummy
    procedure(I_extraoptions), optional :: extra
    integer, intent(out), optional :: rc

    Return Value type(MAPL_CapOptions)

  • private function new_CapOptions_from_flap_back_comp(unusable, description, authors, extra, rc) result(flapcap)

    Arguments

    Type IntentOptional Attributes Name
    class(KeywordEnforcer), intent(in), optional :: unusable
    character(len=*), intent(in) :: description
    character(len=*), intent(in) :: authors
    procedure(I_extraoptions), optional :: extra
    integer, intent(out), optional :: rc

    Return Value type(MAPL_FlapCLI)


Derived Types

type, public ::  MAPL_FlapCLI

Components

Type Visibility Attributes Name Initial
type(command_line_interface), public :: cli_options

Constructor

private function new_CapOptions_from_flap (unusable, description, authors, dummy, extra, rc)
private function new_CapOptions_from_flap_back_comp (unusable, description, authors, extra, rc)

Type-Bound Procedures

procedure, public, nopass :: add_command_line_options
procedure, public :: fill_cap_options