Go to the source code of this file.
Functions/Subroutines |
| subroutine | SOILSTRESS (HISBA, PF2, PROOTFRAC, PWSAT, PWFC, PWWILT, PWG, PWGI, KWG_LAYER, PF2WGHT, PF5) |
Function/Subroutine Documentation
| subroutine SOILSTRESS |
( |
CHARACTER(LEN=*), intent(in) |
HISBA, |
|
|
REAL, dimension(:), intent(out) |
PF2, |
|
|
REAL, dimension(:,:), intent(in) |
PROOTFRAC, |
|
|
REAL, dimension(:,:), intent(in) |
PWSAT, |
|
|
REAL, dimension(:,:), intent(in) |
PWFC, |
|
|
REAL, dimension(:,:), intent(in) |
PWWILT, |
|
|
REAL, dimension(:,:), intent(in) |
PWG, |
|
|
REAL, dimension(:,:), intent(in) |
PWGI, |
|
|
INTEGER, dimension(:), intent(in) |
KWG_LAYER, |
|
|
REAL, dimension(:,:), intent(out) |
PF2WGHT, |
|
|
REAL, dimension(:), intent(out) |
PF5 |
|
) |
| |