Go to the source code of this file.
Functions/Subroutines |
subroutine | AVERAGE_RAD (PFRAC_TILE, PDIR_ALB_TILE, PSCA_ALB_TILE, PEMIS_TILE, PTRAD_TILE, PDIR_ALB, PSCA_ALB, PEMIS, PTRAD) |
Function/Subroutine Documentation
subroutine AVERAGE_RAD |
( |
REAL, dimension(:,:), intent(in) |
PFRAC_TILE, |
|
|
REAL, dimension(:,:,:), intent(in) |
PDIR_ALB_TILE, |
|
|
REAL, dimension(:,:,:), intent(in) |
PSCA_ALB_TILE, |
|
|
REAL, dimension(:,:), intent(in) |
PEMIS_TILE, |
|
|
REAL, dimension(:,:), intent(in) |
PTRAD_TILE, |
|
|
REAL, dimension(:,:), intent(out) |
PDIR_ALB, |
|
|
REAL, dimension(:,:), intent(out) |
PSCA_ALB, |
|
|
REAL, dimension(:), intent(out) |
PEMIS, |
|
|
REAL, dimension(:), intent(out) |
PTRAD |
|
) |
| |