p2g_2d Subroutine

public subroutine p2g_2d(bounds, num2d, parr, garr, p2c_scale_type, c2l_scale_type, l2g_scale_type)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num2d
real(kind=r8), intent(in) :: parr(bounds%begp:,1:)
real(kind=r8), intent(out) :: garr(bounds%begg:,1:)
character(len=*), intent(in) :: p2c_scale_type
character(len=*), intent(in) :: c2l_scale_type
character(len=*), intent(in) :: l2g_scale_type