Ice temperature layer 2

The metadata used to detect the styles are :

paramId

36

shortName

istl2

Default style:

Contour shade (Range: -36 / -1.6) [sh_blu_fM36tM16]

../../_images/istl2-sh_blu_fM36tM16.png

Other available styles:

Contour shade (Range: -36 / -1.6) [sh_blu_fM36tM16]

../../_images/istl2-sh_blu_fM36tM16.png
from Magics import macro as magics

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



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

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

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

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

# sphinx_gallery_thumbnail_path = '_static/styles/istl2-sh_blu_fM36tM16.png'

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

Gallery generated by Sphinx-Gallery