- 积分
- 4193
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-1-16
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 infocert 于 2013-4-15 17:06 编辑
各位前辈,小弟在处理mksrf_soitex.10level.c010119.nc文件过程中遇到问题,请各位伸出援助之手,非常感谢!!!
- netcdf mksrf_soitex.10level.c010119 {
- dimensions:
- lon = 4320 ;
- lat = 2160 ;
- number_of_layers = 10 ;
- number_of_mapunits = 4931 ;
- max_value_mapunit = 6998 ;
- variables:
- float LON(lon) ;
- LON:long_name = "lon" ;
- LON:units = "degrees east" ;
- float LAT(lat) ;
- LAT:long_name = "lat" ;
- LAT:units = "degrees north" ;
- float LONGXY(lat, lon) ;
- LONGXY:long_name = "longitude-2d" ;
- LONGXY:units = "degrees east" ;
- float LATIXY(lat, lon) ;
- LATIXY:long_name = "latitude-2d" ;
- LATIXY:units = "degrees north" ;
- float LANDMASK(lat, lon) ;
- LANDMASK:long_name = "land mask" ;
- LANDMASK:units = "unitless" ;
- float DZSOI(number_of_layers) ;
- DZSOI:long_name = "soil layer thickness" ;
- DZSOI:units = "m" ;
- float ZSOI(number_of_layers) ;
- ZSOI:long_name = "soil layer depth" ;
- ZSOI:units = "m" ;
- float EDGEN ;
- EDGEN:long_name = "northern edge of surface grid" ;
- EDGEN:units = "degrees north" ;
- float EDGEE ;
- EDGEE:long_name = "eastern edge of surface grid" ;
- EDGEE:units = "degrees east" ;
- float EDGES ;
- EDGES:long_name = "southern edge of surface grid" ;
- EDGES:units = "degrees north" ;
- float EDGEW ;
- EDGEW:long_name = "western edge of surface grid" ;
- EDGEW:units = "degrees east" ;
- float MAPUNITS(lat, lon) ;
- MAPUNITS:long_name = "igbp soil mapunit" ;
- MAPUNITS:units = "unitless" ;
- float PCT_SAND(number_of_layers, max_value_mapunit) ;
- PCT_SAND:long_name = "percent sand" ;
- PCT_SAND:units = "unitless" ;
- float PCT_CLAY(number_of_layers, max_value_mapunit) ;
- PCT_CLAY:long_name = "percent clay" ;
- PCT_CLAY:units = "unitless" ;
- // global attributes:
- :data_type = "igbp_soil_texture_data" ;
- }
复制代码
小弟写的ctl如下
- DEET sand_soitex.10level.c010119.nc
- XDEF lon 4320 LINEAR -179.9583 0.0833
- YDEF lat 2160 LINEAR -89.95834 0.08333
- ZDEF number_of_layers 10 LINEAR 0 1
复制代码
我想显示PCT_SAND的图像,应该怎么搞?小弟新手,多谢各位前辈
|
|