- 积分
- 15
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-11-11
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
用grads打开nc文件报错:没有可识别的x坐标,下面是我的nc数据文件信息,请问能用其他方法读取到nc文件里的数据吗,因为金币不够,很多资源无法下载(自动回复:请不要使用迅雷等下载工具,点我查看下载帮助),希望大大神们帮我解决一下,第一次接触grads软件,求指教
ga-> !ncdump -h E:\\Wave_SMW_20141113.000000.nc
netcdf E:\Wave_SMW_20141113.000000 {
dimensions:
time = UNLIMITED ; // (73 currently)
points = 48560 ;
variables:
int time(time) ;
time:units = "seconds since 1970-01-01" ;
time:calendar = "gregorian" ;
time:standard_name = "time" ;
time:long_name = "time" ;
float longitude(points) ;
longitude:units = "degrees_east" ;
longitude:long_name = "longitude" ;
longitude:standard_name = "longitude" ;
float latitude(points) ;
latitude:units = "degrees_north" ;
latitude:long_name = "latitude" ;
latitude:standard_name = "latitude" ;
short hs(time, points) ;
hs:units = "m" ;
hs:standard_name = "sea_surface_wave_significant_height" ;
hs:long_name = "hs" ;
hs:_FillValue = -32768s ;
hs:scale_factor = 0.0007629627f ;
hs:add_offset = 25.f ;
short theta0(time, points) ;
theta0:units = "degrees" ;
theta0:standard_name = "sea_surface_wave_to_direction" ;
theta0:long_name = "theta0" ;
theta0:_FillValue = -32768s ;
theta0:scale_factor = 0.005493332f ;
theta0:add_offset = 180.f ;
short tm01(time, points) ;
tm01:units = "s" ;
tm01:standard_name = "sea_surface_wave_mean_period_from_variance
_spectral_density_first_frequency_moment" ;
tm01:long_name = "tm01" ;
tm01:_FillValue = -32768s ;
tm01:scale_factor = 0.0007629627f ;
tm01:add_offset = 25.f ;
// global attributes:
:Conventions = "CF-1.5" ;
:History = "Created with agioncmd version 1.2" ;
:Directional convention = "cartesian" ;
:project = "SMW" ;
:run = "01" ;
}
|
|