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

Variables

real(kind(1d0)) th
 
real(kind(1d0)) tl
 
real(kind(1d0)) kmax
 
real(kind(1d0)) g1
 
real(kind(1d0)) g2
 
real(kind(1d0)) g3
 
real(kind(1d0)) g4
 
real(kind(1d0)) g5
 
real(kind(1d0)) g6
 
real(kind(1d0)) s1
 
real(kind(1d0)) s2
 
real(kind(1d0)) tc
 
real(kind(1d0)) tc2
 
integer gsmodel
 

Variable Documentation

◆ g1

real(kind(1d0)) resist::g1

Definition at line 1316 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ g2

real(kind(1d0)) resist::g2

Definition at line 1316 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ g3

real(kind(1d0)) resist::g3

Definition at line 1316 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ g4

real(kind(1d0)) resist::g4

Definition at line 1316 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ g5

real(kind(1d0)) resist::g5

Definition at line 1316 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ g6

real(kind(1d0)) resist::g6

Definition at line 1316 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ gsmodel

integer resist::gsmodel

Definition at line 1323 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

1323  INTEGER:: gsmodel !Choice of gs parameterisation (1 = Ja11, 2 = Wa16)
integer gsmodel

◆ kmax

real(kind(1d0)) resist::kmax

Definition at line 1316 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ s1

real(kind(1d0)) resist::s1

Definition at line 1316 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ s2

real(kind(1d0)) resist::s2

Definition at line 1316 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ tc

real(kind(1d0)) resist::tc

Definition at line 1316 of file suews_ctrl_const.f95.

◆ tc2

real(kind(1d0)) resist::tc2

Definition at line 1316 of file suews_ctrl_const.f95.

◆ th

real(kind(1d0)) resist::th

Definition at line 1316 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

1316  REAL(KIND(1d0)):: th, & !Maximum temperature limit
1317  tl, & !Minimum temperature limit
1318  kmax, & !Annual maximum hourly solar radiation
1319  g1, g2, g3, g4, & !Fitted parameters related to
1320  g5, g6, s1, s2, & !surface res. calculations
1321  tc, & !Temperature parameter 1
1322  tc2 !Temperature parameter 2
real(kind(1d0)) tc2
real(kind(1d0)) g1
real(kind(1d0)) s2
real(kind(1d0)) g5
real(kind(1d0)) kmax
real(kind(1d0)) th
real(kind(1d0)) g2
real(kind(1d0)) tc
real(kind(1d0)) g3
real(kind(1d0)) g4
real(kind(1d0)) g6
real(kind(1d0)) tl
real(kind(1d0)) s1

◆ tl

real(kind(1d0)) resist::tl

Definition at line 1316 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().