Toggle navigation
Gtool Project
地球流体電脳倶楽部
dcmodel プロジェクト
SIGEN
English
gtool
gtool_history_nmlinfo
gtool_history_nmlinfo.f90
Go to the documentation of this file.
1
!= NAMELIST の使用を想定したヒストリデータ出力情報管理用ユーティリティ
2
!
3
!= Utilities for history data output information management assuming use of NAMELIST
4
!
5
! Authors:: Yasuhiro MORIKAWA
6
! Version:: $Id: gtool_history_nmlinfo.f90,v 1.5 2009-06-01 15:17:18 morikawa Exp $
7
! Tag Name:: $Name: $
8
! Copyright:: Copyright (C) GFD Dennou Club, 2007. All rights reserved.
9
! License:: See COPYRIGHT[link:../../COPYRIGHT]
10
!
11
12
module
gtool_history_nmlinfo
13
!
14
!= NAMELIST の使用を想定したヒストリデータ出力情報管理用ユーティリティ
15
!
16
!= Utilities for history data output information management assuming use of NAMELIST
17
!
18
! <b>Note that Japanese and English are described in parallel.</b>
19
!
20
! 比較的大規模な数値モデルにおいて, データ出力の情報管理を
21
! 支援するためのモジュールです.
22
! 個別のモジュールがそれぞれ独立にデータ出力を行うことと,
23
! NAMELIST を用いて出力ファイルや出力間隔などを変更すること
24
! 想定して設計されています.
25
! ただし, このモジュール自体の主目的は情報の管理であり,
26
! 実際のデータ出力には gtool_history モジュールを
27
! 使用することに注意してください.
28
!
29
! This module supports information management of data output
30
! in a comparatively large-scale numerical model.
31
! This module is designed expecting that individual modules
32
! perform data output independently, and output filename or
33
! output interval is changed from NAMELIST.
34
! Note that the purpose of this module is information management,
35
! therefore actual data output is performed by "gtool_history" module.
36
!
37
!== Procedures List
38
!
39
! gtool_history_nmlinfo_generic を参照ください.
40
!
41
! See "gtool_history_nmlinfo_generic".
42
!
43
!== Derived types
44
!
45
! gtool_history_nmlinfo_types を参照ください.
46
!
47
! See "gtool_history_nmlinfo_types".
48
!
49
!== Usage
50
!
51
! gtool_history_nmlinfo_generic を参照ください.
52
!
53
! See "gtool_history_nmlinfo_generic".
54
!
55
56
use
gtool_history_nmlinfo_generic
57
use
gtool_history_nmlinfo_types
58
59
end module
gtool_history_nmlinfo
gtool_history_nmlinfo
Definition:
gtool_history_nmlinfo.f90:12
gtool_history_nmlinfo_generic
Definition:
gtool_history_nmlinfo_generic.f90:11
gtool_history_nmlinfo_types
Definition:
gtool_history_nmlinfo_types.f90:11