SUEWS API Site
Documentation of SUEWS source code
|
Variables | |
real(kind(1d0)) | comp = 0.9995 |
real(kind(1d0)) | epsil = 0.62197 |
real(kind(1d0)) | epsil_gkg = 621.97 |
real(kind(1d0)) | dry_gas = 8.31451 |
real(kind(1d0)) | gas_ct_wat = 461.05 |
real(kind(1d0)) | molar = 0.028965 |
real(kind(1d0)) | molar_wat_vap = 0.0180153 |
real(kind(1d0)) | gas_ct_dry = 8.31451/0.028965 |
real(kind(1d0)) | gas_ct_wv = 8.31451/0.0180153 |
real(kind(1d0)) gas::comp = 0.9995 |
Definition at line 1291 of file suews_ctrl_const.f95.
real(kind(1d0)) gas::dry_gas = 8.31451 |
Definition at line 1294 of file suews_ctrl_const.f95.
real(kind(1d0)) gas::epsil = 0.62197 |
Definition at line 1292 of file suews_ctrl_const.f95.
Referenced by meteo::psyc_const().
real(kind(1d0)) gas::epsil_gkg = 621.97 |
Definition at line 1293 of file suews_ctrl_const.f95.
real(kind(1d0)) gas::gas_ct_dry = 8.31451/0.028965 |
real(kind(1d0)) gas::gas_ct_wat = 461.05 |
Definition at line 1295 of file suews_ctrl_const.f95.
real(kind(1d0)) gas::gas_ct_wv = 8.31451/0.0180153 |
Definition at line 1299 of file suews_ctrl_const.f95.
real(kind(1d0)) gas::molar = 0.028965 |
Definition at line 1296 of file suews_ctrl_const.f95.
real(kind(1d0)) gas::molar_wat_vap = 0.0180153 |
Definition at line 1297 of file suews_ctrl_const.f95.