require File.expand_path("~/irbrc_ggraph.rb")   # irb用スタートアップファイル
tmp = gpopen 'air.2012-01.nc/air'
set_fig "itr"=>32          # 正距方位図法
set_map "coast_world"=>true
tone_and_contour tmp[true,true,3,9]
DCL.grcls      # 描画終了処理．末尾に必ずよぶ
