High cloud cover

The metadata used to detect the styles are :

paramId

188

shortName

hcc

Default style:

Transparency white [transparency_white]

../../_images/hcc-transparency_white.png

Other available styles:

Transparency white [transparency_white]

../../_images/hcc-transparency_white.png

Contour shade (0-1, intervals in octas) [sh_whi_f0t1lst]

../../_images/hcc-sh_whi_f0t1lst.png

Contour shade (0-1, intervals in octas) [sh_blugry_f0t1lst]

../../_images/hcc-sh_blugry_f0t1lst.png

Transparency white for sct and bkn (or ovc) clouds [tran_whi_f03t1lst]

../../_images/hcc-tran_whi_f03t1lst.png
from Magics import macro as magics

output = magics.output(output_formats = ['png'],
                output_name_first_page_number = "off",
                output_name = "hcc")



data =  magics.mgrib(grib_input_file_name = "hcc.grib")

contour = magics.mcont(contour_automatic_setting="style_name",
                        contour_style_name= "transparency_white",)

coastlines = magics.mcoast(map_grid = "off" )

magics.plot(output, data, contour, coastlines)

# sphinx_gallery_thumbnail_path = '_static/styles/hcc-transparency_white.png'

Total running time of the script: ( 0 minutes 0.000 seconds)

Gallery generated by Sphinx-Gallery