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

1409 REAL(KIND(1D0)) :: dectime !Decimal time

Referenced by bluews_module::cbl_initial().

◆ dls

integer time::dls

Definition at line 1402 of file suews_ctrl_const.f95.

◆ dt_since_start

integer time::dt_since_start

Definition at line 1412 of file suews_ctrl_const.f95.

1412 INTEGER :: dt_since_start ! time since simulation starts [s]

◆ id

integer time::id

Definition at line 1402 of file suews_ctrl_const.f95.

Referenced by bluews_module::cbl_initial().

◆ id_prev_t

integer time::id_prev_t

Definition at line 1414 of file suews_ctrl_const.f95.

◆ imin

integer time::imin

Definition at line 1402 of file suews_ctrl_const.f95.

Referenced by bluews_module::cbl_initial().

◆ isec

integer time::isec

Definition at line 1402 of file suews_ctrl_const.f95.

◆ it

integer time::it

Definition at line 1402 of file suews_ctrl_const.f95.

Referenced by bluews_module::cbl_initial().

◆ iy

integer time::iy

Definition at line 1402 of file suews_ctrl_const.f95.

1402 INTEGER :: iy, & !Year
1403 id, & !Day of year
1404 it, & !Hour
1405 imin, & !Minutes
1406 isec, & !Seconds
1407 DLS !day lightsavings =1 + 1h) =0

Referenced by bluews_module::cbl_initial().

◆ iy_prev_t

integer time::iy_prev_t

Definition at line 1414 of file suews_ctrl_const.f95.

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

◆ nofdaysthisyear

integer time::nofdaysthisyear

Definition at line 1411 of file suews_ctrl_const.f95.

1411 INTEGER :: nofDaysThisYear !Based on whether leap year or not

◆ tstepcount

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

Definition at line 1410 of file suews_ctrl_const.f95.

1410 REAL(KIND(1D0)) :: tstepcount !Count number of timesteps in this day