|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | vegetation_update (DTCO, DTV, KDIM, IO, KK, PK, PEK, KPATCH, PTSTEP, TTIME, PCOVER, OCOVER, OAGRIP, HSFTYPE, OALB, ISSK, ODUPDATED, OABSENT) |
| subroutine vegetation_update | ( | type(data_cover_t), intent(inout) | DTCO, |
| type(data_isba_t), intent(inout) | DTV, | ||
| integer, intent(in) | KDIM, | ||
| type(isba_options_t), intent(inout) | IO, | ||
| type(isba_k_t), intent(inout) | KK, | ||
| type(isba_p_t), intent(inout) | PK, | ||
| type(isba_pe_t), intent(inout) | PEK, | ||
| integer, intent(in) | KPATCH, | ||
| real, intent(in) | PTSTEP, | ||
| type(date_time), intent(in) | TTIME, | ||
| real, dimension(:,:), intent(in) | PCOVER, | ||
| logical, dimension(:), intent(in) | OCOVER, | ||
| logical, intent(in) | OAGRIP, | ||
| character(len=*), intent(in) | HSFTYPE, | ||
| logical, intent(in) | OALB, | ||
| type(sso_t), intent(inout) | ISSK, | ||
| logical, intent(out) | ODUPDATED, | ||
| logical, dimension(:), intent(in), optional | OABSENT | ||
| ) |
Definition at line 9 of file vegetation_update.F90.


1.8.13