PDAF_g2l Interface

interface
public subroutine PDAF_g2l(dim_p, dim_l, idx_l_in_p, state_p, state_l)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: dim_p
integer, intent(in) :: dim_l
integer, intent(in) :: idx_l_in_p(dim_l)
real, intent(in) :: state_p(dim_p)
real, intent(out) :: state_l(dim_l)