MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
RestartHandler
Interface
3 statements
Source File
RestartHandler.F90
mapl3g_RestartHandler
RestartHandler
Contents
Module Procedures
new_RestartHandler
public interface RestartHandler
Module Procedures
private function new_RestartHandler(gc_name, gc_geom, gc_clock, rc) result(restart_handler)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
gc_name
type(
ESMF_Geom
),
intent(in)
::
gc_geom
type(
ESMF_Clock
),
intent(in)
::
gc_clock
integer,
intent(out),
optional
::
rc
Return Value
type(
RestartHandler
)