Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(type_base_operator), | public, | pointer | :: | previous | => | null() | |
integer, | public | :: | method | = | time_method_mean |
procedure, public :: configure => operator_configure | |
procedure, public :: apply_all => operator_apply_all | |
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 | :: | method | = | time_method_mean | ||
integer, | public | :: | n | = | 0 |
procedure, public :: fill | |
procedure, public :: get_field => universal_get_field | |
procedure, public :: flag_as_required | |
procedure, public :: new_data | |
procedure, public :: before_save | |
procedure, public :: get_metadata |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_time_average_operator), | intent(inout), | target | :: | self | ||
class(type_base_output_field), | target | :: | source |
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(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_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 |