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

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)

Function/Subroutine Documentation

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 
)

Definition at line 197 of file albedo.F90.

Here is the call graph for this function: