Go to the source code of this file.
Data Types | |
module | MODI_ALBEDO |
interface | MODI_ALBEDO::ALBEDO |
Functions/Subroutines | |
subroutine | ALBEDO_1D (HALBEDO, PALBVIS_VEG, PALBNIR_VEG, PALBUV_VEG, PVEG, PALBVIS_SOIL, PALBNIR_SOIL, PALBUV_SOIL, PALBVIS_ECO, PALBNIR_ECO, PALBUV_ECO, PSNOW, OMASK) |
subroutine | ALBEDO_1D_PATCH (HALBEDO, PALBVIS_VEG, PALBNIR_VEG, PALBUV_VEG, PVEG, PALBVIS_SOIL, PALBNIR_SOIL, PALBUV_SOIL, PALBVIS_ECO, PALBNIR_ECO, PALBUV_ECO, PVEGTYPE, OMASK) |
subroutine ALBEDO_1D | ( | CHARACTER(LEN=*), intent(in) | HALBEDO, |
REAL, dimension(:), intent(in) | PALBVIS_VEG, | ||
REAL, dimension(:), intent(in) | PALBNIR_VEG, | ||
REAL, dimension(:), intent(in) | PALBUV_VEG, | ||
REAL, dimension(:), intent(in) | PVEG, | ||
REAL, dimension(:), intent(in) | PALBVIS_SOIL, | ||
REAL, dimension(:), intent(in) | PALBNIR_SOIL, | ||
REAL, dimension(:), intent(in) | PALBUV_SOIL, | ||
REAL, dimension(:), intent(inout) | PALBVIS_ECO, | ||
REAL, dimension(:), intent(inout) | PALBNIR_ECO, | ||
REAL, dimension(:), intent(inout) | PALBUV_ECO, | ||
REAL, dimension(:), intent(in), optional | PSNOW, | ||
LOGICAL, dimension(:), intent(in), optional | OMASK | ||
) |
Definition at line 81 of file albedo.F90.
subroutine ALBEDO_1D_PATCH | ( | CHARACTER(LEN=*), intent(in) | HALBEDO, |
REAL, dimension(:,:), intent(in) | PALBVIS_VEG, | ||
REAL, dimension(:,:), intent(in) | PALBNIR_VEG, | ||
REAL, dimension(:,:), intent(in) | PALBUV_VEG, | ||
REAL, dimension(:,:), intent(in) | PVEG, | ||
REAL, dimension(:,:), intent(in) | PALBVIS_SOIL, | ||
REAL, dimension(:,:), intent(in) | PALBNIR_SOIL, | ||
REAL, dimension(:,:), intent(in) | PALBUV_SOIL, | ||
REAL, dimension(:,:), intent(inout) | PALBVIS_ECO, | ||
REAL, dimension(:,:), intent(inout) | PALBNIR_ECO, | ||
REAL, dimension(:,:), intent(inout) | PALBUV_ECO, | ||
REAL, dimension(:,:), intent(in), optional | PVEGTYPE, | ||
LOGICAL, dimension(:), intent(in), optional | OMASK | ||
) |