Versions Compared

Key

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

...

Section
Column

This exercise builds on exercise 1, but uses observation data in BUFR format instead of analysis fields.

Retrieving the observation data

Create a new Mars Retrieval icon and rename it to obs. Edit it and set the following parameters in order to retrieve BUFR observation data from 3 days ago:

TypeOb
RepresBufr
Date-3

Retrieve the data and examine it. Metview's BUFR Examiner displays the contents of the BUFR data (Figure 8). Each message contains many measurements. If you visualise the data, you will see a standard display of synoptic observations. Figure 9 shows this, using the shaded_coastlines icon from the solutions folder.

Extracting the 2 metre temperature

Create a new Observation Filter icon from the Filters icon drawer, and rename the copy to filter_obs_t2m. With this icon we will extract just the 2m temperature into Metview's custom ASCII format for scattered geographical data - geopoints. Set these parameters:

DataDrop your obs icon here
OutputGeographical Points
Parameter012004

If you examine this icon now, you will see the result: a table of geo-located temperature values. When you visualise the data, you will see that the actual values are plotted as text on the screen; we can do better than this. From the solutions folder, drop the coloured_markers icon into the Display Window. The shaded_coastlines icon may also help make the points easier to see (Figure 10).

Retrieving the forecast data

Create a new Mars Retrieval icon, rename it to t2m_forecast, and set these parameters:

TypeFc
LevtypeSfc
Param2t
Date-5
Step48
Grid1.0/1.0

The retrieved data is the 48-hour forecast made 5 days ago for 2-metre temperature.

Computing the forecast-observation difference

This is just the same as before, using a Simple Formula icon. Drop t2m_forecast into the Parameter 1 box, and filter_obs_t2m into the Parameter 2 box. Visualise the result - you will see that the result of a field minus a scattered geopoints data set is another geopoints data set. For each geopoint location, the interpolated value from the field was extracted before performing the computation. From the solutions folder, drop both the diff_symb_hot and the diff_symb_cold icons into the plot.

 

  1. Overlay with the original temperature field?
  2. Generate a macro from the plot
Column
Figure 8 - the BUFR Examiner

Click to expand
Figure 9 - synoptic observation plotting

Click to expand
Figure 10 - 2m temperature observations

Click to expand

...