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

Public Attributes

logical initialized = .false.
integer year
integer month
integer day
integer hour
integer min
real(dp) sec
character(token) zone

Detailed Description

Definition at line 172 of file dc_calendar_types.f90.

Member Data Documentation

◆ day

integer dc_calendar_types::dc_cal_date::day

Definition at line 191 of file dc_calendar_types.f90.

191 integer:: day ! 日. Day.

◆ hour

integer dc_calendar_types::dc_cal_date::hour

Definition at line 192 of file dc_calendar_types.f90.

192 integer:: hour ! 時. Hour.

◆ initialized

logical dc_calendar_types::dc_cal_date::initialized = .false.

Definition at line 186 of file dc_calendar_types.f90.

186 logical:: initialized = .false.

◆ min

integer dc_calendar_types::dc_cal_date::min

Definition at line 193 of file dc_calendar_types.f90.

193 integer:: min ! 分. Minute.

◆ month

integer dc_calendar_types::dc_cal_date::month

Definition at line 190 of file dc_calendar_types.f90.

190 integer:: month ! 月. Month.

◆ sec

real(dp) dc_calendar_types::dc_cal_date::sec

Definition at line 194 of file dc_calendar_types.f90.

194 real(DP):: sec ! 秒. Sec.

◆ year

integer dc_calendar_types::dc_cal_date::year

Definition at line 189 of file dc_calendar_types.f90.

189 integer:: year ! 年. Year.

◆ zone

character(token) dc_calendar_types::dc_cal_date::zone

Definition at line 195 of file dc_calendar_types.f90.

195 character(TOKEN):: zone ! UTC からの時差. Time-zone.

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