Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_base_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 |