nawdex_bt_plot

nawdex_analysis.plot.nawdex_map.nawdex_bt_plot(dset, region='zenith75', vname='bt108', plot_colorbar=True)

Plots Brightness Temperature (BT) for NAWDEX Analysis.

Parameters:
  • dset (dict) –

    collection of 2d fields

    it should at least contain {‘lon’, ‘lat’, ‘mask’, vname}

  • region ({'max-extent', 'zenith75', 'atlantic'}, optional) –

    name of a selected region

    • ’max-extent’ : full NAWDEX simulations region
    • ’zenith75’ : cutout of the NAWDEX region where zenith_angle < 75 degree fits in
    • ’atlantic’ : cutout of the North Atlantic
  • vname ({'bt062', 'bt108'}, optional) – name of BT field to be plotted (MSG channel)
  • plot_colorbar ({True, False}, optional) – switch if colorbar is also plotted
Returns:

mp – the map objetc which contains the plotted fields

Return type:

basemap map instance