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