| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(type_base_operator), | public, | pointer | :: | previous | => | null() | |
| character(len=string_length), | public | :: | dimension | ||||
| character(len=string_length), | public | :: | target_dimension_name | ||||
| character(len=string_length), | public | :: | target_long_name | ||||
| character(len=string_length), | public | :: | target_standard_name | ||||
| real(kind=rk), | public, | allocatable | :: | target_coordinates(:) | |||
| type(type_field), | public, | pointer | :: | source_field | => | null() | |
| type(type_field), | public, | pointer | :: | offset_field | => | null() | |
| integer, | public | :: | out_of_bounds_treatment | = | 1 | ||
| real(kind=rk), | public | :: | offset_scale | = | 1._rk | ||
| type(type_dimension), | public, | pointer | :: | target_dimension | => | null() | 
| procedure, public :: apply_all => operator_apply_all | |
| procedure, public :: configure | |
| procedure, public :: apply | 
| 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() | |
| class(type_base_operator), | public, | pointer | :: | operator | => | null() | |
| class(type_base_output_field), | public, | pointer | :: | source | => | null() | |
| real(kind=rk), | public | :: | result_0d | ||||
| real(kind=rk), | public, | allocatable | :: | result_1d(:) | |||
| real(kind=rk), | public, | allocatable | :: | result_2d(:,:) | |||
| real(kind=rk), | public, | allocatable | :: | result_3d(:,:,:) | |||
| type(type_dimension_pointer), | public, | allocatable | :: | dimensions(:) | |||
| integer, | public | :: | idim | = | -1 | ||
| integer, | public | :: | idatadim | = | -1 | ||
| class(type_base_output_field), | public, | pointer | :: | source_coordinate | => | null() | |
| class(type_base_output_field), | public, | pointer | :: | offset | => | null() | |
| integer, | public | :: | out_of_bounds_treatment | = | 1 | ||
| real(kind=rk), | public | :: | out_of_bounds_value | ||||
| real(kind=rk), | public, | allocatable | :: | target_coordinates(:) | |||
| real(kind=rk), | public | :: | offset_scale | = | 1._rk | 
| procedure, public :: new_data | |
| procedure, public :: get_metadata | |
| procedure, public :: fill | |
| procedure, public :: flag_as_required | |
| procedure, public :: before_save | |
| procedure, public :: get_field | 
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(type_interp_operator), | public, | pointer | :: | operator | => | null() | 
| procedure, public :: set_length => coordinate_list_set_length | |
| procedure, public :: create => coordinate_list_create_element | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_interp_operator), | intent(inout), | target | :: | self | ||
| class(type_base_output_field), | target | :: | source | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_result), | intent(in) | :: | self | |||
| type(type_field), | target | :: | field | 
Verify target dimension has been registered with field manager
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_interp_operator), | intent(inout), | target | :: | self | ||
| class(type_settings), | intent(inout) | :: | settings | |||
| type(type_field_manager), | intent(inout) | :: | field_manager | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_coordinate_list_populator), | intent(inout) | :: | self | |||
| integer, | intent(in) | :: | n | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_coordinate_list_populator), | intent(inout) | :: | self | |||
| integer, | intent(in) | :: | index | |||
| type(type_list_item), | intent(inout) | :: | item | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_result), | intent(inout) | :: | self | |||
| logical, | intent(in) | :: | required | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_result), | intent(inout) | :: | self | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | x(:) | |||
| real(kind=rk), | intent(in) | :: | xp(:) | |||
| real(kind=rk), | intent(in) | :: | fp(:) | |||
| real(kind=rk), | intent(out) | :: | f(:) | |||
| integer, | intent(in) | :: | out_of_bounds_treatment | |||
| real(kind=rk), | intent(in) | :: | out_of_bounds_value |