GrADS: How to plot rainfall using a NetCDF data?
Output image |
The script:
'reinit'
'set display color white'
'c'
'sdfopen file1.nc'
'set gxout shaded'
'd rf'
'run cbarn'
'draw title IMD Obs Rain 1994'
'printim output.png'
Output image |
The script:
'reinit'
'set display color white'
'c'
'sdfopen file1.nc'
'set gxout shaded'
'd rf'
'run cbarn'
'draw title IMD Obs Rain 1994'
'printim output.png'
Comments
Post a Comment