Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
mvl_flexpart_title
mvl_flexpart_title

definition mvl_flexpart_title(...)

Generates a Text Plotting object to provide title for plotting FLEXPART output GRIB fields. This function uses this set of named keyword arguments:

source

The FLEXPART output GRIB file.

data

The FLEXPART output GRIB as a fieldset. It takes precedence over source.

fontsize

Is the character height in cm. The default is 0.3 cm.

units

The units string to display. If it is set to "header" the units are taken from the GRIB header. The default is an empty string.


Example:

# if g is a fieldset containing FLEXPART output

title=flexpart_build_title(data: g,fontsize: 0.3,units: "ng m**-3")

plot(g,title)


Anchor
mvl_geocircle
mvl_geocircle

definition mvl_geocircle(lat : number, lon : number,radius : number, resolution : number)

...