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 |
Basic file information for MPI output
Used when data on each node is integrated and output to one file.
Definition at line 303 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_mpifileinfo::already_output = .false. |
Definition at line 304 of file gtool_history_types.f90.
| type(gt_history_axis), dimension(:), pointer gtool_history_types::gt_history_mpifileinfo::axes =>null() |
Definition at line 305 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_mpifileinfo::conventions |
Definition at line 311 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_mpifileinfo::file |
Definition at line 307 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_mpifileinfo::gt_version |
Definition at line 312 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_mpifileinfo::gtver_add |
Definition at line 313 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_mpifileinfo::institution |
Definition at line 310 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_mpifileinfo::nc_history |
Definition at line 315 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_mpifileinfo::overwrite |
Definition at line 306 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_mpifileinfo::quiet |
Definition at line 314 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_mpifileinfo::source |
Definition at line 309 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_mpifileinfo::title |
Definition at line 308 of file gtool_history_types.f90.