|
subroutine | c2l_1d (bounds, carr, larr, c2l_scale_type) |
|
subroutine | c2l_2d (bounds, num2d, carr, larr, c2l_scale_type) |
|
◆ c2l_1d()
subroutine subgridavemod::c2l::c2l_1d |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
real(r8), dimension( bounds%begc: ), intent(in) |
carr, |
|
|
real(r8), dimension( bounds%begl: ), intent(out) |
larr, |
|
|
character(len=*), intent(in) |
c2l_scale_type |
|
) |
| |
◆ c2l_2d()
subroutine subgridavemod::c2l::c2l_2d |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
integer, intent(in) |
num2d, |
|
|
real(r8), dimension( bounds%begc: , 1: ), intent(in) |
carr, |
|
|
real(r8), dimension( bounds%begl: , 1: ), intent(out) |
larr, |
|
|
character(len=*), intent(in) |
c2l_scale_type |
|
) |
| |
The documentation for this interface was generated from the following file: