- 积分
- 38420
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-6-20
- 最后登录
- 1970-1-1
成长值: 0
|
发表于 2013-3-26 08:26:14
|
显示全部楼层
额,楼主弄错了!!!
气候中心的数据时完全的,一直到2012年年底的!
数据说明里面的的
!!!!!!!!!!!!!!!!!!!!!!!!!!
for example:
the current year is 2004
then the number of the years of the data m=2004-1951+1=54
the following Fortran fragment will read the data:
parameter(n=160,m=54)
iyb=1951
integer it(n,m)
open(11,file='R1601.txt')
read(11,*)((it(i,j),i=1,n),j=1,m)
close(11)
!!!!!!!!!!!!!!!!!!!!!!!!!!
只是一个例子,比如说到到2004年,如何修改那个程序计算,事实上那边的数据一直更新到2013年2月份,3月还没有结束,因此没有出来!!!
@mofangbao哈,我只是想@回来而已··· |
|