SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | isba_canopy (PCDRAG, KI, SB, PHEIGHT, PCANOPY_DENSITY, PUW_GROUND, PDUWDU_GROUND, PFORC_U, PDFORC_UDU, PFORC_E, PDFORC_EDE) |
subroutine isba_canopy | ( | real, intent(in) | PCDRAG, |
integer, intent(in) | KI, | ||
type(canopy_t), intent(inout) | SB, | ||
real, dimension(ki), intent(in) | PHEIGHT, | ||
real, dimension(ki), intent(in) | PCANOPY_DENSITY, | ||
real, dimension(ki), intent(in) | PUW_GROUND, | ||
real, dimension(ki), intent(in) | PDUWDU_GROUND, | ||
real, dimension(ki,sb%nlvl), intent(out) | PFORC_U, | ||
real, dimension(ki,sb%nlvl), intent(out) | PDFORC_UDU, | ||
real, dimension(ki,sb%nlvl), intent(out) | PFORC_E, | ||
real, dimension(ki,sb%nlvl), intent(out) | PDFORC_EDE | ||
) |
Definition at line 8 of file isba_canopy.F90.