CopyAction Interface

public interface CopyAction

Calls

interface~~copyaction~~CallsGraph interface~copyaction CopyAction proc~new_copyaction new_CopyAction interface~copyaction->proc~new_copyaction proc~new_copyaction2 new_CopyAction2 interface~copyaction->proc~new_copyaction2

Module Procedures

public function new_CopyAction(f_in, f_out) result(action)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(in) :: f_in
type(ESMF_Field), intent(in) :: f_out

Return Value type(CopyAction)

public function new_CopyAction2(src_typekind, dst_typekind) result(action)

Arguments

Type IntentOptional Attributes Name
type(ESMF_TypeKind_Flag), intent(in) :: src_typekind
type(ESMF_TypeKind_Flag), intent(in) :: dst_typekind

Return Value type(CopyAction)