Skip to content

‒m timeseries

Thomas Nipen edited this page Nov 7, 2017 · 5 revisions

To show a timeseries of the aggregated values, use the following command:

wxgen verif unweighted.nc weighted.nc -v 0,1 -m timeseries

Each column shows a different variable (specified by -v) and each row is a different simulation.

Selecting variables

Each member in the simulation is drawn by a separate line. -v selects which variables to draw. In this case, temeprature (variable 0) and precipitation (variable 1) is shown.

Specifying a gridpoint

By default, all gridpoints are averaged together when showing the timeseries. Use the -lat and -lon flags to specify a latitude and longitude (in degress), which will then plot the timeseries for the nearest gridpoint:

wxgen verif unweighted.nc weighted.nc -v 0 -m timeseries -lat 60 -lon 10

Clone this wiki locally