Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width60%
Panel


 mwind( macro/python ) pwind ( fortran )


Wind plotting facilities allow users to plot wind and wind related parameters as follows:

Wind fields may be presented to Magics in matrix form, as U/V velocity components or as speed/direction components. Wind fields may also be passed in GRIB code data as U/V or speed/direction. These wind fields may be plotted in one of two ways:

  • Wind arrows; represented by a vector whose length is proportional to the speed of the wind.

  • WMO standard wind flags; represented by barbs and solid pennants.

New in Magics++ An  advanced mode has been added, if activated the colour of the flag/arrow is  selected according to the intensity of the plotted vector.

Column
width30%
Panel
titleQuick links :

Import data:

Gallery:

  • Wind examples

 

 

 

HTML
<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/14156772/wind.json");
</script>
 

...