Go to the source code of this file.
Functions/Subroutines | |
subroutine | RADIATIVE_TRANSFERT (PVEGTYPE, PALBVIS_VEG, PALBVIS_SOIL, PALBNIR_VEG, PALBNIR_SOIL, PSW_RAD, PLAI, PZENITH, PABC, PFAPARC, PFAPIRC, PMUS, PLAI_EFFC, OSHADE, PIACAN, PIACAN_SUNLIT, PIACAN_SHADE, PFRAC_SUN, PFAPAR, PFAPIR, PFAPAR_BS, PFAPIR_BS) |
subroutine RADIATIVE_TRANSFERT | ( | REAL, dimension(:,:), intent(in) | PVEGTYPE, |
REAL, dimension(:), intent(in) | PALBVIS_VEG, | ||
REAL, dimension(:), intent(in) | PALBVIS_SOIL, | ||
REAL, dimension(:), intent(in) | PALBNIR_VEG, | ||
REAL, dimension(:), intent(in) | PALBNIR_SOIL, | ||
REAL, dimension(:), intent(in) | PSW_RAD, | ||
REAL, dimension(:), intent(in) | PLAI, | ||
REAL, dimension(:), intent(in) | PZENITH, | ||
REAL, dimension(:), intent(inout) | PABC, | ||
REAL, dimension(:), intent(inout) | PFAPARC, | ||
REAL, dimension(:), intent(inout) | PFAPIRC, | ||
REAL, dimension(:), intent(inout) | PMUS, | ||
REAL, dimension(:), intent(inout) | PLAI_EFFC, | ||
LOGICAL, dimension(:), intent(out) | OSHADE, | ||
REAL, dimension(:,:), intent(out) | PIACAN, | ||
REAL, dimension(:,:), intent(out) | PIACAN_SUNLIT, | ||
REAL, dimension(:,:), intent(out) | PIACAN_SHADE, | ||
REAL, dimension(:,:), intent(out) | PFRAC_SUN, | ||
REAL, dimension(:), intent(out) | PFAPAR, | ||
REAL, dimension(:), intent(out) | PFAPIR, | ||
REAL, dimension(:), intent(out) | PFAPAR_BS, | ||
REAL, dimension(:), intent(out) | PFAPIR_BS | ||
) |
Definition at line 2 of file radiative_transfert.F90.