Go to the source code of this file.
Functions/Subroutines | |
subroutine | AVG_ALBEDO_EMIS_GARDEN (HALBEDO, PVEG, PZ0, PLAI, PTG1, PSW_BANDS, PALBNIR_VEG, PALBVIS_VEG, PALBUV_VEG, PALBNIR_SOIL, PALBVIS_SOIL, PALBUV_SOIL, PEMIS_ECO, TPSNOW, PALBNIR_ECO, PALBVIS_ECO, PALBUV_ECO, PDIR_ALB, PSCA_ALB, PEMIS, PTSRAD) |
subroutine AVG_ALBEDO_EMIS_GARDEN | ( | CHARACTER(LEN=4), intent(in) | HALBEDO, |
REAL, dimension(:), intent(in) | PVEG, | ||
REAL, dimension(:), intent(in) | PZ0, | ||
REAL, dimension(:), intent(in) | PLAI, | ||
REAL, dimension(:), intent(in) | PTG1, | ||
REAL, dimension(:), intent(in) | PSW_BANDS, | ||
REAL, dimension(:), intent(in) | PALBNIR_VEG, | ||
REAL, dimension(:), intent(in) | PALBVIS_VEG, | ||
REAL, dimension(:), intent(in) | PALBUV_VEG, | ||
REAL, dimension(:), intent(in) | PALBNIR_SOIL, | ||
REAL, dimension(:), intent(in) | PALBVIS_SOIL, | ||
REAL, dimension(:), intent(in) | PALBUV_SOIL, | ||
REAL, dimension(:), intent(in) | PEMIS_ECO, | ||
TYPE(SURF_SNOW), intent(in) | TPSNOW, | ||
REAL, dimension(:), intent(out) | PALBNIR_ECO, | ||
REAL, dimension(:), intent(out) | PALBVIS_ECO, | ||
REAL, dimension(:), intent(out) | PALBUV_ECO, | ||
REAL, dimension(:,:), intent(out) | PDIR_ALB, | ||
REAL, dimension(:,:), intent(out) | PSCA_ALB, | ||
REAL, dimension(:), intent(out) | PEMIS, | ||
REAL, dimension(:), intent(out) | PTSRAD | ||
) |
Definition at line 2 of file avg_albedo_emis_garden.F90.