|
SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
| real function, dimension(size(pclay, 1), size(pclay, 2)) | bcoef_func_2d (PCLAY, PSAND, HPEDOTF) |
| real function, dimension(size(pclay)) | bcoef_func_1d (PCLAY, PSAND, HPEDOTF) |
Definition at line 67 of file mode_soil.F90.
| real function, dimension(size(pclay)) mode_soil::bcoef_func::bcoef_func_1d | ( | real, dimension(:), intent(in) | PCLAY, |
| real, dimension(:), intent(in) | PSAND, | ||
| character(len=4), intent(in) | HPEDOTF | ||
| ) |
Definition at line 589 of file mode_soil.F90.
| real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::bcoef_func::bcoef_func_2d | ( | real, dimension(:,:), intent(in) | PCLAY, |
| real, dimension(:,:), intent(in) | PSAND, | ||
| character(len=4), intent(in) | HPEDOTF | ||
| ) |
Definition at line 222 of file mode_soil.F90.
1.8.13