Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | Blank | ||
character(len=10), | public | :: | DayOfWeek | = | Blank | ||
integer, | public | :: | NumYearsData | = | 1 | ||
integer, | public | :: | WeekDay | = | 0 | ||
integer, | public | :: | StMon | = | 0 | ||
integer, | public | :: | StDay | = | 0 | ||
integer, | public | :: | StYear | = | 0 | ||
integer, | public | :: | EnMon | = | 0 | ||
integer, | public | :: | EnDay | = | 0 | ||
integer, | public | :: | EnYear | = | 0 | ||
integer, | public | :: | NumDays | = | 0 | ||
integer, | public, | DIMENSION(12) | :: | MonWeekDay | = | 0 | |
integer, | public | :: | DataStJDay | = | 0 | ||
integer, | public | :: | DataEnJDay | = | 0 | ||
logical, | public | :: | HasYearData | = | .false. |