| 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() | |
| integer, | public | :: | itime | = | 0 | ||
| integer, | public | :: | ncid | = | -1 | ||
| integer, | public | :: | time_id | = | -1 | ||
| integer, | public | :: | reference_julian | = | -1 | ||
| integer, | public | :: | reference_seconds | = | -1 | ||
| integer, | public | :: | sync_interval | = | 1 | 
| 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_netcdf_file), | intent(inout) | :: | self | |||
| class(type_settings), | intent(inout) | :: | settings | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_netcdf_file), | intent(inout) | :: | self | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_netcdf_file), | intent(inout) | :: | self | |||
| integer, | intent(in) | :: | julianday | |||
| integer, | intent(in) | :: | secondsofday | |||
| integer, | intent(in) | :: | microseconds | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_netcdf_file), | intent(inout) | :: | self | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_netcdf_file), | intent(inout) | :: | self |