How to extract station data from WRF output(.nc) file.

3 views (last 30 days)
I am very new in matlab and i am dealing with WRF output .nc file, I want extract the data for specific stations from WRF output file, if possible please share with me related script or code for the same.

Answers (2)

KSSV
KSSV on 15 Sep 2016
Reading .nc file is easy and straight forward in matlab.
1. to see information of ncfile use ncinfo.
2. to display the ncfile on screen us ncdisp()
3. to read a specific variable of ncfile use ncread().
Go through the documentation part of above functions.

Walter Roberson
Walter Roberson on 15 Sep 2016

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!