MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
HConfigParams
Interface
3 statements
Source File
hconfig_params.F90
mapl3g_hconfig_params
HConfigParams
Contents
Module Procedures
construct_hconfig_params
public interface HConfigParams
Module Procedures
private function construct_hconfig_params(hconfig, label, check_value_set, logger) result(params)
Arguments
Type
Intent
Optional
Attributes
Name
type(
ESMF_HConfig
),
intent(in)
::
hconfig
character(len=*),
intent(in)
::
label
logical,
intent(in),
optional
::
check_value_set
class(
Logger
),
intent(in),
optional,
pointer
::
logger
Return Value
type(
HConfigParams
)