dm_dwd_weather_report_has_value Interface

public interface dm_dwd_weather_report_has_value

Module Procedures

private function dwd_weather_report_has_value_int32(attribute) result(has)

Returns .true. if attribute is a valid value.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: attribute

DWD weather report attribute.

Return Value logical

private function dwd_weather_report_has_value_real32(attribute) result(has)

Returns .true. if attribute is a valid value.

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: attribute

DWD weather report attribute.

Return Value logical