MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
ComponentSpec
Interface
3 statements
Source File
ComponentSpec.F90
mapl3g_ComponentSpec
ComponentSpec
Contents
Module Procedures
new_ComponentSpec
public interface ComponentSpec
Module Procedures
private function new_ComponentSpec(var_specs, connections, timestep) result(spec)
Arguments
Type
Intent
Optional
Attributes
Name
type(
VariableSpecVector
),
intent(in),
optional
::
var_specs
type(
ConnectionVector
),
intent(in),
optional
::
connections
type(
ESMF_TimeInterval
),
intent(in),
optional
::
timestep
Return Value
type(
ComponentSpec
)