GrADS: How to save an output image in "EPS" format?
The output image here is for a specific selected area as given in the below script (lat 5 21, lon 69 81) |
The script:
(Here in GrADS commenting is done by '*')
'reinit'
*'set display color white'
*'c'
'run colors.gs'
'sdfopen file3.nc'
'set lon 69 81'
'set lat 5 21'
'set gxout shaded'
'set clevs 6 9 12 18'
'set ccols 55 53 45 44 42'
'd rf'
'run cbarn'
'draw title RAINFALL-1994'
'printim output.eps'
Comments
Post a Comment