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
type(GriddedComponentDriver), intent(in), pointer :: v_in_coupler
type(ESMF_Field), intent(in) :: v_out_coord
type(GriddedComponentDriver), intent(in), pointer :: v_out_coupler
type(Vertical_RegridMethod_Flag), intent(in) :: method

Return Value type(VerticalRegridAction)