RegridAction Interface

public interface RegridAction

Module Procedures

private function new_ScalarRegridAction(geom_src, f_src, geom_dst, f_dst, param_dst, rc) result(action)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Geom), intent(in) :: geom_src
type(ESMF_Field), intent(in) :: f_src
type(ESMF_Geom), intent(in) :: geom_dst
type(ESMF_Field), intent(in) :: f_dst
type(EsmfRegridderParam), intent(in) :: param_dst
integer, intent(out), optional :: rc

Return Value type(ScalarRegridAction)

private function new_ScalarRegridAction2(src_geom, dst_geom, dst_param) result(action)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Geom), intent(in) :: src_geom
type(ESMF_Geom), intent(in) :: dst_geom
type(EsmfRegridderParam), intent(in) :: dst_param

Return Value type(ScalarRegridAction)