GrADS: How to define a particular colour scale by importing "colors.gs" script?
| Output image |
The script:
'reinit'
'set display color black'
'c'
'set grads off'
'set grid off'
'run colors.gs'
'sdfopen file2.nc'
'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.pdf'
Comments
Post a Comment