Description
Metview Macro Library function. Generates title for plotting FLEXPART gridded output fields (GRIB).
Usage
mtext mvl_flexpart_title(g:fieldset, fontsize: number, [units])
Parameter g
is a FLEXPART fieldset; fontsize
is the character height in cm; units
is the units string. If units
it is -1 the units is taken form the GRIB header. If the units
argument is omitted or contains an empty string no units is added to the title.
Example
# if g is a fieldset containing FLEXPART output
title=mvl_flexpart_title(g,0.3,"ng m**-3")
plot(g,title)