SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
real function | ustar_0d (PWIND, PZ, PZ0, PLMO) |
real function, dimension(size(pz)) | ustar_1d (PWIND, PZ, PZ0, PLMO) |
real function, dimension(size(pz, 1), size(pz, 2)) | ustar_2d (PWIND, PZ, PZ0, PLMO) |
Definition at line 84 of file mode_sbls.F90.
real function mode_sbls::ustar::ustar_0d | ( | real, intent(in) | PWIND, |
real, intent(in) | PZ, | ||
real, intent(in) | PZ0, | ||
real, intent(in) | PLMO | ||
) |
Definition at line 680 of file mode_sbls.F90.
real function, dimension(size(pz)) mode_sbls::ustar::ustar_1d | ( | real, dimension(:), intent(in) | PWIND, |
real, dimension(:), intent(in) | PZ, | ||
real, dimension(:), intent(in) | PZ0, | ||
real, dimension(:), intent(in) | PLMO | ||
) |
Definition at line 638 of file mode_sbls.F90.
real function, dimension(size(pz,1),size(pz,2)) mode_sbls::ustar::ustar_2d | ( | real, dimension(:,:), intent(in) | PWIND, |
real, dimension(:,:), intent(in) | PZ, | ||
real, dimension(:,:), intent(in) | PZ0, | ||
real, dimension(:,:), intent(in) | PLMO | ||
) |
Definition at line 596 of file mode_sbls.F90.