HConfigParams Interface

public interface HConfigParams

Module Procedures

private function construct_hconfig_params(hconfig, label, check_value_set, logger) result(params)

Arguments

Type IntentOptional 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)