- 积分
- 1463
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-9-4
- 最后登录
- 1970-1-1
|
发表于 2018-4-20 11:15:38
|
显示全部楼层
wnd.netcdf
ans =
netcdf e:/1.grb2 {
dimensions:
lon = 274;
lat = 263;
time = 24;
variables:
float VAR0-1-205_FROM_38-0-0_surface(time=24, lat=263, lon=274);
:long_name = "Unknown Parameter 0-1-205 @ Ground or water surface";
:units = "";
:missing_value = NaNf; // float
:grid_mapping = "LatLon_Projection";
:Grib_Variable_Id = "VAR_0-1-205_L1";
:Grib2_Parameter = 0, 1, 205; // int
:Grib2_Parameter_Discipline = "Meteorological products";
:Grib2_Parameter_Category = "Moisture";
:Grib2_Level_Type = 1; // int
:Grib2_Generating_Process_Type = "Forecast";
float lat(lat=263);
:units = "degrees_north";
:_CoordinateAxisType = "Lat";
float lon(lon=274);
:units = "degrees_east";
:_CoordinateAxisType = "Lon";
int time(time=24);
:units = "Hour since 2018-03-19T08:00:00Z";
:standard_name = "time";
:_CoordinateAxisType = "Time";
:Originating or generating Center = "Beijing (RSMC)";
:Originating or generating Subcenter = "0";
:GRIB table version (master,local) = "1,0";
:Type of generating process = "Forecast";
:Conventions = "CF-1.6";
:history = "Read using CDM IOSP Grib2Collection";
:featureType = "GRID";
:file_format = "GRIB-2";
:_CoordSysBuilder = "ucar.nc2.dataset.conv.CF1Convention";
用wnd_Moisture=wnd.data('Moisture')读取变量Moisture读不出来?请问问题在哪里?
用wnd_surface=wnd.data('VAR0-1-205_FROM_38-0-0_surface');读出来这样:
|
-
|