-
Notifications
You must be signed in to change notification settings - Fork 7
‒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.
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.
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 10Copyright © 2016-2019 Norwegian Meteorological Institute
- Home
- Creating scenarios
- Creating truth scenarios
- Verification
- Other
- Developing
- Change log