SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Functions/Subroutines
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 64 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 171 of file dry_wet_soil_albedos.F90.