|
subroutine | c2g_1d (bounds, carr, garr, c2l_scale_type, l2g_scale_type) |
|
subroutine | c2g_2d (bounds, num2d, carr, garr, c2l_scale_type, l2g_scale_type) |
|
◆ c2g_1d()
subroutine subgridavemod::c2g::c2g_1d |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
real(r8), dimension( bounds%begc: ), intent(in) |
carr, |
|
|
real(r8), dimension( bounds%begg: ), intent(out) |
garr, |
|
|
character(len=*), intent(in) |
c2l_scale_type, |
|
|
character(len=*), intent(in) |
l2g_scale_type |
|
) |
| |
◆ c2g_2d()
subroutine subgridavemod::c2g::c2g_2d |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
integer, intent(in) |
num2d, |
|
|
real(r8), dimension( bounds%begc: , 1: ), intent(in) |
carr, |
|
|
real(r8), dimension( bounds%begg: , 1: ), intent(out) |
garr, |
|
|
character(len=*), intent(in) |
c2l_scale_type, |
|
|
character(len=*), intent(in) |
l2g_scale_type |
|
) |
| |
The documentation for this interface was generated from the following file: