| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(type_field_manager), | public, | pointer | :: | field_manager | => | null() | |
| character(len=max_path), | public | :: | path | = | '' | ||
| character(len=max_path), | public | :: | postfix | = | '' | ||
| character(len=string_length), | public | :: | title | = | '' | ||
| integer, | public | :: | time_unit | = | time_unit_none | ||
| integer, | public | :: | time_step | = | 0 | ||
| integer, | public | :: | first_index | = | 0 | ||
| integer, | public | :: | next_julian | = | -1 | ||
| integer, | public | :: | next_seconds | = | -1 | ||
| integer, | public | :: | first_julian | = | -1 | ||
| integer, | public | :: | first_seconds | = | -1 | ||
| integer, | public | :: | last_julian | = | huge(1) | ||
| integer, | public | :: | last_seconds | = | 0 | ||
| type(type_output_item), | public, | pointer | :: | first_item | => | null() | |
| class(type_base_output_field), | public, | pointer | :: | first_field | => | null() | |
| class(type_file), | public, | pointer | :: | next | => | null() | |
| class(type_single_text_file), | public, | pointer | :: | first_file | => | null() | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_file), | intent(inout) | :: | self | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_file), | intent(inout) | :: | self | |||
| type(type_dimension), | target | :: | dim | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_file), | intent(inout) | :: | self | |||
| type(type_output_item), | target | :: | item | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_text_file), | intent(inout) | :: | self | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_text_file), | intent(inout) | :: | self | |||
| integer, | intent(in) | :: | julianday | |||
| integer, | intent(in) | :: | secondsofday | |||
| integer, | intent(in) | :: | microseconds | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_text_file), | intent(inout) | :: | self |