MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
SimpleAlarm
Interface
3 statements
Source File
MAPL_SimpleAlarm.F90
MAPL_SimpleAlarm
SimpleAlarm
Contents
Module Procedures
new_simple_alarm
public interface SimpleAlarm
Module Procedures
private function new_simple_alarm(reference_time, ring_interval, rc) result(new_alarm)
Arguments
Type
Intent
Optional
Attributes
Name
type(
ESMF_Time
),
intent(in)
::
reference_time
type(
ESMF_TimeInterval
),
intent(in)
::
ring_interval
integer,
intent(out),
optional
::
rc
Return Value
type(
SimpleAlarm
)