爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 2195|回复: 2

[求助] Fortran提取所需数据问题

[复制链接]

新浪微博达人勋

发表于 2016-3-1 17:06:30 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
第一张图第一列是站名,我现在想根据站名来将该站的经纬度、海拔高度及降水数据提取出来,我写了程序,但是一直在报错,请教各位大神要怎么改这个程序?
program chazhao
implicit none
integer num1, num2
character n
integer aa(9)
character(len=76) str
logical :: alive
inquire(file = 'E:\\paper\\data\\1991data.txt', exist = alive)
open (unit = 30, file = 'E:\\paper\\data\\1991tiqudata.txt')
if (alive) then
open (unit = 10, file = 'E:\\paper\\data\\1991data.txt', access = 'sequential', status = 'old')
read(10,*) n
read(10,*) num1,num2
if (n .EQ. str) then
  write(30,*) "sta   ", "lat  ", "lon    ", "high ","year ", "month ", "20-8h  ", "8-20h ","20-20h"
else if (num2 .EQ. 50247) then
  read (30,*) aa(9)
  write(30,*) aa(9)
else
write(*,*) "E:\\paper\\data\\1991data.txt", "doesn't exist"
end if
end if
close(10,status = 'KEEP' )
close(30,status = 'KEEP' ) !close and keep two files
stop
end
1_U}CV5FZ%IZQNU@6B0[FZ3.png
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2016-3-2 00:03:25 | 显示全部楼层
你应该给出错误提示,没有人愿意直接看你的代码然后判断哪里出了问题
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2016-3-2 14:55:30 | 显示全部楼层
这是程序编译后报的错误,嘿嘿,忘记一起放上去了
2~HIEPCEC1V2(A7ORCAW[_D.png
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表