#include "met_cvt.h"
#include <genutils.h>
Go to the source code of this file.
|
int | met_cvt_q_to_rh (int nval, float *pres, int p_type, float *temp, int t_type, float *q, int q_type, float *rh) |
|
int | met_cvt_rh_to_q (int nval, float *pres, int p_type, float *temp, int t_type, float *rh, float *q, int q_type) |
|
int | met_cvt_ttd_to_rh (int nval, float *temp, int t_type, float *dwp_temp, int dwp_type, float *rh) |
|
double | met_cvt_p_cvt (double val, int in_type, int out_type) |
|
double | met_cvt_t_cvt (double val, int in_type, int out_type) |
|
double | met_cvt_q_cvt (double val, int in_type, int out_type) |
|
◆ met_cvt_p_cvt()
double met_cvt_p_cvt |
( |
double |
val, |
|
|
int |
in_type, |
|
|
int |
out_type |
|
) |
| |
◆ met_cvt_q_cvt()
double met_cvt_q_cvt |
( |
double |
val, |
|
|
int |
in_type, |
|
|
int |
out_type |
|
) |
| |
◆ met_cvt_q_to_rh()
int met_cvt_q_to_rh |
( |
int |
nval, |
|
|
float * |
pres, |
|
|
int |
p_type, |
|
|
float * |
temp, |
|
|
int |
t_type, |
|
|
float * |
q, |
|
|
int |
q_type, |
|
|
float * |
rh |
|
) |
| |
◆ met_cvt_rh_to_q()
int met_cvt_rh_to_q |
( |
int |
nval, |
|
|
float * |
pres, |
|
|
int |
p_type, |
|
|
float * |
temp, |
|
|
int |
t_type, |
|
|
float * |
rh, |
|
|
float * |
q, |
|
|
int |
q_type |
|
) |
| |
◆ met_cvt_t_cvt()
double met_cvt_t_cvt |
( |
double |
val, |
|
|
int |
in_type, |
|
|
int |
out_type |
|
) |
| |
◆ met_cvt_ttd_to_rh()
int met_cvt_ttd_to_rh |
( |
int |
nval, |
|
|
float * |
temp, |
|
|
int |
t_type, |
|
|
float * |
dwp_temp, |
|
|
int |
dwp_type, |
|
|
float * |
rh |
|
) |
| |