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

◆ g2

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

Definition at line 1461 of file suews_ctrl_const.f95.

◆ g3

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

Definition at line 1461 of file suews_ctrl_const.f95.

◆ g4

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

Definition at line 1461 of file suews_ctrl_const.f95.

◆ g5

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

Definition at line 1461 of file suews_ctrl_const.f95.

◆ g6

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

Definition at line 1461 of file suews_ctrl_const.f95.

◆ gsmodel

integer resist::gsmodel

Definition at line 1468 of file suews_ctrl_const.f95.

1468 INTEGER :: gsModel !Choice of gs parameterisation (1 = Ja11, 2 = Wa16)

◆ kmax

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

Definition at line 1461 of file suews_ctrl_const.f95.

◆ s1

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

Definition at line 1461 of file suews_ctrl_const.f95.

◆ s2

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

Definition at line 1461 of file suews_ctrl_const.f95.

◆ tc

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

Definition at line 1461 of file suews_ctrl_const.f95.

◆ tc2

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

Definition at line 1461 of file suews_ctrl_const.f95.

◆ th

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

Definition at line 1461 of file suews_ctrl_const.f95.

1461 REAL(KIND(1D0)) :: th, & !Maximum temperature limit
1462 tl, & !Minimum temperature limit
1463 Kmax, & !Annual maximum hourly solar radiation
1464 g1, g2, g3, g4, & !Fitted parameters related to
1465 g5, g6, s1, s2, & !surface res. calculations
1466 tc, & !Temperature parameter 1
1467 tc2 !Temperature parameter 2

◆ tl

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

Definition at line 1461 of file suews_ctrl_const.f95.