#Metview Macro

#Read ODB
amsua_odb = read("AMSUA.odb")

#Define plot
tb_plot = odb_visualiser(
		odb_where	:	"vertco_reference_1@body = 5 ",
		odb_data	:	amsua_odb
		)
#Plot
plot(tb_plot)
