#!/bin/csh

cat <<eod> ! tmp.exec
open guide
set grads off
set lon -20 35
set lat 35 55
set gxout grid
d maskout(t,-t)
run statnum.gs SIRTA 2.25 48.72 0.15 4
run statnum.gs HD  9.7 49.4 0.15 2
run statnum.gs SCH 7.9 47.9 0.15 3
run statnum.gs JFJ 7.9 46.55 0.15 3
draw map
enable print carte
print
quit
eod

grads -bpc 'exec tmp.exec'
gxeps carte -o
gv carte.eps
