Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | ModeID | = | 0 | ||
integer, | public | :: | IrrSchedID | = | 0 | ||
real(kind=r64), | public | :: | ScheduledAmount | = | 0.0d0 | ||
real(kind=r64), | public | :: | ActualAmount | = | 0.0d0 | ||
real(kind=r64), | public | :: | IrrigationThreshold | = | 0.4d0 |
TYPE IrrigationDataStruct
INTEGER :: ModeID = 0 ! type of irrigation modeling
INTEGER :: IrrSchedID = 0
REAL(r64) :: ScheduledAmount = 0.0d0
REAL(r64) :: ActualAmount = 0.0d0
REAL(r64) :: IrrigationThreshold = 0.4d0 ! percent at which no irrigation happens (smart schedule)
END TYPE IrrigationDataStruct