|
subroutine | l2g_1d (bounds, larr, garr, l2g_scale_type) |
|
subroutine | l2g_2d (bounds, num2d, larr, garr, l2g_scale_type) |
|
◆ l2g_1d()
subroutine subgridavemod::l2g::l2g_1d |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
real(r8), dimension( bounds%begl: ), intent(in) |
larr, |
|
|
real(r8), dimension( bounds%begg: ), intent(out) |
garr, |
|
|
character(len=*), intent(in) |
l2g_scale_type |
|
) |
| |
◆ l2g_2d()
subroutine subgridavemod::l2g::l2g_2d |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
integer, intent(in) |
num2d, |
|
|
real(r8), dimension( bounds%begl: , 1: ), intent(in) |
larr, |
|
|
real(r8), dimension( bounds%begg: , 1: ), intent(out) |
garr, |
|
|
character(len=*), intent(in) |
l2g_scale_type |
|
) |
| |
The documentation for this interface was generated from the following file: