- 积分
- 169
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-12-13
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我现在困惑的是,ncl 数据问题,例如一个三维数组,l例如
float VGRD_P0_L100_GLL0 ( lv_ISBL0, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : V-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
level_type : Isobaric surface (Pa)
forecast_time : 0
forecast_time_units : hours
initial_time : 04/11/2011 (00:00)
这个数据是不是 一个(大气压,纬度,经度) 确定一个风速 , 是不是风速值并没有包含在这个三维数组里,
问题一: 如何产看 这个三维数组里,所有对应的风速值
|
|