#include <math.h>
Go to the source code of this file.
|
int | met_cvt_q_to_rh (int, float *, int, float *, int, float *, int, float *) |
|
int | met_cvt_rh_to_q (int, float *, int, float *, int, float *, float *, int) |
|
double | met_cvt_p_cvt (double, int, int) |
|
double | met_cvt_t_cvt (double, int, int) |
|
double | met_cvt_q_cvt (double, int, int) |
|
int | met_cvt_ttd_to_rh (int, float *, int, float *, int, float *) |
|
◆ C_IN_K
#define C_IN_K 273.15 /* the value of 0 C in K */ |
◆ L_ENTHALPY
◆ M_DRY
#define M_DRY 28.9644 /* molar mass of dry air */ |
◆ M_WET
#define M_WET 18.01534 /* molar mass of water */ |
◆ MAGNUS_A1
#define MAGNUS_A1 17.625 /* the A1 value for the Magnus equation for es */ |
◆ MAGNUS_B1
#define MAGNUS_B1 243.04 /* the B1 value for the Magnus equation for es */ |
◆ MET_UNITS__P_HPA
#define MET_UNITS__P_HPA 1 /* Pressure in Hectopascals */ |
◆ MET_UNITS__P_PA
#define MET_UNITS__P_PA 0 /* Pressure in Pascals */ |
◆ MET_UNITS__Q_G_KG
#define MET_UNITS__Q_G_KG 21 /* Specific humidity in g / Kg */ |
◆ MET_UNITS__Q_KG_KG
#define MET_UNITS__Q_KG_KG 20 /* Specific humidity in Kg / Kg */ |
◆ MET_UNITS__T_C
#define MET_UNITS__T_C 11 /* Temperature in deg C */ |
◆ MET_UNITS__T_K
#define MET_UNITS__T_K 10 /* Temperature in deg K */ |
◆ R_W
#define R_W 461.5 /* gas constanr for water vapor in K^-1 kg^-1 */ |
◆ met_cvt_p_cvt()
double met_cvt_p_cvt |
( |
double |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
◆ met_cvt_q_cvt()
double met_cvt_q_cvt |
( |
double |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
◆ met_cvt_q_to_rh()
int met_cvt_q_to_rh |
( |
int |
, |
|
|
float * |
, |
|
|
int |
, |
|
|
float * |
, |
|
|
int |
, |
|
|
float * |
, |
|
|
int |
, |
|
|
float * |
|
|
) |
| |
◆ met_cvt_rh_to_q()
int met_cvt_rh_to_q |
( |
int |
, |
|
|
float * |
, |
|
|
int |
, |
|
|
float * |
, |
|
|
int |
, |
|
|
float * |
, |
|
|
float * |
, |
|
|
int |
|
|
) |
| |
◆ met_cvt_t_cvt()
double met_cvt_t_cvt |
( |
double |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
◆ met_cvt_ttd_to_rh()
int met_cvt_ttd_to_rh |
( |
int |
, |
|
|
float * |
, |
|
|
int |
, |
|
|
float * |
, |
|
|
int |
, |
|
|
float * |
|
|
) |
| |