Toggle navigation
Gtool Project
地球流体電脳倶楽部
dcmodel プロジェクト
SIGEN
English
dc_utils
dc_utils.f90
Go to the documentation of this file.
1
!= dc_utils のユーザインターフェース
2
!= User interface of dc_utils
3
!
4
! Authors:: Yasuhiro MORIKAWA
5
! Version:: $Id: dc_utils.f90,v 1.6 2010-04-11 14:13:51 morikawa Exp $
6
! Tag Name:: $Name: $
7
! Copyright:: Copyright (C) GFD Dennou Club, 2000-2005. All rights reserved.
8
! License:: See COPYRIGHT[link:../../COPYRIGHT]
9
!
10
module
dc_utils
11
!
12
!= dc_utils のユーザインターフェイス
13
!= User interface of dc_utils
14
!
15
! <b>Note that Japanese and English are described in parallel.</b>
16
!
17
! このモジュールは dc_utils ライブラリの各モジュール群の公開要素を
18
! 全て一括で提供するためのインターフェースです.
19
!
20
! 利用可能な手続き等については, 下記のモジュールリストを参照ください.
21
!
22
! This module provides almost all public entities of
23
! modules in dc_utils library.
24
!
25
! See following module list for available procedures, etc.
26
!
27
28
! * "dc_trace#debug" -> dc_debug, for gfortran bug.
29
! use dc_trace, only: BeginSub, EndSub, SetDebug, DbgMessage, &
30
! Dbg_Scratch, SubLevel, DataDump, DcDebug=>Debug
31
!
32
use
dc_types
33
use
dc_string
34
use
dc_error
35
use
dc_url
36
use
dc_message
37
use
dc_present
38
use
dc_date
39
use
dc_calendar
40
use
dc_test
41
use
dc_clock
42
use
dc_args
43
use
dc_hash
44
use
dc_iounit
45
use
dc_regex
46
implicit none
47
48
!!$ interface debug
49
!!$ module procedure dcdebug
50
!!$ end interface
51
53
end module
dc_utils
dc_test
Definition:
dc_test.f90:29
dc_calendar
Definition:
dc_calendar.f90:10
dc_error
Definition:
dc_error.f90:11
dc_url
Definition:
dc_url.f90:12
dc_args
Definition:
dc_args.f90:11
dc_message
Definition:
dc_message.f90:9
dc_regex
シンプルな正規表現関数 'match' を提供します.
Definition:
dc_regex.f90:16
dc_present
Definition:
dc_present.f90:26
dc_hash
Definition:
dc_hash.f90:10
dc_clock
Definition:
dc_clock.f90:10
dc_string
文字型変数の操作.
Definition:
dc_string.f90:24
dc_types
種別型パラメタを提供します。
Definition:
dc_types.f90:49
dc_date
Definition:
dc_date.f90:9
dc_utils
Definition:
dc_utils.f90:10
dc_iounit
Definition:
dc_iounit.f90:12