dm_dwd_mosmix_station_catalog_write Subroutine

public subroutine dm_dwd_mosmix_station_catalog_write(stations, unit, header)

Writes MOSMIX station catalog to standard output or file unit.

Arguments

Type IntentOptional Attributes Name
type(dwd_mosmix_station_type), intent(inout) :: stations(:)

MOSMIX station types.

integer, intent(in), optional :: unit

File unit.

logical, intent(in), optional :: header

Write header.


Calls

proc~~dm_dwd_mosmix_station_catalog_write~~CallsGraph proc~dm_dwd_mosmix_station_catalog_write dm_dwd_mosmix_station_catalog_write interface~dm_present dm_present proc~dm_dwd_mosmix_station_catalog_write->interface~dm_present