Extracting individual maps from netCDF files

4 ビュー (過去 30 日間)
Sarah
Sarah 2013 年 10 月 9 日
回答済み: Ashish Uthama 2013 年 10 月 9 日
I am reading in a netCDF file which contains a wave height map every three hours over 1 month. Does anyone have any ideas about how I might plot induvidual maps to show the wave heights at every three hour timestep? Any help would be greatly appreciated!

回答 (1 件)

Ashish Uthama
Ashish Uthama 2013 年 10 月 9 日
What is the size of the variable? ( ncdisp might help).
If you have enough memory on your machine, just read in the the full variable and loop over the time dimension. Or if the variable is large, you can use the partial read facility of ncread in a loop.

カテゴリ

Help Center および File ExchangeNetCDF についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by