Versions Compared

Key

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

...

As a simple example, let's compute the difference between a set of forecast fields and the corresponding set of analysis fields for the same time step.

Have a look at Examine the supplied GRIB files (right-click, examine) to confirm that temperature_forecast.grib contains, at multiple vertical levels, 48-hour temperature forecasts for the same date and time as the analysis data in temperature_analysis.grib.

Create a new Simple Formula icon and rename it to fc_an_diff. Edit the icon, ensure that the first tab Formula type is selected (F+G) and that the operator is minus ( - ). Drop your temperature_forecast.grib icon into the Parameter 1 box, and drop temperature_analysis.grib into the Parameter 2 box. Save the icon and execute it. The icon should turn green, indicating the result has been computed and cached. Further operations on this icon will not re-compute the result unless either of its input icons are modified. If you simply wanted the result to be stored, you could right-click and choose save result to bring up a file save dialogue; but instead choose visualise to plot it. Note that all 6 fields in each data icon are used in the computation - the result is a set of 6 fields.

The solutions folder contains two Two Contouring icons are supplied, which can be used to show the differences. Drop pos_shade and then neg_shade into the Display Window. Notice that the second one replaces the first one - this is not what we want! Select both icons with the mouse and drop them both together into the Display Window to use them both in the plot. Edit the icons to see which parameters were used to create the positive and negative shading effects. There is also a Contouring icon called rainbow_diffs - this uses Metview's ability to draw isolines of different colours rather than using shading. This can be useful if it is important to see another layer underneath the temperature.

...

Create a new Observation Filter icon and rename it to filter_obs_t2m., setting these parameters:

DataDrop the obs.bufr icon here
OutputGeographical Points
Parameter012004

...