gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
gtool_history_types::gt_history_mpifileinfo Type Reference

More...

Collaboration diagram for gtool_history_types::gt_history_mpifileinfo:
[legend]

Public Attributes

logical already_output = .false.
type(gt_history_axis), dimension(:), pointer axes =>null()
logical overwrite
character(string) file
character(string) title
character(string) source
character(string) institution
character(string) conventions
character(token) gt_version
logical gtver_add
logical quiet
character(string) nc_history

Detailed Description

MPI 使用時のファイル書き出し基本情報

各ノード上のデータを統合して一つのファイルに出力する際に使用します。

Definition at line 303 of file gtool_history_types.f90.

Member Data Documentation

◆ already_output

logical gtool_history_types::gt_history_mpifileinfo::already_output = .false.

Definition at line 304 of file gtool_history_types.f90.

304 logical:: already_output = .false.

◆ axes

type(gt_history_axis), dimension(:), pointer gtool_history_types::gt_history_mpifileinfo::axes =>null()

Definition at line 305 of file gtool_history_types.f90.

305 type(GT_HISTORY_AXIS), pointer:: axes(:) =>null()

◆ conventions

character(string) gtool_history_types::gt_history_mpifileinfo::conventions

Definition at line 311 of file gtool_history_types.f90.

311 character(STRING):: conventions

◆ file

character(string) gtool_history_types::gt_history_mpifileinfo::file

Definition at line 307 of file gtool_history_types.f90.

307 character(STRING):: file

◆ gt_version

character(token) gtool_history_types::gt_history_mpifileinfo::gt_version

Definition at line 312 of file gtool_history_types.f90.

312 character(TOKEN):: gt_version

◆ gtver_add

logical gtool_history_types::gt_history_mpifileinfo::gtver_add

Definition at line 313 of file gtool_history_types.f90.

313 logical:: gtver_add

◆ institution

character(string) gtool_history_types::gt_history_mpifileinfo::institution

Definition at line 310 of file gtool_history_types.f90.

310 character(STRING):: institution

◆ nc_history

character(string) gtool_history_types::gt_history_mpifileinfo::nc_history

Definition at line 315 of file gtool_history_types.f90.

315 character(STRING):: nc_history

◆ overwrite

logical gtool_history_types::gt_history_mpifileinfo::overwrite

Definition at line 306 of file gtool_history_types.f90.

306 logical:: overwrite

◆ quiet

logical gtool_history_types::gt_history_mpifileinfo::quiet

Definition at line 314 of file gtool_history_types.f90.

314 logical:: quiet

◆ source

character(string) gtool_history_types::gt_history_mpifileinfo::source

Definition at line 309 of file gtool_history_types.f90.

309 character(STRING):: source

◆ title

character(string) gtool_history_types::gt_history_mpifileinfo::title

Definition at line 308 of file gtool_history_types.f90.

308 character(STRING):: title

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