Include file for main constants. More...
Go to the source code of this file.
Defines | |
#define | K_TKELVIN 273.15 |
Kelvin/Celcius constant. | |
#define | K_EPSILON 0.622 |
Epsilon constant. | |
#define | K_MW 18.0160 |
Molecular weight of water. | |
#define | K_MD 28.9660 |
Molecular weight of dry air. | |
#define | K_GRAVITY 9.80665 |
Gravity constant. | |
#define | K_RD 287.053 |
Gas constant for dry air. | |
#define | K_GMR K_GRAVITY/K_RD |
Hydrostatic constant. |
Include file for main constants.
Definition in file constants.h.
#define K_EPSILON 0.622 |
Epsilon constant.
Definition at line 54 of file constants.h.
#define K_GMR K_GRAVITY/K_RD |
#define K_GRAVITY 9.80665 |
Gravity constant.
Definition at line 60 of file constants.h.
#define K_MD 28.9660 |
Molecular weight of dry air.
Definition at line 58 of file constants.h.
Referenced by spechum_to_hr().
#define K_MW 18.0160 |
Molecular weight of water.
Definition at line 56 of file constants.h.
Referenced by spechum_to_hr().
#define K_RD 287.053 |
Gas constant for dry air.
Definition at line 62 of file constants.h.
#define K_TKELVIN 273.15 |
Kelvin/Celcius constant.
Definition at line 52 of file constants.h.
Referenced by calc_etp_mf(), output_downscaled_analog(), and spechum_to_hr().