SURFEX v8.1
General documentation of Surfex
Data Types | Modules | Functions/Subroutines
mode_psychro.F90 File Reference

Go to the source code of this file.

Data Types

interface  mode_psychro::pe_from_pq
 
interface  mode_psychro::td_from_tq
 
interface  mode_psychro::rv_from_tptwb
 
interface  mode_psychro::twb_from_tpq
 
interface  mode_psychro::enth_fn_t_q
 
interface  mode_psychro::q_fn_t_enth
 

Modules

module  mode_psychro
 

Functions/Subroutines

real function mode_psychro::pe_from_pq_0d (PP, PQ)
 
real function, dimension(size(pq)) mode_psychro::pe_from_pq_1d (PP, PQ)
 
real function mode_psychro::td_from_tq_0d (PT, PQ)
 
real function, dimension(size(pq)) mode_psychro::td_from_tq_1d (PT, PQ)
 
real function mode_psychro::rv_from_tptwb_0d (PT, PP, PTWB)
 
real function, dimension(size(pt)) mode_psychro::rv_from_tptwb_1d (PT, PP, PTWB)
 
real function mode_psychro::twb_from_tpq_0d (PT, PP, PQ)
 
real function, dimension(size(pt)) mode_psychro::twb_from_tpq_1d (PT, PP, PQ)
 
real function mode_psychro::enth_fn_t_q (PT, PQ)
 
real function mode_psychro::q_fn_t_enth (PT, PENTH)