Go to the source code of this file.
Data Types |
module | MODI_DRY_WET_SOIL_ALBEDOS |
interface | MODI_DRY_WET_SOIL_ALBEDOS::DRY_WET_SOIL_ALBEDOS |
Functions/Subroutines |
subroutine | DRY_WET_SOIL_ALBEDOS_1D (PSAND, PCLAY, PVEGTYPE, PALBNIR_DRY, PALBVIS_DRY, PALBUV_DRY, PALBNIR_WET, PALBVIS_WET, PALBUV_WET) |
subroutine | DRY_WET_SOIL_ALBEDOS_2D (PSAND, PCLAY, PVEGTYPE, PALBNIR_DRY, PALBVIS_DRY, PALBUV_DRY, PALBNIR_WET, PALBVIS_WET, PALBUV_WET) |
Function/Subroutine Documentation
subroutine DRY_WET_SOIL_ALBEDOS_1D |
( |
REAL, dimension(:), intent(in) |
PSAND, |
|
|
REAL, dimension(:), intent(in) |
PCLAY, |
|
|
REAL, dimension(:,:), intent(in) |
PVEGTYPE, |
|
|
REAL, dimension(:), intent(out) |
PALBNIR_DRY, |
|
|
REAL, dimension(:), intent(out) |
PALBVIS_DRY, |
|
|
REAL, dimension(:), intent(out) |
PALBUV_DRY, |
|
|
REAL, dimension(:), intent(out) |
PALBNIR_WET, |
|
|
REAL, dimension(:), intent(out) |
PALBVIS_WET, |
|
|
REAL, dimension(:), intent(out) |
PALBUV_WET |
|
) |
| |
subroutine DRY_WET_SOIL_ALBEDOS_2D |
( |
REAL, dimension(:,:), intent(in) |
PSAND, |
|
|
REAL, dimension(:,:), intent(in) |
PCLAY, |
|
|
REAL, dimension(:,:,:), intent(in) |
PVEGTYPE, |
|
|
REAL, dimension(:,:), intent(out) |
PALBNIR_DRY, |
|
|
REAL, dimension(:,:), intent(out) |
PALBVIS_DRY, |
|
|
REAL, dimension(:,:), intent(out) |
PALBUV_DRY, |
|
|
REAL, dimension(:,:), intent(out) |
PALBNIR_WET, |
|
|
REAL, dimension(:,:), intent(out) |
PALBVIS_WET, |
|
|
REAL, dimension(:,:), intent(out) |
PALBUV_WET |
|
) |
| |