dm_dwd_weather_report_out Subroutine

public subroutine dm_dwd_weather_report_out(report, unit)

Prints DWD weather report to standard output or given file unit.

Arguments

Type IntentOptional Attributes Name
type(dwd_weather_report_type), intent(in) :: report

Weather report type.

integer, intent(in), optional :: unit

File unit.


Calls

proc~~dm_dwd_weather_report_out~~CallsGraph proc~dm_dwd_weather_report_out dm_dwd_weather_report_out interface~dm_present dm_present proc~dm_dwd_weather_report_out->interface~dm_present