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

Variables

integer iy
 
integer id
 
integer it
 
integer imin
 
integer isec
 
integer dls
 
real(kind(1d0)) dectime
 
real(kind(1d0)) tstepcount
 
integer nofdaysthisyear
 
integer dt_since_start
 
integer iy_prev_t
 
integer id_prev_t
 

Variable Documentation

◆ dectime

real(kind(1d0)) time::dectime

Definition at line 1256 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

1256  REAL(KIND(1d0)):: dectime !Decimal time
real(kind(1d0)) dectime

◆ dls

integer time::dls

Definition at line 1249 of file suews_ctrl_const.f95.

Referenced by initialstate().

◆ dt_since_start

integer time::dt_since_start

Definition at line 1259 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), suews_program(), and suews_translate().

1259  INTEGER:: dt_since_start ! time since simulation starts [s]
integer dt_since_start

◆ id

integer time::id

◆ id_prev_t

integer time::id_prev_t

Definition at line 1261 of file suews_ctrl_const.f95.

Referenced by suews_program().

◆ imin

integer time::imin

Definition at line 1249 of file suews_ctrl_const.f95.

Referenced by nextinitial(), suews_calculations(), and suews_translate().

◆ isec

integer time::isec

Definition at line 1249 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ it

integer time::it

Definition at line 1249 of file suews_ctrl_const.f95.

Referenced by nextinitial(), suews_calculations(), and suews_translate().

◆ iy

integer time::iy

Definition at line 1249 of file suews_ctrl_const.f95.

Referenced by initialstate(), nextinitial(), suews_calculations(), suews_program(), and suews_translate().

1249  INTEGER:: iy, & !Year
1250  id, & !Day of year
1251  it, & !Hour
1252  imin, & !Minutes
1253  isec, & !Seconds
1254  dls !day lightsavings =1 + 1h) =0
integer dls
integer isec
integer id
integer imin
integer iy
integer it

◆ iy_prev_t

integer time::iy_prev_t

Definition at line 1261 of file suews_ctrl_const.f95.

Referenced by suews_program().

1261  INTEGER:: iy_prev_t, id_prev_t !Value of iy and id at previous timestep
integer iy_prev_t
integer id_prev_t

◆ nofdaysthisyear

integer time::nofdaysthisyear

Definition at line 1258 of file suews_ctrl_const.f95.

Referenced by initialstate(), nextinitial(), and suews_program().

1258  INTEGER:: nofdaysthisyear !Based on whether leap year or not
integer nofdaysthisyear

◆ tstepcount

real(kind(1d0)) time::tstepcount

Definition at line 1257 of file suews_ctrl_const.f95.

Referenced by overallruncontrol().

1257  REAL(KIND(1d0)):: tstepcount !Count number of timesteps in this day
real(kind(1d0)) tstepcount