gtool5 Fortran 90/95 Library
1.0.0-rc5
日本語
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
gtool
gtool_history_nmlinfo
gtool_history_nmlinfo.f90
Go to the documentation of this file.
1
!> @file gtool_history_nmlinfo.f90
2
!>
3
!> @author Yasuhiro MORIKAWA
4
!> @copyright Copyright (C) GFD Dennou Club, 2007-2026. All rights reserved. <br/>
5
!> License is BSD-2-Clause. See [COPYRIGHT](@ref COPYRIGHT) in detail
6
!>
7
!> @en
8
!> @brief Utilities for history data output information management assuming use of NAMELIST
9
!> @enden
10
!>
11
!> @ja
12
!> @brief NAMELIST の使用を想定したヒストリデータ出力情報管理用ユーティリティ
13
!> @endja
14
15
module
gtool_history_nmlinfo
16
!>
17
!> @en
18
!> @brief Utilities for history data output information management assuming use of NAMELIST
19
!>
20
!> <b>Note that Japanese and English are described in parallel.</b>
21
!>
22
!> This module supports information management of data output
23
!> in a comparatively large-scale numerical model.
24
!> This module is designed expecting that individual modules
25
!> perform data output independently, and output filename or
26
!> output interval is changed from NAMELIST.
27
!> Note that the purpose of this module is information management,
28
!> therefore actual data output is performed by "gtool_history" module.
29
!>
30
!> ### Procedures List
31
!>
32
!> See gtool_history_nmlinfo_generic.
33
!>
34
!> ### Derived types
35
!>
36
!> See gtool_history_nmlinfo_types.
37
!>
38
!> ### Usage
39
!>
40
!> See gtool_history_nmlinfo_generic.
41
!> @enden
42
!>
43
!> @ja
44
!> @brief NAMELIST の使用を想定したヒストリデータ出力情報管理用ユーティリティ
45
!>
46
!> 比較的大規模な数値モデルにおいて, データ出力の情報管理を
47
!> 支援するためのモジュールです.
48
!> 個別のモジュールがそれぞれ独立にデータ出力を行うことと,
49
!> NAMELIST を用いて出力ファイルや出力間隔などを変更すること
50
!> 想定して設計されています.
51
!> ただし, このモジュール自体の主目的は情報の管理であり,
52
!> 実際のデータ出力には gtool_history モジュールを
53
!> 使用することに注意してください.
54
!>
55
!> ### 手続リスト
56
!>
57
!> gtool_history_nmlinfo_generic を参照ください.
58
!>
59
!> ### 派生型
60
!>
61
!> gtool_history_nmlinfo_types を参照ください.
62
!>
63
!> ### 使用方法
64
!>
65
!> gtool_history_nmlinfo_generic を参照ください.
66
!> @endja
67
!>
68
69
use
gtool_history_nmlinfo_generic
70
use
gtool_history_nmlinfo_types
71
72
end module
gtool_history_nmlinfo
gtool_history_nmlinfo_generic
Definition
gtool_history_nmlinfo_generic.f90:15
gtool_history_nmlinfo_types
Definition
gtool_history_nmlinfo_types.f90:15
gtool_history_nmlinfo
Definition
gtool_history_nmlinfo.f90:15
Generated on
for gtool5 Fortran 90/95 Library by
1.15.0