dc_calendar.f90
Go to the documentation of this file.
1 != 暦と日時モジュール
2 != Calendar and date module
3 !
4 ! Authors:: Yasuhiro MORIKAWA
5 ! Version:: $Id: dc_calendar.f90,v 1.4 2009-10-19 11:56:10 morikawa Exp $
6 ! Tag Name:: $Name: $
7 ! Copyright:: Copyright (C) GFD Dennou Club, 2009-. All rights reserved.
8 ! License:: See COPYRIGHT[link:../../COPYRIGHT]
9 
11  != 暦と日時モジュール
12  != Calendar and date module
13  !
14  ! <b>Note that Japanese and English are described in parallel.</b>
15  !
16  ! 暦と時刻を扱うための手続と構造体を提供します.
17  !
18  ! Procedures and derived types for handling of calendar and date
19  ! are provided.
20  !
21  !== Tutorial
22  !
23  ! * Gtool5 オフィシャルチュートリアル:
24  ! * {暦および日時の操作 (基本編)}[link:../tutorial/dc_calendar1.htm]
25  ! * {暦および日時の操作 (上級編)}[link:../tutorial/dc_calendar2.htm]
26  !
27  ! * Gtool5 Official Tutorial:
28  ! * {Calendar and Date Management (Basic)}[link:../tutorial/dc_calendar1.htm.en]
29  ! * {Calendar and Date Management (Advanced)}[link:../tutorial/dc_calendar2.htm.en]
30  !
31  !== Procedures List
32  !
33  ! dc_calendar_generic を参照ください.
34  !
35  ! See "dc_calendar_generic".
36  !
37  !== Derived types
38  !
39  ! dc_calendar_types を参照ください.
40  !
41  ! See "dc_calendar_types".
42  !
43 
46  implicit none
47 end module dc_calendar