Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | coloring | ||||
character(len=:), | public, | allocatable | :: | file_format | |||
real(kind=real64), | public | :: | output_interval_step | ||||
character(len=:), | public, | allocatable | :: | output_interval_unit | |||
character(len=:), | public, | allocatable | :: | variable_names(:) |
type :: type_field_output character(:), allocatable :: file_format logical :: coloring character(:), allocatable :: output_interval_unit real(real64) :: output_interval_step character(:), allocatable :: variable_names(:) end type type_field_output