|
SURFEX v8.1
General documentation of Surfex
|
Data Types | |
| interface | chtc_rough_doe |
| interface | chtc_smooth_lee_doe |
| interface | chtc_smooth_wind_doe |
| interface | chtc_up_doe |
| interface | chtc_vert_doe |
Functions/Subroutines | |
| real function | chtc_vert_doe_0d (PTS, PTA) |
| real function, dimension(size(pts)) | chtc_vert_doe_1d (PTS, PTA) |
| real function, dimension(size(pts)) | chtc_up_doe_1d (PTS, PTA) |
| real function | chtc_up_doe_0d (PTS, PTA) |
| real function, dimension(size(pts)) | chtc_down_doe (PTS, PTA) |
| real function | chtc_smooth_lee_doe_0d (PCHTCN, PVMOD) |
| real function, dimension(size(pchtcn)) | chtc_smooth_lee_doe_1d (PCHTCN, PVMOD) |
| real function | chtc_smooth_wind_doe_0d (PCHTCN, PVMOD) |
| real function, dimension(size(pchtcn)) | chtc_smooth_wind_doe_1d (PCHTCN, PVMOD) |
| real function | chtc_rough_doe_0d (PCHTCN, PCHTCS, PROUGH) |
| real function, dimension(size(pchtcn)) | chtc_rough_doe_1d (PCHTCN, PCHTCS, PROUGH) |
| real function mode_conv_doe::chtc_rough_doe_0d | ( | real, intent(in) | PCHTCN, |
| real, intent(in) | PCHTCS, | ||
| real, intent(in) | PROUGH | ||
| ) |
Definition at line 675 of file mode_conv_DOE.F90.
| real function, dimension(size(pchtcn)) mode_conv_doe::chtc_rough_doe_1d | ( | real, dimension(:), intent(in) | PCHTCN, |
| real, dimension(:), intent(in) | PCHTCS, | ||
| real, dimension(:), intent(in) | PROUGH | ||
| ) |
Definition at line 740 of file mode_conv_DOE.F90.
| real function mode_conv_doe::chtc_smooth_lee_doe_0d | ( | real, intent(in) | PCHTCN, |
| real, intent(in) | PVMOD | ||
| ) |
Definition at line 385 of file mode_conv_DOE.F90.
| real function, dimension(size(pchtcn)) mode_conv_doe::chtc_smooth_lee_doe_1d | ( | real, dimension(:), intent(in) | PCHTCN, |
| real, dimension(:), intent(in) | PVMOD | ||
| ) |
Definition at line 458 of file mode_conv_DOE.F90.
| real function mode_conv_doe::chtc_smooth_wind_doe_0d | ( | real, intent(in) | PCHTCN, |
| real, intent(in) | PVMOD | ||
| ) |
Definition at line 530 of file mode_conv_DOE.F90.
| real function, dimension(size(pchtcn)) mode_conv_doe::chtc_smooth_wind_doe_1d | ( | real, dimension(:), intent(in) | PCHTCN, |
| real, dimension(:), intent(in) | PVMOD | ||
| ) |
Definition at line 603 of file mode_conv_DOE.F90.
Definition at line 253 of file mode_conv_DOE.F90.
| real function, dimension(size(pts)) mode_conv_doe::chtc_up_doe_1d | ( | real, dimension(:), intent(in) | PTS, |
| real, dimension(:), intent(in) | PTA | ||
| ) |
Definition at line 188 of file mode_conv_DOE.F90.
Definition at line 65 of file mode_conv_DOE.F90.
1.8.13