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

Variables

real(kind(1d0)) avcp
 
real(kind(1d0)) dens_dry
 
real(kind(1d0)) avdens
 
real(kind(1d0)) dq
 
real(kind(1d0)) ea_hpa
 
real(kind(1d0)) es_hpa
 
real(kind(1d0)) lv_j_kg
 
real(kind(1d0)) tlv
 
real(kind(1d0)) psyc_hpa
 
real(kind(1d0)) psycice_hpa
 
real(kind(1d0)) s_pa
 
real(kind(1d0)) s_hpa
 
real(kind(1d0)) sice_hpa
 
real(kind(1d0)) vpd_hpa
 
real(kind(1d0)) vpd_pa
 
real(kind(1d0)) waterdens = 999.8395
 

Variable Documentation

◆ avcp

real(kind(1d0)) moist::avcp

Definition at line 1327 of file suews_ctrl_const.f95.

Referenced by bluews_module::cbl_initial(), suews_driver::suews_cal_main(), suews_driver::suews_cal_qe(), and suews_calculations().

1327  REAL(KIND(1d0))::avcp, & !Specific heat capacity
1328  dens_dry, & !Dry air density kg m-3
1329  avdens, & !Average air density
1330  dq, & !Specific humidity deficit
1331  ea_hpa, & !Water vapour pressure in hPa
1332  es_hpa, & !Saturation vapour pressure in hPa
1333  lv_j_kg, & !Latent heat of vaporization in [J kg-1]
1334  tlv, & !Latent heat of vaporization per timestep [J kg-1 s-1] (tlv=lv_J_kg/tstep_real)
1335  psyc_hpa, & !Psychometric constant in hPa
1336  psycice_hpa, & !Psychometric constant in hPa for snow
1337  s_pa, & !Vapour pressure versus temperature slope in Pa
1338  s_hpa, & !Vapour pressure versus temperature slope in hPa
1339  sice_hpa, & !Vapour pressure versus temperature slope in hPa above ice/snow
1340  vpd_hpa, & !Vapour pressure deficit in hPa
1341  vpd_pa, & !Vapour pressure deficit in Pa
1342  waterdens = 999.8395 !Density of water in 0 cel deg
real(kind(1d0)) tlv
real(kind(1d0)) psycice_hpa
real(kind(1d0)) waterdens
real(kind(1d0)) ea_hpa
real(kind(1d0)) lv_j_kg
real(kind(1d0)) vpd_pa
real(kind(1d0)) avcp
real(kind(1d0)) dq
real(kind(1d0)) s_pa
real(kind(1d0)) psyc_hpa
real(kind(1d0)) vpd_hpa
real(kind(1d0)) es_hpa
real(kind(1d0)) sice_hpa
real(kind(1d0)) s_hpa
real(kind(1d0)) avdens
real(kind(1d0)) dens_dry

◆ avdens

real(kind(1d0)) moist::avdens

◆ dens_dry

real(kind(1d0)) moist::dens_dry

Definition at line 1327 of file suews_ctrl_const.f95.

◆ dq

real(kind(1d0)) moist::dq

Definition at line 1327 of file suews_ctrl_const.f95.

◆ ea_hpa

real(kind(1d0)) moist::ea_hpa

Definition at line 1327 of file suews_ctrl_const.f95.

◆ es_hpa

real(kind(1d0)) moist::es_hpa

Definition at line 1327 of file suews_ctrl_const.f95.

Referenced by bluews_module::cbl_initial(), and suews_calculations().

◆ lv_j_kg

real(kind(1d0)) moist::lv_j_kg

◆ psyc_hpa

real(kind(1d0)) moist::psyc_hpa

Definition at line 1327 of file suews_ctrl_const.f95.

◆ psycice_hpa

real(kind(1d0)) moist::psycice_hpa

Definition at line 1327 of file suews_ctrl_const.f95.

◆ s_hpa

real(kind(1d0)) moist::s_hpa

Definition at line 1327 of file suews_ctrl_const.f95.

◆ s_pa

real(kind(1d0)) moist::s_pa

Definition at line 1327 of file suews_ctrl_const.f95.

◆ sice_hpa

real(kind(1d0)) moist::sice_hpa

Definition at line 1327 of file suews_ctrl_const.f95.

◆ tlv

real(kind(1d0)) moist::tlv

Definition at line 1327 of file suews_ctrl_const.f95.

◆ vpd_hpa

real(kind(1d0)) moist::vpd_hpa

Definition at line 1327 of file suews_ctrl_const.f95.

◆ vpd_pa

real(kind(1d0)) moist::vpd_pa

Definition at line 1327 of file suews_ctrl_const.f95.

◆ waterdens

real(kind(1d0)) moist::waterdens = 999.8395

Definition at line 1327 of file suews_ctrl_const.f95.