Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Title | = | Blank | ||
character(len=20), | public | :: | ShortTitle | = | Blank | ||
character(len=20), | public | :: | MatchValue | = | Blank | ||
character(len=20), | public | :: | MatchValue1 | = | Blank | ||
character(len=20), | public | :: | MatchValue2 | = | Blank | ||
character(len=20), | public | :: | TEType | = | Blank | ||
integer, | public | :: | TotalDays | = | 0 | ||
integer, | public | :: | StartJDay | = | 0 | ||
integer, | public | :: | StartMonth | = | 0 | ||
integer, | public | :: | StartDay | = | 0 | ||
integer, | public | :: | EndMonth | = | 0 | ||
integer, | public | :: | EndDay | = | 0 | ||
integer, | public | :: | EndJDay | = | 0 |
TYPE TypicalExtremeData
CHARACTER(len=MaxNameLength) :: Title = Blank ! Environment name
CHARACTER(len=20) :: ShortTitle = Blank ! Environment name
CHARACTER(len=20) :: MatchValue = Blank ! String to be matched for input/running these periods for design.
CHARACTER(len=20) :: MatchValue1 = Blank ! String to be also matched (synonym)
CHARACTER(len=20) :: MatchValue2 = Blank ! String to be also matched (synonym)
CHARACTER(len=20) :: TEType = Blank ! Typical or Extreme
INTEGER :: TotalDays = 0 ! Number of days in environment
INTEGER :: StartJDay = 0 ! Day of year of first day of environment
INTEGER :: StartMonth = 0
INTEGER :: StartDay = 0
INTEGER :: EndMonth = 0
INTEGER :: EndDay = 0
INTEGER :: EndJDay = 0
END TYPE TypicalExtremeData