GrADS: A spatial plot of temperature
The script:
'reinit'
*'set display color white'
*'c'
'set grads off'
'set grid off'
'set xlint 7'
'set ylint 5'
'set xlopts 2 6 0.13'
'set ylopts 2 6 0.13'
'run colors.gs'
'run basemap.gs'
'sdfopen file5.nc'
'set lon 60 104'
'set lat 5 37'
'set gxout shaded'
'set clevs -5 0 5 10 15 20 25 30 35'
'set ccols 45 46 51 52 53 54 55 56 57 58'
'd tas-273.15'
'run cbarn'
'basemap o 0 1'
*'set string 1 l 7'
*'set strsiz 0.12'
*'draw string 0.7 10 Temperature(JJAS)-2002'
'draw title TEMPERATURE-2002'
*'gxprint output.png x1200 y1600 white'
'printim output.pdf'
Comments
Post a Comment