If you wish to visualise a very large field (e.g. where a single field contains hundreds of millions of points), Metview may be able to plot it, but it is advised to do certain things to minimise the memory usage.
Also, it may be necessary to set an environment to increase the size of an internal memory buffer used by the MARS library that Metview uses for some of its GRIB handling. If you see a warning message such as the following:
wmo_read_any_from_file: error -3 (Passed buffer is too small) l=140726296292856, len=3732480187 |
then you should set this buffer to the size indicated by the second number, or something a little larger, e.g.
export MARS_READANY_BUFFER_SIZE=3732480200 |
Do this on a command-line before starting Metview from the same terminal.
From the sidebar of the plot window, click the two buttons at the bottom to disable the collection of data for the statistics and the histogram. Close the plot window in order to save these settings.
The least efficient way to plot a GRIB file is to perform the steps in this order:
This will cause the data to be plotted a total of 3 times, 2 of which will be global.
A better strategy is this:
Now the data will be plotted just once, and only on the smaller area (if selected).
For plotting larger areas (say, Europe or the whole globe), it can be best to switch to cell shading for a faster plot. For small areas (e.g. the size of a small country), grid shading will give the most accurate results, but this can be slower for larger areas.
Example cell shading parameters | Example grid shading parameters | ||
---|---|---|---|
|
|