- 积分
- 351
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-7-8
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2013-7-25 15:04:09
|
显示全部楼层
xo2001 发表于 2013-7-25 14:59
你把grid的也贴出来看看~
netcdf griddata_1x1_130723 {
dimensions:
lsmlon = 1 ;
lsmlat = 1 ;
nchar = 128 ;
variables:
int NUMLON(lsmlat) ;
NUMLON:long_name = "number of grid cells at each latitude" ;
NUMLON:units = "unitless" ;
double LONGXY(lsmlat, lsmlon) ;
LONGXY:long_name = "longitude" ;
LONGXY:units = "degrees east" ;
double LATIXY(lsmlat, lsmlon) ;
LATIXY:long_name = "latitude" ;
LATIXY:units = "degrees north" ;
double EDGEN ;
EDGEN:long_name = "northern edge of surface grid" ;
EDGEN:units = "degrees north" ;
double EDGEE ;
EDGEE:long_name = "eastern edge of surface grid" ;
EDGEE:units = "degrees east" ;
double EDGES ;
EDGES:long_name = "southern edge of surface grid" ;
EDGES:units = "degrees north" ;
double EDGEW ;
EDGEW:long_name = "western edge of surface grid" ;
EDGEW:units = "degrees east" ;
double LATN(lsmlat, lsmlon) ;
LATN:long_name = "latitude of north edge" ;
LATN:units = "degrees north" ;
double LONE(lsmlat, lsmlon) ;
LONE:long_name = "longitude of east edge" ;
LONE:units = "degrees east" ;
double LATS(lsmlat, lsmlon) ;
LATS:long_name = "latitude of south edge" ;
LATS:units = "degrees north" ;
double LONW(lsmlat, lsmlon) ;
LONW:long_name = "longitude of west edge" ;
LONW:units = "degrees east" ;
double AREA(lsmlat, lsmlon) ;
AREA:long_name = "area" ;
AREA:units = "km^2" ;
// global attributes:
:Conventions = "NCAR-CSM" ;
:History_Log = "created on: 07-23-13 11:38:46" ;
:Logname = "chenxl" ;
:Host = ;
:fcamfile = ;
:fccsmdom = ;
:fcamtopo = ;
:fclmgrid = ;
:fnavyoro = "/snfs01/chenxl/inputdata/lnd/clm2/rawdata/mksrf_navyoro_20min.c010129.nc" ;
:frawtopo = ;
:File_used = "/snfs01/chenxl/inputdata/lnd/clm2/rawdata/mksrf_navyoro_20min.c010129.nc" ;
:Source = "Community Land Model: CLM3" ;
:Version = "$HeadURL: https://svn-ccsm-models.cgd.ucar ... a/creategridMod.F90 $" ;
:Revision_Id = "$Id: creategridMod.F90 28715 2011-05-27 21:18:44Z erik $" ;
data:
NUMLON = 1 ;
LONGXY =
91.4 ;
LATIXY =
31.51 ;
EDGEN = 32.51 ;
EDGEE = 92.4 ;
EDGES = 30.51 ;
EDGEW = 90.4 ;
LATN =
32.51 ;
LONE =
92.4 ;
LATS =
30.51 ;
LONW =
90.4 ;
AREA =
42165.4995477498 ; |
|