Viewing wrf output in Matlab

Yongsheng Chen yochen at UCAR.EDU
Mon Oct 6 18:19:27 EDT 2008


Hi,

You need netcdf toolbox (http://mexcdf.sourceforge.net/) in order to
read netcdf format.
Once you have it, plotting can be as simple as

nc=netcdf('wrfout_d01');
contour(squeeze(nc{'MU'}(1,:,:)));

Yongsheng Chen

On Mon, Oct 6, 2008 at 4:12 PM, Ambarish Jash <ambarish.jash at gmail.com> wrote:
> Hi,
> Does anyone have a script in matlab to view the wrf out put files?
> Thanks
> Ambarish Jash
>
>



More information about the gradsusr mailing list