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

Variables

real(kind=real64), parameter, public zero = 0_REAL64
 
real(kind=real64), parameter, public one = 1_REAL64
 
real(kind=real64), parameter, public d2h = 24_REAL64
 
real(kind=real64), parameter, public h2d = one/d2h
 
real(kind=real64), parameter, public d2m = d2h*60_REAL64
 
real(kind=real64), parameter, public m2d = one/d2m
 
real(kind=real64), parameter, public m2h = one/60_REAL64
 
real(kind=real64), parameter, public s2d = m2d/60_REAL64
 
real(kind=real64), parameter, public d2s = 86400_REAL64
 
real(kind=real64), parameter, public h2s = 3600_REAL64
 
real(kind=real64), parameter, public s2h = one/h2s
 
real(kind=real64), parameter, public m2s = 60_REAL64
 
real(kind=real64), parameter, public s2m = one/m2s
 
integer, parameter, public maxstrlen = 99
 

Variable Documentation

◆ d2h

real(kind=real64), parameter, public mod_constants::d2h = 24_REAL64

Definition at line 124 of file suews_util_datetime.f95.

124 REAL(kind=real64), PARAMETER :: d2h = 24_real64 !! day -> hour

◆ d2m

real(kind=real64), parameter, public mod_constants::d2m = d2h*60_REAL64

Definition at line 126 of file suews_util_datetime.f95.

126 REAL(kind=real64), PARAMETER :: d2m = d2h*60_real64 !! day -> minute

◆ d2s

real(kind=real64), parameter, public mod_constants::d2s = 86400_REAL64

Definition at line 130 of file suews_util_datetime.f95.

130 REAL(kind=real64), PARAMETER :: d2s = 86400_real64 !! day -> second

◆ h2d

real(kind=real64), parameter, public mod_constants::h2d = one/d2h

Definition at line 125 of file suews_util_datetime.f95.

125 REAL(kind=real64), PARAMETER :: h2d = one/d2h !! hour -> day

◆ h2s

real(kind=real64), parameter, public mod_constants::h2s = 3600_REAL64

Definition at line 131 of file suews_util_datetime.f95.

131 REAL(kind=real64), PARAMETER :: h2s = 3600_real64 !! hour -> second

◆ m2d

real(kind=real64), parameter, public mod_constants::m2d = one/d2m

Definition at line 127 of file suews_util_datetime.f95.

127 REAL(kind=real64), PARAMETER :: m2d = one/d2m !! minute -> day

◆ m2h

real(kind=real64), parameter, public mod_constants::m2h = one/60_REAL64

Definition at line 128 of file suews_util_datetime.f95.

128 REAL(kind=real64), PARAMETER :: m2h = one/60_real64 !! minute -> hour

◆ m2s

real(kind=real64), parameter, public mod_constants::m2s = 60_REAL64

Definition at line 133 of file suews_util_datetime.f95.

133 REAL(kind=real64), PARAMETER :: m2s = 60_real64 !! minute -> second

◆ maxstrlen

integer, parameter, public mod_constants::maxstrlen = 99

Definition at line 138 of file suews_util_datetime.f95.

138 INTEGER, PARAMETER :: MAXSTRLEN = 99

◆ one

real(kind=real64), parameter, public mod_constants::one = 1_REAL64

Definition at line 120 of file suews_util_datetime.f95.

120 REAL(kind=real64), PARAMETER :: one = 1_real64 !! 1

◆ s2d

real(kind=real64), parameter, public mod_constants::s2d = m2d/60_REAL64

Definition at line 129 of file suews_util_datetime.f95.

129 REAL(kind=real64), PARAMETER :: s2d = m2d/60_real64 !! second -> day

◆ s2h

real(kind=real64), parameter, public mod_constants::s2h = one/h2s

Definition at line 132 of file suews_util_datetime.f95.

132 REAL(kind=real64), PARAMETER :: s2h = one/h2s !! second -> hour

◆ s2m

real(kind=real64), parameter, public mod_constants::s2m = one/m2s

Definition at line 134 of file suews_util_datetime.f95.

134 REAL(kind=real64), PARAMETER :: s2m = one/m2s !! second -> minute

◆ zero

real(kind=real64), parameter, public mod_constants::zero = 0_REAL64

Definition at line 119 of file suews_util_datetime.f95.

119 REAL(kind=real64), PARAMETER :: zero = 0_real64 !! 0