MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
parse_component_spec
Interface
44 statements
Source File
ComponentSpecParser.F90
mapl3g_ComponentSpecParser
parse_component_spec
Contents
None
interface
Submodule declarations
public module function parse_component_spec(hconfig, registry, rc) result(spec)
Arguments
Type
Intent
Optional
Attributes
Name
type(
ESMF_HConfig
),
intent(inout),
target
::
hconfig
type(
StateRegistry
),
intent(in),
optional,
target
::
registry
integer,
intent(out),
optional
::
rc
Return Value
type(
ComponentSpec
)