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 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_operator_result), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_operator_result), | 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 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_operator_result), | intent(inout) | :: | self | |||
real(kind=rk), | intent(in) | :: | value |
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 | ||
---|---|---|---|---|---|---|
class(type_result), | intent(in) | :: | self | |||
type(type_field), | target | :: | field |