VerticalRegridAction Interface

public interface VerticalRegridAction

Module Procedures

private function new_VerticalRegridAction(v_in_coord, v_in_coupler, v_out_coord, v_out_coupler, method) result(action)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(in) :: v_in_coord
class(ComponentDriver), intent(in), pointer :: v_in_coupler
type(ESMF_Field), intent(in) :: v_out_coord
class(ComponentDriver), intent(in), pointer :: v_out_coupler
type(VerticalRegridMethod), intent(in), optional :: method

Return Value type(VerticalRegridAction)