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(:) |
procedure, public :: new_data | |
procedure, public :: before_save | |
procedure, public :: get_metadata | |
procedure, public :: flag_as_required | |
procedure, public :: fill | |
procedure, public :: get_field |
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(:) |
procedure, public :: new_data | |
procedure, public :: before_save | |
procedure, public :: get_metadata | |
procedure, public :: flag_as_required | |
procedure, public :: fill | |
procedure, public :: get_field => universal_get_field |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_operator_result), | intent(in) | :: | self | |||
type(type_field), | target | :: | field |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_universal_operator_result), | intent(in) | :: | self | |||
type(type_field), | target | :: | field |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_operator_result), | intent(inout) | :: | self |
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 | |||
logical, | intent(in) | :: | required |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_operator_result), | intent(inout) | :: | self | |||
real(kind=rk), | intent(in) | :: | value |