| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(type_output_variable_settings), | public, | pointer | :: | settings | => | null() | |
| character(len=string_length), | public | :: | output_name | = | '' | ||
| logical, | public | :: | is_coordinate | = | .false. | ||
| type(type_nd_data_pointer), | public | :: | data | ||||
| type(type_output_field_pointer), | public, | allocatable | :: | coordinates(:) | |||
| class(type_base_output_field), | public, | pointer | :: | next | => | null() | |
| type(type_field), | public, | pointer | :: | source | => | null() |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_base_output_field), | intent(inout) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_base_output_field), | intent(inout) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_base_output_field), | intent(in) | :: | self | |||
| type(type_field), | target | :: | field |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_output_field), | intent(inout) | :: | self | |||
| logical, | intent(in) | :: | required |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_output_field), | intent(in) | :: | self | |||
| character(len=:), | intent(out), | optional | allocatable | :: | long_name | |
| character(len=:), | intent(out), | optional | allocatable | :: | units | |
| type(type_dimension_pointer), | intent(out), | optional | allocatable | :: | dimensions(:) | |
| real(kind=rk), | intent(out), | optional | :: | minimum | ||
| real(kind=rk), | intent(out), | optional | :: | maximum | ||
| real(kind=rk), | intent(out), | optional | :: | fill_value | ||
| character(len=:), | intent(out), | optional | allocatable | :: | standard_name | |
| character(len=:), | intent(out), | optional | allocatable | :: | path | |
| type(type_attributes), | intent(out), | optional | :: | attributes |