|
subroutine | p2c_1d (bounds, parr, carr, p2c_scale_type) |
|
subroutine | p2c_2d (bounds, num2d, parr, carr, p2c_scale_type) |
|
subroutine | p2c_1d_filter (bounds, numfc, filterc, pftarr, colarr) |
|
subroutine | p2c_2d_filter (lev, numfc, filterc, pftarr, colarr) |
|
◆ p2c_1d()
subroutine subgridavemod::p2c::p2c_1d |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
real(r8), dimension( bounds%begp: ), intent(in) |
parr, |
|
|
real(r8), dimension( bounds%begc: ), intent(out) |
carr, |
|
|
character(len=*), intent(in) |
p2c_scale_type |
|
) |
| |
◆ p2c_1d_filter()
subroutine subgridavemod::p2c::p2c_1d_filter |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
integer, intent(in) |
numfc, |
|
|
integer, dimension(numfc), intent(in) |
filterc, |
|
|
real(r8), dimension( bounds%begp: ), intent(in) |
pftarr, |
|
|
real(r8), dimension( bounds%begc: ), intent(out) |
colarr |
|
) |
| |
◆ p2c_2d()
subroutine subgridavemod::p2c::p2c_2d |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
integer, intent(in) |
num2d, |
|
|
real(r8), dimension( bounds%begp: , 1: ), intent(in) |
parr, |
|
|
real(r8), dimension( bounds%begc: , 1: ), intent(out) |
carr, |
|
|
character(len=*), intent(in) |
p2c_scale_type |
|
) |
| |
◆ p2c_2d_filter()
subroutine subgridavemod::p2c::p2c_2d_filter |
( |
integer, intent(in) |
lev, |
|
|
integer, intent(in) |
numfc, |
|
|
integer, dimension(numfc), intent(in) |
filterc, |
|
|
real(r8), dimension(:,:), pointer |
pftarr, |
|
|
real(r8), dimension(:,:), pointer |
colarr |
|
) |
| |
The documentation for this interface was generated from the following file: