|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | canopy (KI, SB, PHEIGHT, PDENSITY, PCDRAG, PAIRVOL, PSV, PFORC, PFORC_U, PDFORC_UDU, PFORC_E, PDFORC_EDE) |
| subroutine canopy | ( | integer, intent(in) | KI, |
| type(canopy_t), intent(inout) | SB, | ||
| real, dimension(ki), intent(in) | PHEIGHT, | ||
| real, dimension(ki,sb%nlvl), intent(in) | PDENSITY, | ||
| real, dimension(ki,sb%nlvl), intent(in) | PCDRAG, | ||
| real, dimension(ki,sb%nlvl), intent(in) | PAIRVOL, | ||
| real, dimension(ki,sb%nlvl), intent(out) | PSV, | ||
| real, dimension(ki,sb%nlvl), intent(out) | PFORC, | ||
| 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 | ||
| ) |
1.8.13