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

Variables

real(kind(1d0)) notused = -55.55
 
real(kind(1d0)) reall
 
real(kind(1d0)) nan = -999
 
real(kind(1d0)) pnan = 999
 
integer notusedi = -55
 
integer ios_out
 
integer errorchoice
 
integer warningchoice
 

Variable Documentation

◆ errorchoice

integer defaultnotused::errorchoice

Definition at line 1396 of file suews_ctrl_const.f95.

1396 INTEGER :: errorChoice, warningChoice !errorChoice/warningChoice defines if problems.txt/warnings.txt is opened for the first time

Referenced by errorhint().

◆ ios_out

integer defaultnotused::ios_out

Definition at line 1395 of file suews_ctrl_const.f95.

Referenced by skipheader(), and estm_module::suews_getestmdata().

◆ nan

real(kind(1d0)) defaultnotused::nan = -999

◆ notused

real(kind(1d0)) defaultnotused::notused = -55.55

◆ notusedi

integer defaultnotused::notusedi = -55

◆ pnan

real(kind(1d0)) defaultnotused::pnan = 999

Definition at line 1394 of file suews_ctrl_const.f95.

◆ reall

real(kind(1d0)) defaultnotused::reall

Definition at line 1394 of file suews_ctrl_const.f95.

Referenced by skipheader().

◆ warningchoice

integer defaultnotused::warningchoice

Definition at line 1396 of file suews_ctrl_const.f95.

Referenced by errorhint().