set input1 = surface3data set input2 = highdata set input3 = goukaze3 set input4 = kijunn1 set input5 = kijunn2 set output = sur3.ps set lonmin = 99.0530701 set lonmax = 101.4437801 set latmin = 38.4404716 set latmax = 40.2147616 set scale = 6 set xshift = 4.0 set yshift = 4.0 set lonmin7 = 99.0530701 set lonmax7 = 101.4437801 set latmin7 = 38.4404716 set latmax7 = 40.2147616 set scale7 = 1.25/0.5 set xshift7 = -3.0 set yshift7 = -2.5 set xshift8 = 0 set yshift8 = 0 set dlon1 = 0.00833 set dlat1 = 0.00833 set tmp1 = land.grd set fcolor1 = eee.cpt set dlon2 = 0.00833 set dlat2 = 0.00833 set tmp2 = hight.grd surface $input1 -G$tmp1 -R$lonmin/$lonmax/$latmin/$latmax -I$dlon1/$dlat1\ -T0.0 -L0.0 grdimage $tmp1 -Jm$scale -R$lonmin/$lonmax/$latmin/$latmax -Ba0.5.f0.25\ -C$fcolor1 -X$xshift -Y$yshift -K >! $output \rm $tmp1 surface $input2 -G$tmp2 -R$lonmin/$lonmax/$latmin/$latmax -I$dlon2/$dlat2\ -T0.0 -L0.0 grdcontour $tmp2 -Jm$scale -R$lonmin/$lonmax/$latmin/$latmax -Ba0.5.f0.25\ -C500 -L-0/5000 -A500 -W1a2 -K -O >>! $output \rm $tmp2 psxy $input3 -Jm$scale -R$lonmin/$lonmax/$latmin/$latmax -G0\ -W0.1/0/0/0 -Sv0.01/0.05/0.05 -O -K >>! $output psbasemap -Jx$scale7 -R$lonmin7/$lonmax7/$latmin7/$latmax7\ -X$xshift7 -Y$yshift7 -B0 -K -O >>! $output psxy $input4 -Jx$scale -R$lonmin/$lonmax/$latmin/$latmax -G0\ -W0.1/0/0/0 -Sv0.01/0.05/0.05 -K -O >>! $output pstext $input5 -Jx$scale7 -R$lonmin7/$lonmax7/$latmin7/$latmax7\ -X$xshift8 -Y$yshift8 -B0 -O >>! $output