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

Variables

real(kind(1d0)), parameter c2k = 273.15
 
real(kind(1d0)), parameter sbconst = 5.67051e-8
 
real(kind(1d0)), parameter jtoumolpar = 4.6
 
real(kind(1d0)), parameter kdntopar = 0.46
 

Variable Documentation

◆ c2k

real(kind(1d0)), parameter physconstants::c2k = 273.15

Definition at line 2073 of file suews_ctrl_const.f95.

Referenced by estm_module::estm(), estm_module::estm_initials(), and estm_module::estm_translate().

2073  REAL(KIND(1d0)), PARAMETER :: c2k = 273.15 !Celsius to Kelvin
real(kind(1d0)), parameter c2k

◆ jtoumolpar

real(kind(1d0)), parameter physconstants::jtoumolpar = 4.6

Definition at line 2075 of file suews_ctrl_const.f95.

2075  REAL(KIND(1d0)), PARAMETER :: jtoumolpar = 4.6 ! Convert PAR from W m-2 to umol m-2 s-1

◆ kdntopar

real(kind(1d0)), parameter physconstants::kdntopar = 0.46

Definition at line 2076 of file suews_ctrl_const.f95.

2076  REAL(KIND(1d0)), PARAMETER :: kdntopar = 0.46 ! Conversion from Kdn to PAR, originally from Tsubo and Walker (2005), used in Bellucco et al. (2017)

◆ sbconst

real(kind(1d0)), parameter physconstants::sbconst = 5.67051e-8

Definition at line 2074 of file suews_ctrl_const.f95.

Referenced by estm_module::estm(), and estm_module::estm_translate().

2074  REAL(KIND(1d0)), PARAMETER :: sbconst = 5.67051e-8 !Stefan Boltzmann constant [W m-2 K-4]
real(kind(1d0)), parameter sbconst