- 积分
- 15
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-11-11
- 最后登录
- 1970-1-1
|
发表于 2014-11-19 13:26:59
|
显示全部楼层
用sdfopen报错 SDF file has no discernable X coordinate,用ncdump可以找出楼主说的东西
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 ;
三个都有 是要怎样写描述文件?第一次用grads 不要见怪 能详细点吗? |
|