mapl3g_CopyAction Module


Uses

  • module~~mapl3g_copyaction~~UsesGraph module~mapl3g_copyaction mapl3g_CopyAction ESMF ESMF module~mapl3g_copyaction->ESMF module~mapl3g_extensionaction mapl3g_ExtensionAction module~mapl3g_copyaction->module~mapl3g_extensionaction module~mapl_errorhandling mapl_ErrorHandling module~mapl3g_copyaction->module~mapl_errorhandling module~mapl_fieldutils MAPL_FieldUtils module~mapl3g_copyaction->module~mapl_fieldutils module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi module~mapl_fieldbinaryoperations MAPL_FieldBinaryOperations module~mapl_fieldutils->module~mapl_fieldbinaryoperations module~mapl_fieldblas mapl_FieldBLAS module~mapl_fieldutils->module~mapl_fieldblas module~mapl_fieldpointerutilities MAPL_FieldPointerUtilities module~mapl_fieldutils->module~mapl_fieldpointerutilities module~mapl_fieldunaryfunctions MAPL_FieldUnaryFunctions module~mapl_fieldutils->module~mapl_fieldunaryfunctions module~mapl_fieldutilities MAPL_FieldUtilities module~mapl_fieldutils->module~mapl_fieldutilities module~mapl_fieldbinaryoperations->ESMF module~mapl_fieldbinaryoperations->module~mapl_fieldpointerutilities module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_fieldbinaryoperations->module~mapl_exceptionhandling module~mapl_fieldblas->ESMF module~mapl_fieldblas->module~mapl_fieldpointerutilities module~mapl_fieldblas->module~mapl_exceptionhandling module~mapl_fieldpointerutilities->ESMF iso_c_binding iso_c_binding module~mapl_fieldpointerutilities->iso_c_binding module~mapl_fieldpointerutilities->module~mapl_exceptionhandling module~mapl_fieldunaryfunctions->ESMF module~mapl_fieldunaryfunctions->module~mapl_fieldpointerutilities module~mapl_fieldunaryfunctions->module~mapl_exceptionhandling module~mapl_fieldutilities->ESMF module~mapl_fieldutilities->module~mapl_fieldpointerutilities module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl_fieldutilities->module~mapl_errorhandlingmod module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_exceptionhandling->module~mapl_throwmod module~mapl_exceptionhandling->module~mapl_errorhandlingmod

Used by

  • module~~mapl3g_copyaction~~UsedByGraph module~mapl3g_copyaction mapl3g_CopyAction module~mapl3g_fieldspec mapl3g_FieldSpec module~mapl3g_fieldspec->module~mapl3g_copyaction module~mapl3g_bracketspec mapl3g_BracketSpec module~mapl3g_bracketspec->module~mapl3g_fieldspec module~mapl3g_make_itemspec mapl3g_make_itemSpec module~mapl3g_make_itemspec->module~mapl3g_fieldspec module~mapl3g_make_itemspec->module~mapl3g_bracketspec module~mapl3g_modelverticalgrid mapl3g_ModelVerticalGrid module~mapl3g_modelverticalgrid->module~mapl3g_fieldspec module~test_addfieldspec Test_AddFieldSpec module~test_addfieldspec->module~mapl3g_fieldspec module~test_bracketspec Test_BracketSpec module~test_bracketspec->module~mapl3g_fieldspec module~test_bracketspec->module~mapl3g_bracketspec module~test_fieldinfo Test_FieldInfo module~test_fieldinfo->module~mapl3g_fieldspec module~test_fieldspec Test_FieldSpec module~test_fieldspec->module~mapl3g_fieldspec module~can_connect_to_smod can_connect_to_smod module~can_connect_to_smod->module~mapl3g_modelverticalgrid module~can_connect_to_smod~2 can_connect_to_smod module~can_connect_to_smod~2->module~mapl3g_modelverticalgrid module~can_connect_to_smod~3 can_connect_to_smod module~can_connect_to_smod~3->module~mapl3g_modelverticalgrid module~initialize_advertise_smod initialize_advertise_smod module~initialize_advertise_smod->module~mapl3g_make_itemspec module~test_modelverticalgrid Test_ModelVerticalGrid module~test_modelverticalgrid->module~mapl3g_make_itemspec module~test_modelverticalgrid->module~mapl3g_modelverticalgrid

Interfaces

public interface CopyAction


Derived Types

type, public, extends(ExtensionAction) ::  CopyAction

Constructor

public function new_CopyAction (f_in, f_out)
public function new_CopyAction2 (src_typekind, dst_typekind)

Type-Bound Procedures

procedure, public :: initialize
procedure, public :: run

Functions

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)


Subroutines

public subroutine initialize(this, importState, exportState, clock, rc)

Arguments

Type IntentOptional Attributes Name
class(CopyAction), intent(inout) :: this
type(ESMF_State) :: importState
type(ESMF_State) :: exportState
type(ESMF_Clock) :: clock
integer, intent(out), optional :: rc

public subroutine run(this, importState, exportState, clock, rc)

Arguments

Type IntentOptional Attributes Name
class(CopyAction), intent(inout) :: this
type(ESMF_State) :: importState
type(ESMF_State) :: exportState
type(ESMF_Clock) :: clock
integer, intent(out), optional :: rc