Reference proper isobaric level for temperature

I have a grib2 dataset I am using and want to pull a specific isobaric level for temperature but I am not totally sure I have the correct one (temperatures are too low). Here is what I am doing:
nc=ncgeodataset('DD.20180522_CY.12_FH.000_DF.GR2')
lon=nc{'lon'}(:);
lat=nc{'lat'}(:);
Ti=nc{'Temperature_isobaric'}(:);%[K] temperature at various isobaric levels
Temp850=Ti(:,6,y,x); %pulls the temperature data at 850mb with y=a preset lat and x=present lon span
On the website linked below,
it says 850mb temperature is the 6th height but I can't figure out why my temperatures are much lower than they should be. Any help would be appreciated.

2 件のコメント

Image Analyst
Image Analyst 2018 年 6 月 7 日
Make it easy for people to help you by attaching 'DD.20180522_CY.12_FH.000_DF.GR2' in a .zip file with the paper clip icon. Otherwise they may not bother.
Walter Roberson
Walter Roberson 2018 年 6 月 7 日
"Total volume: 510.7 Gbytes"
Ummm... I don't think that can be attached.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMixed-Signal Blockset についてさらに検索

質問済み:

2018 年 6 月 6 日

コメント済み:

2018 年 6 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by