Loading...
Searching...
No Matches
dc_calendar_types::dc_cal Type Reference

Public Attributes

logical initialized = .false.
integer month_in_year
integer, dimension(:), pointer day_in_month => null()
integer hour_in_day
integer min_in_hour
real(dp) sec_in_min
integer cal_type

Detailed Description

Definition at line 135 of file dc_calendar_types.f90.

Member Data Documentation

◆ cal_type

integer dc_calendar_types::dc_cal::cal_type

Definition at line 167 of file dc_calendar_types.f90.

167 integer:: cal_type

◆ day_in_month

integer, dimension(:), pointer dc_calendar_types::dc_cal::day_in_month => null()

Definition at line 155 of file dc_calendar_types.f90.

155 integer, pointer:: day_in_month(:) => null()

◆ hour_in_day

integer dc_calendar_types::dc_cal::hour_in_day

Definition at line 158 of file dc_calendar_types.f90.

158 integer:: hour_in_day

◆ initialized

logical dc_calendar_types::dc_cal::initialized = .false.

Definition at line 149 of file dc_calendar_types.f90.

149 logical:: initialized = .false.

◆ min_in_hour

integer dc_calendar_types::dc_cal::min_in_hour

Definition at line 161 of file dc_calendar_types.f90.

161 integer:: min_in_hour

◆ month_in_year

integer dc_calendar_types::dc_cal::month_in_year

Definition at line 152 of file dc_calendar_types.f90.

152 integer:: month_in_year

◆ sec_in_min

real(dp) dc_calendar_types::dc_cal::sec_in_min

Definition at line 164 of file dc_calendar_types.f90.

164 real(DP):: sec_in_min

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