- 积分
- 6541
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-11-17
- 最后登录
- 1970-1-1
|
发表于 2017-3-31 22:15:33
|
显示全部楼层
楼主应该已经解决了。附上ncep reanalysis 2 说明:
Why isn't specific humidity available with in the NCEP Reanalysis 2 dataset? How do I calculate it?
Specific humidity isn't output from the model directly. For some datasets (such as NCEP/NCAR R1) is is calculated in postprocessing but NCEP did not do this for R2. You can calculate it yourself if you download the relative humidity and temperature and use the pressure. The Clausius–Clapeyron relation allows you to calculate the saturation humidity at a specific T,p and then you use the relative humidity to get the actual humidity. NCL has a routine mixhum_ptrh that does this. |
|