...
| Code Block | ||
|---|---|---|
| ||
cp ~trx/mv_data/t1000.grb $HOME/metview/training/day_1 |
You If you navigate to the training/day_1 you should now see a new GRIB icon in your Metview window:
...
If it does not appear immediately, press F5 (or View | Reload).
Move the icon into the folder 'a quick tour' by dragging and dropping it there. Enter the folder and do this exercise there.
When you right-click on an icon, a context-sensitive menu appears.
...
| Code Block | ||
|---|---|---|
| ||
# Metview Macro
t1000 = read("/path/to/user/metview/training/day_1/metviewa quick tour/t1000.grb")
land_shade = mcoast(
map_coastline_thickness : 2,
map_coastline_land_shade : "on",
map_coastline_land_shade_colour : "cream"
)
polar_europe = geoview(
map_projection : "polar_stereographic",
map_area_definition : "corners",
area : [30,-25,50,65],
coastlines : land_shade
)
plot(polar_europe, t1000) |
...
You should see the new GRIB icon in your Metview working day_1 folder. Move this icon into the folder you are working in.
...