require "numru/ggraph"
include NumRu

gphys1 = GPhys::IO.open("./src/phi0_06.nc","T").cut("t"=>1000)

gphys1=gphys1-300.0

DCL.gropn(1)

DCL.uzfact(0.6)
GGraph.set_fig("itr"=>1,"viewport"=>[0.1,0.7,0.2,0.6])
rmiss = DCL.glpget('rmiss')

GGraph.tone(gphys1,true,"exchange"=>false,"title"=>"","annotate"=>false,"interval"=>8)
GGraph.color_bar
GGraph.contour(gphys1,false,"exchange"=>false,"title"=>"","annotate"=>false,"interval"=>8)

DCL.grcls

