|
SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
| real function, dimension(size(pvelc, 1), size(pvelc, 2)) | snow_intercept_eff_2d (PCHIP, PVELC, PWRVNMAX) |
| real function, dimension(size(pvelc)) | snow_intercept_eff_1d (PCHIP, PVELC, PWRVNMAX) |
| real function | snow_intercept_eff_0d (PCHIP, PVELC, PWRVNMAX) |
Definition at line 59 of file mode_meb.F90.
| real function mode_meb::snow_intercept_eff::snow_intercept_eff_0d | ( | real, intent(in) | PCHIP, |
| real, intent(in) | PVELC, | ||
| real, intent(in) | PWRVNMAX | ||
| ) |
Definition at line 587 of file mode_meb.F90.
| real function, dimension(size(pvelc)) mode_meb::snow_intercept_eff::snow_intercept_eff_1d | ( | real, dimension(:), intent(in) | PCHIP, |
| real, dimension(:), intent(in) | PVELC, | ||
| real, dimension(:), intent(in) | PWRVNMAX | ||
| ) |
Definition at line 663 of file mode_meb.F90.
| real function, dimension(size(pvelc,1),size(pvelc,2)) mode_meb::snow_intercept_eff::snow_intercept_eff_2d | ( | real, dimension(:,:), intent(in) | PCHIP, |
| real, dimension(:,:), intent(in) | PVELC, | ||
| real, dimension(:,:), intent(in) | PWRVNMAX | ||
| ) |
Definition at line 739 of file mode_meb.F90.
1.8.13