SUEWS API Site
Documentation of SUEWS source code
Public Attributes | List of all members
suews_driver::irrigation_prm Type Reference
Collaboration diagram for suews_driver::irrigation_prm:
Collaboration graph
[legend]

Public Attributes

real(kind(1d0)) h_maintain
 
real(kind(1d0)) faut
 
real(kind(1d0)), dimension(3) ie_a
 
real(kind(1d0)), dimension(3) ie_m
 
integer ie_start
 
integer ie_end
 
real(kind(1d0)) internalwateruse_h
 
type(irrig_daywaterirr_daywater
 
real(kind(1d0)), dimension(0:23) wuprofa_24hr_working
 
real(kind(1d0)), dimension(0:23) wuprofa_24hr_holiday
 
real(kind(1d0)), dimension(0:23) wuprofm_24hr_working
 
real(kind(1d0)), dimension(0:23) wuprofm_24hr_holiday
 

Detailed Description

Definition at line 243 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ faut

real(kind(1d0)) suews_driver::irrigation_prm::faut

Definition at line 245 of file suews_ctrl_driver.f95.

245 REAL(KIND(1D0)) :: faut ! Fraction of irrigated area using automatic irrigation [-]

◆ h_maintain

real(kind(1d0)) suews_driver::irrigation_prm::h_maintain

Definition at line 244 of file suews_ctrl_driver.f95.

244 REAL(KIND(1D0)) :: h_maintain ! ponding water depth to maintain [mm]

◆ ie_a

real(kind(1d0)), dimension(3) suews_driver::irrigation_prm::ie_a

Definition at line 246 of file suews_ctrl_driver.f95.

246 REAL(KIND(1D0)), DIMENSION(3) :: ie_a ! Coefficient for automatic irrigation model

◆ ie_end

integer suews_driver::irrigation_prm::ie_end

Definition at line 249 of file suews_ctrl_driver.f95.

249 INTEGER :: ie_end ! starting time of water use [DOY]

◆ ie_m

real(kind(1d0)), dimension(3) suews_driver::irrigation_prm::ie_m

Definition at line 247 of file suews_ctrl_driver.f95.

247 REAL(KIND(1D0)), DIMENSION(3) :: ie_m ! Coefficient for automatic irrigation model

◆ ie_start

integer suews_driver::irrigation_prm::ie_start

Definition at line 248 of file suews_ctrl_driver.f95.

248 INTEGER :: ie_start ! ending time of water use [DOY]

◆ internalwateruse_h

real(kind(1d0)) suews_driver::irrigation_prm::internalwateruse_h

Definition at line 250 of file suews_ctrl_driver.f95.

250 REAL(KIND(1D0)) :: internalwateruse_h ! Internal water use [mm h-1]

◆ irr_daywater

type(irrig_daywater) suews_driver::irrigation_prm::irr_daywater

Definition at line 251 of file suews_ctrl_driver.f95.

251 TYPE(IRRIG_daywater) :: irr_daywater

◆ wuprofa_24hr_holiday

real(kind(1d0)), dimension(0:23) suews_driver::irrigation_prm::wuprofa_24hr_holiday

Definition at line 253 of file suews_ctrl_driver.f95.

253 REAL(KIND(1D0)), DIMENSION(0:23) :: wuprofa_24hr_holiday

◆ wuprofa_24hr_working

real(kind(1d0)), dimension(0:23) suews_driver::irrigation_prm::wuprofa_24hr_working

Definition at line 252 of file suews_ctrl_driver.f95.

252 REAL(KIND(1D0)), DIMENSION(0:23) :: wuprofa_24hr_working ! Hourly profile values used in automatic irrigation[-]

◆ wuprofm_24hr_holiday

real(kind(1d0)), dimension(0:23) suews_driver::irrigation_prm::wuprofm_24hr_holiday

Definition at line 255 of file suews_ctrl_driver.f95.

255 REAL(KIND(1D0)), DIMENSION(0:23) :: wuprofm_24hr_holiday

◆ wuprofm_24hr_working

real(kind(1d0)), dimension(0:23) suews_driver::irrigation_prm::wuprofm_24hr_working

Definition at line 254 of file suews_ctrl_driver.f95.

254 REAL(KIND(1D0)), DIMENSION(0:23) :: wuprofm_24hr_working ! Hourly profile values used in manual irrigation[-]

The documentation for this type was generated from the following file: