PDAFlocal_l2g_cb Interface

interface
public subroutine PDAFlocal_l2g_cb(step, domain_p, dim_l, state_l, dim_p, state_p)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: step
integer, intent(in) :: domain_p
integer, intent(in) :: dim_l
real, intent(in) :: state_l(dim_l)
integer, intent(in) :: dim_p
real, intent(inout) :: state_p(dim_p)