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 1475 of file suews_ctrl_const.f95.

1475 REAL(KIND(1D0)) :: avcp, & !Specific heat capacity
1476 dens_dry, & !Dry air density kg m-3
1477 avdens, & !Average air density
1478 dq, & !Specific humidity deficit
1479 Ea_hPa, & !Water vapour pressure in hPa
1480 Es_hPa, & !Saturation vapour pressure in hPa
1481 lv_J_kg, & !Latent heat of vaporization in [J kg-1]
1482 tlv, & !Latent heat of vaporization per timestep [J kg-1 s-1] (tlv=lv_J_kg/tstep_real)
1483 psyc_hPa, & !Psychometric constant in hPa
1484 psycIce_hPa, & !Psychometric constant in hPa for snow
1485 s_Pa, & !Vapour pressure versus temperature slope in Pa
1486 s_hpa, & !Vapour pressure versus temperature slope in hPa
1487 sIce_hpa, & !Vapour pressure versus temperature slope in hPa above ice/snow
1488 vpd_hPa, & !Vapour pressure deficit in hPa
1489 vpd_pa, & !Vapour pressure deficit in Pa
1490 waterDens = 999.8395 !Density of water in 0 cel deg

Referenced by suews_driver::cal_tsfc(), bluews_module::cbl_initial(), suews_driver::suews_cal_main(), and suews_driver::suews_cal_main_dts().

◆ avdens

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

◆ dens_dry

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

Definition at line 1475 of file suews_ctrl_const.f95.

◆ dq

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

Definition at line 1475 of file suews_ctrl_const.f95.

◆ ea_hpa

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

Definition at line 1475 of file suews_ctrl_const.f95.

◆ es_hpa

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

Definition at line 1475 of file suews_ctrl_const.f95.

Referenced by bluews_module::cbl_initial().

◆ lv_j_kg

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

◆ psyc_hpa

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

Definition at line 1475 of file suews_ctrl_const.f95.

◆ psycice_hpa

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

Definition at line 1475 of file suews_ctrl_const.f95.

◆ s_hpa

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

Definition at line 1475 of file suews_ctrl_const.f95.

◆ s_pa

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

Definition at line 1475 of file suews_ctrl_const.f95.

◆ sice_hpa

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

Definition at line 1475 of file suews_ctrl_const.f95.

◆ tlv

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

Definition at line 1475 of file suews_ctrl_const.f95.

◆ vpd_hpa

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

Definition at line 1475 of file suews_ctrl_const.f95.

◆ vpd_pa

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

Definition at line 1475 of file suews_ctrl_const.f95.

◆ waterdens

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

Definition at line 1475 of file suews_ctrl_const.f95.