NUOPC_FreeFormatCreate Interface

public interface NUOPC_FreeFormatCreate

Module Procedures

private function NUOPC_FreeFormatCreateDefault(freeFormat, stringList, capacity, rc)

Arguments

Type IntentOptional Attributes Name
type(NUOPC_FreeFormat), intent(in), optional :: freeFormat
character(len=*), intent(in), optional :: stringList(:)
integer, intent(in), optional :: capacity
integer, intent(out), optional :: rc

Return Value type(NUOPC_FreeFormat)

private function NUOPC_FreeFormatCreateRead(config, label, relaxedflag, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Config) :: config
character(len=*), intent(in) :: label
logical, intent(in), optional :: relaxedflag
integer, intent(out), optional :: rc

Return Value type(NUOPC_FreeFormat)