SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
Data Types | Functions/Subroutines
/home/dasprezs/EXPORT_v7_3/src/SURFEX/dry_wet_soil_albedos.F90 File Reference

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 
)

Definition at line 60 of file dry_wet_soil_albedos.F90.

Here is the caller graph for this function:

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 
)

Definition at line 157 of file dry_wet_soil_albedos.F90.