nawdex_nwcsaf_plot

nawdex_analysis.plot.nawdex_map.nawdex_nwcsaf_plot(dset, vname='CMa', region='zenith75', plot_colorbar=True)

Plots TOA Radiation Fluxes 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 ({'CMa', 'CT'}, optional) –

    name of cloud product field to be plotted

    • ’CMa’ : cloud masking
    • ’CT’ : cloud typing
  • 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