|
SURFEX v8.1
General documentation of Surfex
|
Data Types | |
| interface | enth_fn_t_q |
| interface | pe_from_pq |
| interface | q_fn_t_enth |
| interface | rv_from_tptwb |
| interface | td_from_tq |
| interface | twb_from_tpq |
Functions/Subroutines | |
| real function | pe_from_pq_0d (PP, PQ) |
| real function, dimension(size(pq)) | pe_from_pq_1d (PP, PQ) |
| real function | td_from_tq_0d (PT, PQ) |
| real function, dimension(size(pq)) | td_from_tq_1d (PT, PQ) |
| real function | rv_from_tptwb_0d (PT, PP, PTWB) |
| real function, dimension(size(pt)) | rv_from_tptwb_1d (PT, PP, PTWB) |
| real function | twb_from_tpq_0d (PT, PP, PQ) |
| real function, dimension(size(pt)) | twb_from_tpq_1d (PT, PP, PQ) |
| real function | enth_fn_t_q (PT, PQ) |
| real function | q_fn_t_enth (PT, PENTH) |
| real function mode_psychro::enth_fn_t_q | ( | real, intent(in) | PT, |
| real, intent(in) | PQ | ||
| ) |
Definition at line 247 of file mode_psychro.F90.
Definition at line 63 of file mode_psychro.F90.
| real function, dimension(size(pq)) mode_psychro::pe_from_pq_1d | ( | real, dimension(:), intent(in) | PP, |
| real, dimension(:), intent(in) | PQ | ||
| ) |
Definition at line 74 of file mode_psychro.F90.
| real function mode_psychro::q_fn_t_enth | ( | real, intent(in) | PT, |
| real, intent(in) | PENTH | ||
| ) |
Definition at line 317 of file mode_psychro.F90.
| real function mode_psychro::rv_from_tptwb_0d | ( | real, intent(in) | PT, |
| real, intent(in) | PP, | ||
| real, intent(in) | PTWB | ||
| ) |
Definition at line 143 of file mode_psychro.F90.
| real function, dimension(size(pt)) mode_psychro::rv_from_tptwb_1d | ( | real, dimension(:), intent(in) | PT, |
| real, dimension(:), intent(in) | PP, | ||
| real, dimension(:), intent(in) | PTWB | ||
| ) |
Definition at line 161 of file mode_psychro.F90.
Definition at line 87 of file mode_psychro.F90.
| real function, dimension(size(pq)) mode_psychro::td_from_tq_1d | ( | real, dimension(:), intent(in) | PT, |
| real, dimension(:), intent(in) | PQ | ||
| ) |
Definition at line 114 of file mode_psychro.F90.
| real function mode_psychro::twb_from_tpq_0d | ( | real, intent(in) | PT, |
| real, intent(in) | PP, | ||
| real, intent(in) | PQ | ||
| ) |
Definition at line 182 of file mode_psychro.F90.
1.8.13