- 积分
- 431
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-6-6
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我在realclimate上面下载的1*1的格网数据,但是数据只是一列数字,没有对应的格网坐标,然后说明上是这样说的
We suggest the data should be plotted before directly incorporating the data into a model or other use. If read in correctly, the data should plot a map of the world with North at the top and East to the right. On each line, the data go from the 180-179 degrees west cell to the 179-180 degrees east cell until reading in the next line of data. In FORTRAN, the data were written with:
parameter (maxlat=180, maxlon=360)
C DISTRIBUTE C ON GRID
do 1200, i=1, maxlat
do 1200, j=1, maxlon
write (14, 1310) gridcar (i,j)
1200 continue
1310 format (ES13.6E2)
这是要自己生成格网啊,还要用fortran,平时只接触了matlab和R,fortran不会啊,身边也没有人处理过相关的数据,特来求救,希望好心的大神出现,帮我看看这种数据怎么玩的,主要是这个格网要怎么弄啊 求指教!感激不尽!
|
|