SUEWS API Site
Documentation of SUEWS source code
Variables
gas Module Reference

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
 

Variable Documentation

◆ comp

real(kind(1d0)) gas::comp = 0.9995

Definition at line 1291 of file suews_ctrl_const.f95.

1291  REAL(KIND(1d0)):: comp = 0.9995
real(kind(1d0)) comp

◆ dry_gas

real(kind(1d0)) gas::dry_gas = 8.31451

Definition at line 1294 of file suews_ctrl_const.f95.

1294  REAL(KIND(1d0)):: dry_gas = 8.31451 !Dry gas constant (J/k/mol)
real(kind(1d0)) dry_gas

◆ epsil

real(kind(1d0)) gas::epsil = 0.62197

Definition at line 1292 of file suews_ctrl_const.f95.

Referenced by meteo::psyc_const().

1292  REAL(KIND(1d0)):: epsil = 0.62197 !ratio molecular weight of water vapor/dry air (kg/mol/kg/mol)
real(kind(1d0)) epsil

◆ epsil_gkg

real(kind(1d0)) gas::epsil_gkg = 621.97

Definition at line 1293 of file suews_ctrl_const.f95.

1293  REAL(KIND(1d0)):: epsil_gkg = 621.97 !ratio molecular weight of water vapor/dry air in g/kg
real(kind(1d0)) epsil_gkg

◆ gas_ct_dry

real(kind(1d0)) gas::gas_ct_dry = 8.31451/0.028965

Definition at line 1298 of file suews_ctrl_const.f95.

Referenced by bluews_module::cbl_initial().

1298  REAL(KIND(1d0)):: gas_ct_dry = 8.31451/0.028965 !j/kg/k=dry_gas/molar
real(kind(1d0)) gas_ct_dry

◆ gas_ct_wat

real(kind(1d0)) gas::gas_ct_wat = 461.05

Definition at line 1295 of file suews_ctrl_const.f95.

1295  REAL(KIND(1d0)):: gas_ct_wat = 461.05 !Gas constant for water (J/kg/K)
real(kind(1d0)) gas_ct_wat

◆ gas_ct_wv

real(kind(1d0)) gas::gas_ct_wv = 8.31451/0.0180153

Definition at line 1299 of file suews_ctrl_const.f95.

1299  REAL(KIND(1d0)):: gas_ct_wv = 8.31451/0.0180153 !j/kg/kdry_gas/molar_wat_vap
real(kind(1d0)) gas_ct_wv

◆ molar

real(kind(1d0)) gas::molar = 0.028965

Definition at line 1296 of file suews_ctrl_const.f95.

1296  REAL(KIND(1d0)):: molar = 0.028965 !Dry air molar fraction in kg/mol
real(kind(1d0)) molar

◆ molar_wat_vap

real(kind(1d0)) gas::molar_wat_vap = 0.0180153

Definition at line 1297 of file suews_ctrl_const.f95.

1297  REAL(KIND(1d0)):: molar_wat_vap = 0.0180153 !Molar fraction of water vapor in kg/mol
real(kind(1d0)) molar_wat_vap