How to extract station data from WRF output(.nc) file.
3 views (last 30 days)
Show older comments
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.
0 Comments
Answers (2)
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.
0 Comments
See Also
Categories
Find more on Data Import and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!