mgrib ( macro/python )  pgrib ( fortran )


To facilitate the plotting of GRIB code fields, there is an interface that enables users to plot GRIB code with a minimum of programming effort.

The action routine is called PGRIB.

Magics uses ECMWF's GRIB_API for the decoding of GRIB files. See GRIB_API for more details.

The use of ECMWF's GRIB_API enable Magics to plot grib edition 1 or 2 in an transparent way for the user.

It also enable the use of GRIB_API keys to tailor text. 

 

 

 

Grib Loading examples.

Using Grib API keys to tailor your title.

<div id="magics">	
</div>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="http://software.ecmwf.int/wiki/download/attachments/13207038/magdoc.js"></script>
<link rel="stylesheet" type="text/css" href="http://software.ecmwf.int/wiki/download/attachments/13207038/magics.css" />
<link rel="stylesheet" type="text/css" href="http://software.ecmwf.int/wiki/download/attachments/13207038/jquery.miniColors.css" />
<script src="http://software.ecmwf.int/wiki/download/attachments/13207038/jquery.miniColors.js"></script>
<script>
	load("http://software.ecmwf.int/wiki/download/attachments/14157125/grib.json");
</script>